._navigation_1iyaa_1 {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  transition: all 0.3s ease;
}

._pcMode_1iyaa_16 {
  display: flex;
  align-items: center;
  z-index: 150;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

._navHome_1iyaa_25 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 2rem;
  width: 18rem;
  transition: transform 0.2s ease;
}

._navHome_1iyaa_25:hover {
  transform: scale(1.02);
}

._navHome_1iyaa_25 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

._pcMenu_1iyaa_45 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

._navItemsWrapper_1iyaa_53 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px 8px;
  flex: 1;
}

._actionButtons_1iyaa_62 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

._navItem_1iyaa_53 {
  position: relative;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: color 0.2s ease;
  user-select: none;
}

._navItem_1iyaa_53:hover {
  color: #06CFC1;
}

._navItemActive_1iyaa_86 {
  color: #06CFC1;
}

._navItemBg_1iyaa_90 {
  position: absolute;
  inset: 0;
  background: rgba(6, 207, 193, 0.1);
  border-radius: 8px;
  z-index: -1;
}

._navBtnWrap_1iyaa_98 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

._langBtn_1iyaa_105 {
  cursor: pointer;
  padding: 8px 12px;
  font-weight: 600;
  color: #666;
  transition: color 0.2s;
}

._langBtn_1iyaa_105:hover {
  color: #06CFC1;
}

._dropdownMenu_1iyaa_117 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  width: max-content;
  min-width: 220px;
  z-index: 50;
}

._dropdownSurface_1iyaa_128 {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 40px -10px rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._dropdownItem_1iyaa_141 {
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
  transition: all 0.2s;
  white-space: nowrap;
  text-align: left;
}

._dropdownItem_1iyaa_141:hover {
  background: rgba(6, 207, 193, 0.1);
  color: #06CFC1;
}

._dropdownPanel_1iyaa_157 {
  display: flex;
  gap: 10px;
  min-width: 520px;
}

._dropdownSecondColumn_1iyaa_163 {
  min-width: 220px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 10px;
}

._dropdownThirdColumn_1iyaa_169 {
  min-width: 220px;
  max-height: 360px;
  overflow-y: auto;
  padding-left: 2px;
}

._dropdownSecondItem_1iyaa_176 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  color: #444;
  transition: all 0.2s;
  white-space: nowrap;
}

._dropdownSecondItem_1iyaa_176:hover {
  background: rgba(6, 207, 193, 0.1);
  color: #06CFC1;
}

._dropdownSecondItemActive_1iyaa_193 {
  background: rgba(6, 207, 193, 0.16);
  color: #06CFC1;
}

._dropdownArrow_1iyaa_198 {
  margin-left: 12px;
  color: #8c8c8c;
}

._dropdownThirdItem_1iyaa_203 {
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  color: #444;
  transition: all 0.2s;
  white-space: nowrap;
}

._dropdownThirdItem_1iyaa_203:hover {
  background: rgba(6, 207, 193, 0.1);
  color: #06CFC1;
}

._mobileMode_1iyaa_217 {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

._mobileNavHome_1iyaa_224 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

._mobileNavHome_1iyaa_224 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

._mobileLangBtn_1iyaa_241,
._mobileMenuBtn_1iyaa_242 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  height: 32px !important;
  min-width: 32px !important;
}

._mobileLangBtn_1iyaa_241 {
  right: 58px;
  font-size: 1.5rem;
  font-weight: 400;
}

._mobileMenuBtn_1iyaa_242 {
  right: 10px;
}

._closeBtn_1iyaa_265 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  cursor: pointer;
}

._mobileLoginBtn_1iyaa_274 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--linear-color, #06CFC1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  margin: 1rem;
}

._mobileTopItem_1iyaa_288 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.2s;
}

._mobileTopItem_1iyaa_288:active {
  background: #f5f5f5;
}

._mobileSecondWrap_1iyaa_303 {
  margin-left: 14px;
  padding-left: 12px;
  border-left: 2px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._mobileSecondBlock_1iyaa_312 {
  display: flex;
  flex-direction: column;
}

._mobileSecondItem_1iyaa_317 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  font-size: 14px;
  color: #444;
  border-radius: 8px;
}

._mobileSecondItem_1iyaa_317:active {
  background: #f8f8f8;
}

._mobileThirdWrap_1iyaa_331 {
  margin-left: 12px;
  padding-left: 10px;
  border-left: 2px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._mobileThirdItem_1iyaa_340 {
  padding: 8px 10px;
  font-size: 13px;
  color: #666;
  border-radius: 8px;
}

._mobileThirdItem_1iyaa_340:active {
  color: #06CFC1;
  background: #f7fffe;
}

._mobileArrow_1iyaa_352 {
  font-size: 12px;
  transition: transform 0.2s;
}

._mobileArrowOpen_1iyaa_357 {
  transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
  ._mobileMode_1iyaa_217 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  ._pcMode_1iyaa_16 {
    display: none;
  }
  ._navigation_1iyaa_1 {
    background: transparent;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  ._mobileMode_1iyaa_217 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    background: #fff;
  }
}
._banner_dlwpn_1 {
  width: 100%;
  margin: 0 auto;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}

._bgImg_dlwpn_9 {
  position: relative;
  width: 100%;
  height: 100%;
}

._normalBgBox_dlwpn_15 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

._normalBgBox_dlwpn_15 img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

._pageText_dlwpn_31 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

._cn_dlwpn_39 {
  font-weight: 700;
  line-height: 1.5;
}

._noIndexBanner_dlwpn_44 ._normalBgBox_dlwpn_15 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ._pageText_dlwpn_31 {
    font-size: 1.2rem;
  }
}
._bottom_18wwm_1 {
  background: #000;
  color: #fff;
  padding: 1rem 0 2rem;
  font-size: 1rem;
}

._top_18wwm_15 {
  padding: 3rem 0;
  padding-bottom: 0;
}

._topInner_18wwm_25 {
  display: flex;
  justify-content: space-between;
}

._contactSection_18wwm_35 {
  display: flex;
  justify-content: flex-start;
}

._contactUs_18wwm_45 {
  line-height: 1.9;
  margin-right: 4rem;
}

._contactUs_18wwm_45 strong {
  display: block;
  margin-bottom: 0.5rem;
}

._contactUs_18wwm_45 div {
  margin-bottom: 8px;
}

._cannotwrap_18wwm_69 {
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.45rem;
  color: #fff;
}

._cannotwrap_18wwm_69 a {
  color: #ccc;
  font-weight: 400;
}

._navSection_18wwm_88 {
  flex: 1;
}

._midCU_18wwm_96 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 1rem;
}

._cuGroup_18wwm_112 {
  width: 33.33%;
  margin-bottom: 1rem;
}

._groupTitle_18wwm_122 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

._groupItem_18wwm_128 {
  display: block;
  font-size: 0.9em;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  color: #ccc;
  cursor: pointer;
}

._groupItem_18wwm_128:hover {
  color: #fff;
}

._cursorPointer_18wwm_146 {
  cursor: pointer;
}

._qrSection_18wwm_154 {
  width: 16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._qrCodeBox_18wwm_168 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}

._qrBox_18wwm_182 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  width: 33.33%;
}

._qrImg_18wwm_198 {
  width: 4.4rem;
  margin: 10px;
}

._qrImg_18wwm_198 img {
  width: 100%;
}

._qrText_18wwm_216 {
  font-size: 0.75rem;
}

._btm_18wwm_224 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  padding-top: 1.75rem;
  row-gap: 0.6rem;
  column-gap: 1.2rem;
  line-height: 1.7;
  font-size: 0.825rem;
}

@media screen and (max-width: 1048px) {
  ._topInner_18wwm_25 {
    flex-direction: column;
  }
  ._contactSection_18wwm_35 {
    margin-bottom: 1rem;
  }
  ._cannotwrap_18wwm_69 {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  ._bottom_18wwm_1 {
    font-size: 1rem;
  }
  ._top_18wwm_15 {
    padding-top: 2.25rem;
  }
  ._topInner_18wwm_25 > div {
    width: 100%;
  }
  ._navSection_18wwm_88 {
    flex: 1;
  }
  ._midCU_18wwm_96 {
    margin-right: 0;
  }
  ._cuGroup_18wwm_112 {
    width: 50%;
    margin-bottom: 1.1rem;
  }
  ._groupTitle_18wwm_122 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  ._groupItem_18wwm_128 {
    line-height: 1.75;
    margin-bottom: 0.35rem;
  }
  ._qrSection_18wwm_154 {
    width: 100%;
  }
  ._qrBox_18wwm_182 {
    width: 34%;
  }
  ._qrImg_18wwm_198 {
    width: 70%;
    min-width: 100px;
  }
  ._contactSection_18wwm_35 {
    border-bottom: 1px solid #373737;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
  }
  ._contactUs_18wwm_45 {
    margin-right: 0;
  }
  ._contactUs_18wwm_45 strong {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  ._cannotwrap_18wwm_69 {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
  }
  ._btm_18wwm_224 {
    margin-top: 0.4rem;
    padding-top: 1.2rem;
    line-height: 1.6;
    row-gap: 0.5rem;
  }
}
._container_sjz3f_1 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  transition: width 0.24s ease, margin 0.24s ease;
}

@media screen and (min-width: 1440px) {
  body.ai-open-chooseticket-desktop ._container_sjz3f_1 {
    --ai-reserve: 420px;
    width: min(1200px, calc(100vw - var(--ai-reserve)));
    margin-left: auto;
    margin-right: var(--ai-reserve);
  }
}

._leftPart_sjz3f_35 {
  width: 23%;
}

._rightPart_sjz3f_43 {
  width: 77%;
  padding-left: 1rem;
  margin-left: 1rem;
}

._titleOne_sjz3f_55 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

._title_sjz3f_55 {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #06CFC1 0%, #8B5CF6 50%, #E91E8C 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: _gradientShift_sjz3f_1 3s ease infinite;
}

@keyframes _gradientShift_sjz3f_1 {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

._topPng_sjz3f_103 {
  width: 5rem;
  padding: 4rem 0;
  padding-block: 1rem;
}

._topPng_sjz3f_103 img {
  width: 100%;
}

._btmPng_sjz3f_123 {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 22rem;
}

._btmPng_sjz3f_123 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ._container_sjz3f_1 {
    flex-direction: column;
  }
  ._leftPart_sjz3f_35 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 0;
  }
  ._rightPart_sjz3f_43 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
  ._noshow_sjz3f_181 {
    display: none;
  }
  ._titleOne_sjz3f_55 {
    padding-bottom: 0;
    align-items: center;
    text-align: center;
  }
  ._topPng_sjz3f_103 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0 0;
  }
  ._topPng_sjz3f_103 img {
    width: 4rem;
  }
  ._btmPng_sjz3f_123 {
    display: none;
  }
}
._policyRoot_1icdw_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

._policySection_1icdw_8 {
  width: 100%;
}

._policyTitle_1icdw_12 {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #06cfc1;
  color: #06cfc1;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

._policyText_1icdw_22 {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.8;
  white-space: normal;
  word-break: break-word;
}

._policyText_1icdw_22 p {
  margin: 0 0 14px;
}

@media screen and (max-width: 992px) {
  ._policyTitle_1icdw_12 {
    font-size: 30px;
  }

  ._policyText_1icdw_22 {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  ._policyTitle_1icdw_12 {
    font-size: 24px;
  }

  ._policyText_1icdw_22 {
    font-size: 14px;
    line-height: 1.7;
  }
}
._floatButton_gflx6_1 {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
}

._floatButton_gflx6_1 .ant-float-btn-body {
  background:
    radial-gradient(circle at top left, rgba(233, 30, 140, 0.28), transparent 48%),
    linear-gradient(135deg, #06cfc1, #3694f6 58%, #8b5cf6);
  box-shadow:
    0 18px 44px rgba(6, 207, 193, 0.3),
    0 10px 24px rgba(54, 148, 246, 0.18);
}

._panel_gflx6_17 {
  position: fixed;
  right: 28px;
  bottom: 100px;
  z-index: 9998;
  width: min(420px, calc(100vw - 32px));
  height: min(760px, calc(100vh - 132px));
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(233, 30, 140, 0.16), transparent 32%),
    radial-gradient(circle at left center, rgba(6, 207, 193, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow:
    0 28px 90px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

._panelSurface_gflx6_37 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

._panelHeader_gflx6_44 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(219, 231, 243, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
}

._headerTitle_gflx6_54 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

._headerAvatar_gflx6_61,
._welcomeAvatar_gflx6_62 {
  background: linear-gradient(135deg, #06cfc1, #3694f6 58%, #8b5cf6);
  box-shadow: 0 12px 28px rgba(54, 148, 246, 0.22);
}

._headerTextBlock_gflx6_67 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

._headerEyebrow_gflx6_73 {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._headerHeading_gflx6_81 {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

._headerActions_gflx6_88 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._panelBody_gflx6_94 {
  flex: 1;
  min-height: 0;
  padding: 16px 16px 0;
}

._welcomeSection_gflx6_100 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

._welcomeCard_gflx6_107 {
  border-radius: 22px;
  border: 1px solid rgba(219, 231, 243, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at top right, rgba(6, 207, 193, 0.08), transparent 40%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

._welcomeDescription_gflx6_116 {
  color: #475569;
  line-height: 1.75;
  white-space: normal;
}

._prompts_gflx6_122 {
  padding-bottom: 12px;
}

._prompts_gflx6_122 .ant-prompts-title {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
}

._prompts_gflx6_122 .ant-prompts-list {
  gap: 10px;
}

._prompts_gflx6_122 .ant-prompts-item {
  min-height: 72px;
  border-radius: 20px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at top right, rgba(54, 148, 246, 0.06), transparent 36%);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

._prompts_gflx6_122 .ant-prompts-item:hover {
  transform: translateY(-1px);
  border-color: rgba(6, 207, 193, 0.5);
  box-shadow: 0 16px 36px rgba(54, 148, 246, 0.12);
}

._promptIconBadge_gflx6_157 {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.88);
}

._promptItemLabel_gflx6_169 {
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

._messageScroll_gflx6_176 {
  height: 100%;
  overflow: auto;
  padding-right: 4px;
}

._messageScroll_gflx6_176::-webkit-scrollbar {
  width: 6px;
}

._messageScroll_gflx6_176::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.32);
}

._bubbleList_gflx6_191 {
  padding-bottom: 10px;
}

._bubbleList_gflx6_191 .ant-bubble {
  margin-bottom: 16px;
}

._bubbleList_gflx6_191 .ant-bubble-content {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

._bubbleContent_gflx6_203 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._aiBubbleText_gflx6_209,
._userBubbleText_gflx6_210 {
  margin: 0 !important;
  white-space: pre-wrap;
  line-height: 1.75 !important;
}

._aiBubbleText_gflx6_209 {
  color: #334155;
}

._userBubbleText_gflx6_210 {
  color: #0f172a;
}

._assistantContactCard_gflx6_224 {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}

._messageActions_gflx6_231 {
  margin-top: 4px;
}

._messageActions_gflx6_231 .ant-actions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._messageActions_gflx6_231 .ant-actions-item {
  border-radius: 999px;
}

._messageActionButton_gflx6_245 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(125, 144, 168, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(15, 23, 42, 0.08);
  color: #1e293b;
  font: inherit;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

._messageActionButton_gflx6_245:hover {
  border-color: rgba(6, 207, 193, 0.42);
  background: linear-gradient(180deg, rgba(240, 253, 251, 0.98), rgba(227, 247, 255, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 24px rgba(6, 207, 193, 0.16);
  transform: translateY(-1px);
}

._messageActionButton_gflx6_245:active {
  transform: translateY(0);
}

._messageActionButton_gflx6_245:focus-visible {
  outline: none;
  border-color: rgba(6, 207, 193, 0.68);
  box-shadow:
    0 0 0 4px rgba(6, 207, 193, 0.12),
    0 12px 24px rgba(6, 207, 193, 0.16);
}

._messageActionLabel_gflx6_293 {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

._aiAvatar_gflx6_300 {
  background: linear-gradient(135deg, #06cfc1, #3694f6 58%, #8b5cf6);
  color: #ffffff;
}

._userAvatar_gflx6_305 {
  background: linear-gradient(135deg, #0f172a, #334155);
  color: #ffffff;
}

._panelFooter_gflx6_310 {
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(219, 231, 243, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.96));
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
}

._senderRoot_gflx6_318 {
  border-radius: 22px;
  border: 1px solid rgba(203, 213, 225, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 44px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  isolation: isolate;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

._senderRoot_gflx6_318:focus-within {
  border-color: rgba(6, 207, 193, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 0 0 4px rgba(6, 207, 193, 0.1),
    0 16px 44px rgba(15, 23, 42, 0.08);
}

._senderContent_gflx6_343 {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 14px 14px 12px;
  min-height: 74px;
  background: transparent;
}

._senderInput_gflx6_352 {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  min-height: 32px;
  margin: 0;
  padding: 4px 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0f172a !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-family: inherit !important;
  resize: none !important;
  appearance: none;
  -webkit-appearance: none;
  caret-color: #06cfc1;
}

._senderInput_gflx6_352:hover,
._senderInput_gflx6_352:focus,
._senderInput_gflx6_352:focus-visible {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

._senderInput_gflx6_352::placeholder {
  color: #94a3b8 !important;
  font-size: 15px;
}

._senderSuffix_gflx6_388 {
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  padding-bottom: 2px;
  gap: 8px;
}

._senderSuffix_gflx6_388 > .ant-sender-actions-list-presets {
  display: flex;
  align-items: center;
  gap: 8px;
}

._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border-radius: 16px;
  border: none !important;
  background: linear-gradient(135deg, #7ee7e2, #7ed6f5) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 207, 193, 0.24) !important;
  line-height: 1;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn:hover:not(:disabled) {
  border: none !important;
  background: linear-gradient(135deg, #55ddd6, #5cbef5) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(54, 148, 246, 0.22) !important;
}

._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn:active:not(:disabled) {
  transform: translateY(0);
}

._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(6, 207, 193, 0.12),
    0 14px 28px rgba(54, 148, 246, 0.22) !important;
}

._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn:disabled,
._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn.ant-btn-disabled,
._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn.ant-sender-actions-btn-disabled {
  border: none !important;
  background: linear-gradient(135deg, #cbd5e1, #dbe7f3) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
  transform: none;
}

._senderHeader_gflx6_450 {
  border-bottom: 1px solid rgba(219, 231, 243, 0.88);
}

._prefillHeaderTitle_gflx6_454 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #0f172a;
}

._prefillPanel_gflx6_462 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

._prefillLead_gflx6_468 {
  margin: 0 !important;
  color: #475569;
  line-height: 1.7;
}

._prefillForm_gflx6_474 {
  width: 100%;
}

._prefillGrid_gflx6_478 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 4px;
}

._prefillItem_gflx6_485 {
  margin-bottom: 0 !important;
}

._prefillRecommendation_gflx6_489 {
  border-radius: 16px;
}

._prefillActions_gflx6_493 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 768px) {
  ._floatButton_gflx6_1 {
    right: 16px;
    bottom: 20px;
  }

  ._panel_gflx6_17 {
    right: 12px;
    bottom: 84px;
    width: calc(100vw - 24px);
    height: min(640px, calc(72vh));
    max-height: calc(100vh - 104px);
    border-radius: 22px;
  }

  @supports (height: 100dvh) {
    ._panel_gflx6_17 {
      height: min(640px, calc(72dvh));
      max-height: calc(100dvh - 104px);
    }
  }

  ._panelHeader_gflx6_44,
  ._panelBody_gflx6_94,
  ._panelFooter_gflx6_310 {
    padding-left: 12px;
    padding-right: 12px;
  }

  ._panelHeader_gflx6_44 {
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  ._panelBody_gflx6_94 {
    padding-top: 12px;
  }

  ._panelFooter_gflx6_310 {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  ._headerAvatar_gflx6_61 {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  ._welcomeAvatar_gflx6_62 {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  ._headerTextBlock_gflx6_67 {
    gap: 2px;
  }

  ._headerEyebrow_gflx6_73 {
    font-size: 10px;
  }

  ._headerHeading_gflx6_81 {
    font-size: 16px !important;
  }

  ._welcomeSection_gflx6_100 {
    gap: 10px;
  }

  ._welcomeCard_gflx6_107 {
    border-radius: 18px;
  }

  ._welcomeDescription_gflx6_116 {
    font-size: 13px;
    line-height: 1.6;
  }

  ._prompts_gflx6_122 {
    padding-bottom: 8px;
  }

  ._prompts_gflx6_122 .ant-prompts-title {
    margin-bottom: 10px;
    font-size: 13px;
  }

  ._prompts_gflx6_122 .ant-prompts-list {
    gap: 8px;
  }

  ._prompts_gflx6_122 .ant-prompts-item {
    min-height: 60px;
    border-radius: 18px;
  }

  ._promptIconBadge_gflx6_157 {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 16px;
  }

  ._promptItemLabel_gflx6_169 {
    font-size: 12px;
  }

  ._bubbleList_gflx6_191 .ant-bubble {
    margin-bottom: 12px;
  }

  ._aiBubbleText_gflx6_209,
  ._userBubbleText_gflx6_210 {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  ._messageActions_gflx6_231 .ant-actions-list {
    gap: 6px;
  }

  ._messageActionButton_gflx6_245 {
    min-height: 30px;
    padding: 0 12px;
  }

  ._messageActionLabel_gflx6_293 {
    font-size: 12px;
  }

  ._senderRoot_gflx6_318 {
    border-radius: 18px;
  }

  ._senderContent_gflx6_343 {
    gap: 10px;
    min-height: 62px;
    padding: 10px 10px 8px;
  }

  ._senderInput_gflx6_352 {
    min-height: 28px;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  ._senderInput_gflx6_352::placeholder {
    font-size: 14px;
  }

  ._senderSuffix_gflx6_388 .ant-btn.ant-sender-actions-btn {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  ._prefillHeaderTitle_gflx6_454 {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
  }

  ._prefillLead_gflx6_468 {
    font-size: 13px;
    line-height: 1.6;
  }

  ._prefillPanel_gflx6_462 {
    gap: 12px;
  }

  ._prefillGrid_gflx6_478 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
._contentViewport_1enpt_1 {
  flex: 1;
  min-width: 0;
  padding-top: 16px;
}

._contentViewportIndex_1enpt_7 {
  padding-top: 0;
}
._root_1yt4t_1 {
  position: relative;
  padding: 2.5rem 0;
  padding-top: 25rem;
}
._titleImg_1yt4t_6 { width: 81.5%; }
._titleImg_1yt4t_6 img { width: 100%; }
._righttopimg_1yt4t_8 { position: absolute; right: 0; top: 1rem; width: 2rem; }
._righttopimg_1yt4t_8 img { width: 100%; }
._Main_1yt4t_10 { display: flex; }
._Main_1yt4t_10 > div { position: relative; }
._leftPart_1yt4t_12 { width: 36%; }
._IBTopImg_1yt4t_13 { position: absolute; width: 25%; top: -10rem; }
._IBTopImg_1yt4t_13 img { width: 100%; }
._rightPart_1yt4t_15 { flex: 1; display: flex; }
._bgBox_1yt4t_16 { padding-right: 2rem; }
._RBImg_1yt4t_17 img { width: 100%; }
._content_1yt4t_19 { color: #fff; }
._videoSection_1yt4t_20 { margin-top: 2rem; text-align: center; }
._videoSlide_1yt4t_21 { padding: 0 0.25rem 1.75rem; }
._videoFrame_1yt4t_22 {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
._videoSection_1yt4t_20 .ant-carousel .slick-dots { bottom: 0; }
._videoSection_1yt4t_20 .ant-carousel .slick-dots li button { background: rgba(255,255,255,0.45); }
._videoSection_1yt4t_20 .ant-carousel .slick-dots li.slick-active button { background: #fff; }
._videoSection_1yt4t_20 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

@media screen and (max-width: 767px) {
  ._root_1yt4t_1 { padding: 2rem 0; padding-top: 15rem; }
  ._titleImg_1yt4t_6 { width: calc(100% - 30px); }
  ._Main_1yt4t_10 { flex-direction: column; align-items: end; }
  ._leftPart_1yt4t_12 { padding: 5px; width: 100%; }
  ._content_1yt4t_19 { margin-top: 1rem; }
  ._content_1yt4t_19 p { line-height: 1.5 !important; }
  ._content_1yt4t_19 p span { font-size: 1rem !important; }
  ._rightPart_1yt4t_15 { margin-top: 0; }
  ._videoSection_1yt4t_20 { margin-top: 1.5rem; padding: 0 1rem; }
  ._videoSlide_1yt4t_21 { padding-bottom: 1.5rem; }
}
._root_169vd_1 { position: relative; display: flex; }
._page_169vd_2 { padding: 2.5rem 0 2rem; flex: 1; }
._titleBox_169vd_3 { display: flex; justify-content: space-between; align-items: center; }
._title3_169vd_4 { display: block; }
._cn_169vd_5 { font-size: 1.5rem; font-weight: 700; }
._en_169vd_6 { font-size: 1rem; color: #666; }
._titleRight_169vd_7 img { height: 75px; }
._main_169vd_8 { display: flex; flex-wrap: wrap; padding-top: 2rem; }
._partItem_169vd_9 { width: calc(25% - 1.2rem); display: flex; margin-bottom: 2rem; margin-right: 1.6rem; }
._partItem_169vd_9:nth-child(4n) { margin-right: 0; }
._info_169vd_11 { width: 95%; background: #eee; display: flex; flex-direction: column; transition: all 0.5s ease; }
._info_169vd_11:hover { background: #333; }
._info_169vd_11:hover ._titleHL_169vd_13, ._info_169vd_11:hover ._time_169vd_13, ._info_169vd_11:hover ._name_169vd_13 { color: #fff !important; }
._info_169vd_11:hover ._more_169vd_14 { background: #fff; color: #333; }
._img_169vd_15 { margin-left: 5%; margin-top: -5%; width: 100%; }
._img_169vd_15 img { width: 100%; display: block; }
._realInfo_169vd_17 { flex: 1; display: flex; flex-direction: column; justify-content: space-between; margin: 0 5%; padding-bottom: 1rem; }
._titleHL_169vd_13 { font-size: 1rem; font-weight: 700; margin-top: 0.75rem; color: #333; }
._time_169vd_13 { font-size: 0.84rem; color: #999; margin-top: 0.5rem; }
._btm_169vd_20 { display: flex; justify-content: space-between; margin-top: 0.75rem; align-items: center; }
._name_169vd_13 { font-size: 14px; }
._more_169vd_14 { font-size: 14px; background: #333; color: #fff; padding: 4px 12px; border-radius: 2px; cursor: pointer; transition: all 0.3s; }
._inMini_169vd_23 ._info_169vd_11 { background: #fff; }

@media screen and (max-width: 767px) {
  ._titleBox_169vd_3 { display: block; }
  ._titleRight_169vd_7 img { height: auto !important; }
  ._partItem_169vd_9 { width: calc(50% - 0.5rem); margin-bottom: 2rem; margin-right: 1rem; }
  ._partItem_169vd_9:nth-child(2n) { margin-right: 0; }
  ._page_169vd_2 { padding: 1.5rem 0 0; }
}
._root_590ak_1 { position: relative; display: flex; }
._linearLine_590ak_2 { position: absolute; width: 3vw; height: 100%; background: linear-gradient(to bottom, #fa4c81, #4000f7); }
._page_590ak_3 { padding-top: 4rem; margin-left: 3vw; flex: 1; }
._title3_590ak_4 { padding-left: 7vw; margin-bottom: 2rem; }
._cn_590ak_5 { font-size: 1.5rem; font-weight: 700; }
._en_590ak_6 { font-size: 1rem; color: #666; }
._main_590ak_7 { display: block; }
._partItem_590ak_8 { display: flex; position: relative; }
._partItem_590ak_8 > div { width: 50%; }
._textPart_590ak_10 { display: flex; flex-direction: column; justify-content: space-between; padding: 3% 2rem 5% 7vw; }
._top_590ak_11 ._title_590ak_4 { font-size: 2rem; }
._top_590ak_11 ._brief_590ak_12 { font-size: 1.6rem; margin: 2rem 0 2.5rem; }
._ligang_590ak_13 { position: relative; flex: 1; }
._ligang_590ak_13::before { display: inline-block; content: ""; width: 1px; background: #fff; position: absolute; left: 0; height: 100%; }
._btm_590ak_15 ._name_590ak_15 { font-size: 1.6rem; margin: 2.5rem 0; }
._more_590ak_16 { font-size: 1.2rem; border: 1px solid; display: inline-block; padding: 0.7rem 2rem; border-radius: 40px; cursor: pointer; margin-left: -2rem; }
._imgPart_590ak_17 { position: relative; }
._bigImg_590ak_18 img { width: 100%; display: block; }
._minImg_590ak_19 { position: absolute; z-index: 100; bottom: 5%; left: -38%; width: 56%; }
._minImg_590ak_19 img { width: 100%; display: block; }
._oddItem_590ak_21 { display: flex; }
._evenItem_590ak_22 { flex-direction: row-reverse; text-align: right; }
._evenItem_590ak_22 ._textPart_590ak_10 { padding: 3% 7vw 5% 2rem; }
._evenItem_590ak_22 ._ligang_590ak_13::before { left: unset; right: 0; }
._evenItem_590ak_22 ._more_590ak_16 { margin-left: unset; margin-right: -2rem; }
._evenItem_590ak_22 ._minImg_590ak_19 { left: unset; right: -38%; }

@media screen and (max-width: 767px) {
  ._title3_590ak_4 { padding: 0 15px; }
  ._partItem_590ak_8 { flex-direction: column-reverse; align-items: flex-end; }
  ._textPart_590ak_10 { width: 100% !important; }
  ._imgPart_590ak_17 { width: 70% !important; }
  ._btm_590ak_15 ._name_590ak_15 { margin-top: 0; }
  ._more_590ak_16 { margin-left: 0 !important; }
  ._evenItem_590ak_22 { align-items: flex-start; }
  ._evenItem_590ak_22 ._more_590ak_16 { margin-right: 0 !important; }
}
._root_ji4z7_1 { padding: 2.5rem 0 5rem; }
._title3_ji4z7_2 { margin-bottom: 0; }
._cn_ji4z7_3 { font-size: 1.5rem; font-weight: 700; }
._en_ji4z7_4 { font-size: 1rem; color: #666; }
._main_ji4z7_5 { margin-top: 1rem; }
._groupItem_ji4z7_6 { margin-bottom: 1rem; }
._groupTitle_ji4z7_7 { font-size: 1rem; line-height: 3; color: #4D08C4; }
._grid_ji4z7_8 { display: flex; flex-wrap: wrap; gap: 15px; }
._coverImg_ji4z7_9 { position: relative; width: calc(16.66% - 13px); padding-bottom: 8%; cursor: pointer; }
._imgWrap_ji4z7_10 { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
._imgWrap_ji4z7_10 img { width: auto; height: auto; max-width: 100%; max-height: 100%; }

@media screen and (max-width: 767px) {
  ._root_ji4z7_1 { padding: 2rem 0; }
  ._groupTitle_ji4z7_7 { line-height: 2; font-size: 16px; }
  ._coverImg_ji4z7_9 { width: calc(33.33% - 10px); padding-bottom: 16%; }
}
._root_mkfyo_1 { position: relative; display: flex; }
._page_mkfyo_2 { padding-top: 2.5rem; padding-bottom: 3rem; flex: 1; line-height: 1.5; }
._titleBox_mkfyo_3 { display: flex; justify-content: space-between; align-items: center; }
._cn_mkfyo_4 { font-size: 1.5rem; font-weight: 700; }
._en_mkfyo_5 { font-size: 1rem; color: #666; }
._main_mkfyo_6 { display: flex; flex-wrap: wrap; padding-top: 1.5rem; }
._newsItem_mkfyo_7 { 
  cursor: pointer; 
  margin-bottom: 1.25rem; 
  width: calc(25% - 0.9rem); 
  margin-right: 1.2rem; 
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 8px;
}
._newsItem_mkfyo_7:nth-child(4n) { margin-right: 0; }
._newsItem_mkfyo_7:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
._img_mkfyo_22 { width: 100%; overflow: hidden; }
._img_mkfyo_22 img { 
  width: 100%; 
  display: block; 
  transition: transform 0.5s ease;
}
._newsItem_mkfyo_7:hover ._img_mkfyo_22 img {
  transform: scale(1.05);
}
._info_mkfyo_31 { padding: 0.5rem 1rem; background: #fff; }
._titleIN_mkfyo_32 { 
  font-weight: 700; 
  font-size: 1rem; 
  transition: color 0.3s ease;
}
._newsItem_mkfyo_7:hover ._titleIN_mkfyo_32 {
  color: #06CFC1;
}
._profile_mkfyo_40 { font-size: 16px; margin-top: 0.25rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; line-height: 1.5; }

@media screen and (max-width: 767px) {
  ._titleBox_mkfyo_3 { display: block; }
  ._page_mkfyo_2 { padding-top: 2rem; padding-bottom: 1rem; }
  ._main_mkfyo_6 { padding-top: 1.3rem; }
  ._newsItem_mkfyo_7 { width: calc(50% - 0.5rem); margin-right: 0; }
  ._newsItem_mkfyo_7:nth-child(2n) { margin-left: 1rem; margin-right: 0; }
  ._titleIN_mkfyo_32 { font-size: 13px !important; }
  ._profile_mkfyo_40 { font-size: 12px; }
}
._root_u4ohr_1 { position: relative; display: flex; }
._page_u4ohr_2 { padding-top: 4rem; padding-bottom: 3rem; flex: 1; line-height: 1.5; }
._title3_u4ohr_3 { margin-bottom: 0; }
._cn_u4ohr_4 { font-size: 1.5rem; font-weight: 700; }
._en_u4ohr_5 { font-size: 1rem; color: #666; }
._main_u4ohr_6 { padding-top: 0.5rem; }
._newsItem_u4ohr_7 { display: flex; justify-content: space-between; margin-bottom: 1.25rem; }
._newsItem_u4ohr_7 > div { width: calc(50% - 1.2rem); }
._newsItem_u4ohr_7:last-child ._infoPart_u4ohr_9 { border-bottom: 2px solid #555; }
._infoPart_u4ohr_9 { display: flex; flex-direction: column; justify-content: space-between; border-top: 2px solid #555; padding-bottom: 1rem; }
._time_u4ohr_11 { position: relative; padding: 1rem 0; font-weight: 700; margin-bottom: 1.5rem; font-size: 1.25rem; }
._time_u4ohr_11::before { display: inline-block; content: ""; position: absolute; width: 2rem; height: 0.25rem; background: var(--theme-color, #06cfc1); bottom: 0.1rem; border-radius: 0.25rem; }
._title_u4ohr_3 { font-weight: 700; font-size: 1.8rem; }
._profile_u4ohr_14 { color: #999; font-size: 0.9rem; margin-top: 0.5rem; }
._coverImg_u4ohr_15 { width: calc(50% - 1.2rem); }
._img_u4ohr_16 img { width: 100%; display: block; }

@media screen and (max-width: 767px) {
  ._newsItem_u4ohr_7 { flex-direction: column; }
  ._newsItem_u4ohr_7 > div { width: 100%; margin-bottom: 1rem; }
  ._coverImg_u4ohr_15 { width: 100%; }
}
#ActivityBrief .title5 {
  font-weight: 700;
}

#ActivityBrief .title5::before {
  content: unset;
}

#ActivityBrief .dataItem {
  display: flex;
  width: 100%;
  border-radius: 4px;
  align-items: flex-start;
  margin-bottom: 1rem;
  cursor: pointer;
}

#ActivityBrief .dataItem .logo {
  width: 20%;
  min-width: 50px;
}

#ActivityBrief .dataItem .info {
  flex: 1;
  padding: 0 1rem;
}

#ActivityBrief .dataItem .info .title_DII {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

#ActivityBrief .EmailBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ActivityBrief .EmailItem {
  width: 32%;
  margin-bottom: 1rem;
}

#ActivityBrief #TitleOne {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

#ActivityBrief #TitleOne .title_one_t {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8000ff;
}

#ActivityBrief #TitleOne .TopPng {
  width: 5rem;
  padding: 4rem 0;
}

#ActivityBrief #TitleOne .advpng {
  width: 100%;
  max-width: 16rem;
}

#ActivityBrief #TitleOne .BtmPng {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + ((100vw - 1680px) / 2));
  min-width: 100%;
  max-width: 22rem;
}

.ActivityBrief_1302 .dataItem .logo {
  width: 8% !important;
}

@media screen and (max-width: 1680px) {
  #ActivityBrief #TitleOne .BtmPng {
    width: calc(100% + ((28vw) / 2));
    min-width: 100%;
    margin-left: calc(((-28vw) / 2));
  }
}

@media screen and (max-width: 1220px) {
  #ActivityBrief #TitleOne .BtmPng {
    width: calc(100% + 15px);
    min-width: 100%;
    margin-left: -15px;
  }
}

@media screen and (max-width: 768px) {
  #ActivityBrief #TitleOne .advpng {
    max-width: none;
    margin-bottom: 1rem;
  }

  #ActivityBrief .EmailItem {
    width: 100%;
  }
}
.TitleOnePanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

.TitleOnePanel .title_one_t {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8000ff;
}

.TitleOnePanel .TopPng {
  width: 5rem;
  padding: 4rem 0;
}

.TitleOnePanel .advpng {
  width: 100%;
  max-width: 16rem;
}

.TitleOnePanel .BtmPng {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + ((100vw - 1680px) / 2));
  min-width: 100%;
  max-width: 22rem;
}

@media screen and (max-width: 1680px) {
  .TitleOnePanel .BtmPng {
    width: calc(100% + ((28vw) / 2));
    min-width: 100%;
    margin-left: calc(((-28vw) / 2));
  }
}

@media screen and (max-width: 1220px) {
  .TitleOnePanel .BtmPng {
    width: calc(100% + 15px);
    min-width: 100%;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .TitleOnePanel .advpng {
    max-width: none;
    margin-bottom: 1rem;
  }
}
#CooperMedia .CooperMediaMain {
  padding-bottom: 0.5rem;
}

#CooperMedia .CooperMediaGridRow {
  display: flex;
  flex-wrap: wrap;
}

#CooperMedia .CooperMediaGridCol {
  box-sizing: border-box;
}

#CooperMedia .bg-purple {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 10px;
  cursor: pointer;
}

#CooperMedia .bg-purple .MediaItem {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#CooperMedia .bg-purple .MediaItem img {
  width: unset;
  max-width: 100%;
  min-height: 30%;
  max-height: 60%;
}
#DatebriefList .BriefMain {
  margin-bottom: 1rem;
}

#DatebriefList .DateItem {
  padding-bottom: 1.3rem;
}

#DatebriefList .DateItem .DateTitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #8000ff;
}

#DatebriefList .TimeItem {
  display: flex;
  margin-bottom: 0.8rem;
}

#DatebriefList .DateItem .TimeItem:last-child {
  margin-bottom: 0;
}

#DatebriefList .TimeItem .TILeft {
  margin-right: 0.75rem;
  font-weight: 700;
  width: 88px;
  flex-shrink: 0;
}

#DatebriefList .TimeItem .TIRight {
  flex: 1;
  line-height: 1.45;
}

#DatebriefList .TimeItem .TIRight .TIRTitle {
  font-weight: 700;
  margin-bottom: 0.45rem;
}

#DatebriefList .TimeItem .TIRight .AttItem {
  display: flex;
  margin-bottom: 0.2rem;
  align-items: flex-start;
}

#DatebriefList .TimeItem .TIRight .AttItem:last-of-type {
  margin-bottom: 0.35rem;
}

#DatebriefList .TimeItem .TIRight .AttItem .AttType {
  min-width: 3.6rem;
  padding-right: 5px;
}

#DatebriefList .TimeItem .TIRight .AttItem .AttBigBox {
  flex: 1;
}

#DatebriefList .TimeItem .TIRight .AttItem .AttInfo {
  flex: 1;
  display: flex;
  margin-bottom: 0.12rem;
}

#DatebriefList .TimeItem .TIRight .AttItem .AttInfo .AttName {
  min-width: 3.6rem;
  padding-right: 0.45rem;
}

#DatebriefList .TimeItem .TIRight .AttItem .AttInfo .AttProfile {
  flex: 1;
  color: #666;
  line-height: 1.5;
}

#DatebriefList .TimeItem .TIRLocation {
  display: flex;
  margin-top: 0.2rem;
  margin-bottom: 0.45rem;
  padding-top: 3px;
}

#DatebriefList .TimeItem .TIRLocation .IconImg {
  width: 12px;
  line-height: 18px;
  margin-right: 0.3rem;
}

#DatebriefList .TimeItem .TIRLocation .location {
  font-size: 14px;
  color: #999;
  line-height: 1.45;
}

#DatebriefList .TimeItem .TIRight .TIRBrief {
  margin-top: 0.2rem;
  line-height: 1.6;
}

#DatebriefList #TitleOne {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

#DatebriefList #TitleOne .title_one_t {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8000ff;
}

#DatebriefList #TitleOne .TopPng {
  width: 5rem;
  padding: 4rem 0;
}

#DatebriefList #TitleOne .advpng {
  width: 100%;
  max-width: 16rem;
}

#DatebriefList #TitleOne .BtmPng {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + ((100vw - 1680px) / 2));
  min-width: 100%;
  max-width: 22rem;
}

@media screen and (max-width: 1680px) {
  #DatebriefList #TitleOne .BtmPng {
    width: calc(100% + ((28vw) / 2));
    min-width: 100%;
    margin-left: calc(((-28vw) / 2));
  }
}

@media screen and (max-width: 1220px) {
  #DatebriefList #TitleOne .BtmPng {
    width: calc(100% + 15px);
    min-width: 100%;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  #DatebriefList #TitleOne .advpng {
    max-width: none;
    margin-bottom: 1rem;
  }

  #DatebriefList .TimeItem {
    flex-direction: column;
    margin-bottom: 0.65rem;
  }

  #DatebriefList .TimeItem .TILeft {
    margin-bottom: 0.3rem;
  }

  #DatebriefList .TimeItem .TIRight {
    line-height: 1.4;
  }
}
.websitePrimaryActionBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  height: 2.5rem;
  padding: 0 2.5rem;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: linear-gradient(to right, #06cfc1, #0ea5e9);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(6, 207, 193, 0.3);
  transition: opacity 0.2s;
}

.websitePrimaryActionBtn:hover {
  opacity: 0.9;
}
#FillForm {
  padding: 1rem 1.25rem;
  background: #fff;
}

#FillForm #TitleOne {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

#FillForm #TitleOne .title_one_t {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8000ff;
}

#FillForm #TitleOne .TopPng {
  width: 5rem;
  padding: 4rem 0;
}

#FillForm #TitleOne .advpng {
  width: 100%;
  max-width: 16rem;
}

#FillForm #TitleOne .BtmPng {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + ((100vw - 1680px) / 2));
  min-width: 100%;
  max-width: 22rem;
}

#FillForm .RightPart > div {
  width: 100%;
}

#FillForm .RegistionForm {
  width: 100%;
  max-width: 800px;
}

#FillForm .formItem-div {
  margin-bottom: 1rem;
}

#FillForm .formItemLabel {
  display: block;
  font-size: 16px;
  padding-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1.4;
}

#FillForm .requiredMark {
  color: red;
}

#FillForm .formControl {
  width: 100%;
  padding: 0.5rem;
  font-size: 16px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  line-height: 1.5;
}

#FillForm textarea.formControl {
  min-height: 80px;
  resize: vertical;
}

#FillForm .formError {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.4;
}

#FillForm .submitBtnItem {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1680px) {
  #FillForm #TitleOne .BtmPng {
    width: calc(100% + ((28vw) / 2));
    min-width: 100%;
    margin-left: calc(((-28vw) / 2));
  }
}

@media screen and (max-width: 1220px) {
  #FillForm #TitleOne .BtmPng {
    width: calc(100% + 15px);
    min-width: 100%;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  #FillForm #TitleOne .advpng {
    max-width: none;
    margin-bottom: 1rem;
  }

  #FillForm {
    padding: 0;
  }

  #FillForm .websitePrimaryActionBtn {
    width: 100%;
    justify-content: center;
  }
}
#IframePage iframe {
  width: 100%;
  height: 100%;
}
#LoginInfo #TitleOne {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 28rem;
}

#LoginInfo #TitleOne .title_one_t {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8000ff;
}

#LoginInfo #TitleOne .TopPng {
  width: 5rem;
  padding: 4rem 0;
}

#LoginInfo #TitleOne .advpng {
  width: 100%;
  max-width: 16rem;
}

#LoginInfo #TitleOne .BtmPng {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + ((100vw - 1680px) / 2));
  min-width: 100%;
  max-width: 22rem;
}

#LoginInfo .InfoMain {
  line-height: 1.5;
}

@media screen and (max-width: 1680px) {
  #LoginInfo #TitleOne .BtmPng {
    width: calc(100% + ((28vw) / 2));
    min-width: 100%;
    margin-left: calc(((-28vw) / 2));
  }
}

@media screen and (max-width: 1220px) {
  #LoginInfo #TitleOne .BtmPng {
    width: calc(100% + 15px);
    min-width: 100%;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  #LoginInfo #TitleOne .advpng {
    max-width: none;
    margin-bottom: 1rem;
  }
}
#NewsList .newsItem {
  display: flex;
  margin-bottom: 1rem;
}

#NewsList .newsItem:last-child {
  margin-bottom: 0;
}

#NewsList .newsItem .coverImg {
  width: 12%;
  min-width: 7rem;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#NewsList .newsItem .coverImg .coverInner {
  width: 100%;
}

#NewsList .newsItem .coverImg img {
  width: 100%;
}

#NewsList .newsItem .infoDetail {
  flex: 1;
  padding: 0 2rem 0 1.5rem;
}

#NewsList .newsItem .infoDetail .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}

#NewsList .newsItem .infoDetail .profile {
  line-height: 1.6;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

#NewsList .newsItem .infoDetail .time {
  font-size: 16px;
  color: var(--gray-color);
  margin-bottom: 5px;
}

#NewsList .newsItem .timeMore {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#NewsList .newsItem .timeMore .websitePrimaryActionBtn {
  margin-top: 0;
}

#NewsList.newslist-page-1301 .newsItem .timeMore .websitePrimaryActionBtn {
  min-width: 6.2rem;
  height: 1.55rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(6, 207, 193, 0.22);
}

#NewsList.in_inMiniProgram .skyBlueBg {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #NewsList .newsItem {
    flex-wrap: wrap;
  }

  #NewsList .newsItem > div {
    width: 100%;
  }

  #NewsList .newsItem .coverImg {
    width: 100%;
  }

  #NewsList .newsItem .infoDetail {
    flex: unset;
    width: 100%;
    padding: 1rem 0;
  }

  #NewsList .newsItem .infoDetail .title {
    font-size: 16px;
  }

  #NewsList .newsItem .infoDetail .time,
  #NewsList .newsItem .infoDetail .profile {
    font-size: 14px;
  }

  #NewsList .newsItem .timeMore {
    align-items: flex-end;
  }

  #NewsList .newsItem .timeMore .websitePrimaryActionBtn {
    min-width: unset;
    padding: 0 1rem;
    font-size: 14px;
  }

  #NewsList.newslist-page-1301 .newsItem .timeMore .websitePrimaryActionBtn {
    min-width: 5.8rem;
    height: 1.5rem;
    padding: 0 0.85rem;
    font-size: 0.82rem;
  }
}
#VideoList .VideoListMain {
  padding-bottom: 0.5rem;
}

/* Masonry/waterfall layout using CSS columns */
#VideoList .VideoListGridRow {
  column-count: 4;
  column-gap: 15px;
}

#VideoList .VideoListGridCol {
  break-inside: avoid;
  margin-bottom: 15px;
  width: 100% !important;
  padding: 0 !important;
}

#VideoList .bg-purple {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

#VideoList .bg-purple .videoItem {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#VideoList .bg-purple .videoItem img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Hover animation */
#VideoList .bg-purple:hover .videoItem img {
  transform: scale(1.05);
}

/* Play button overlay - only show when has-video class is present */
#VideoList .bg-purple.has-video .videoItem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

#VideoList .bg-purple.has-video .videoItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #666;
  z-index: 11;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Hover effect for play button */
#VideoList .bg-purple.has-video:hover .videoItem::after {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 0.95);
}

#VideoList .bg-purple.has-video:hover .videoItem::before {
  transform: translate(-40%, -50%) scale(1.1);
}

/* Modal styles - using .videoMessageBox since Modal renders in portal outside #VideoList */
.videoMessageBox .VideoDialogMain {
  background: transparent;
  overflow: hidden;
}

.videoMessageBox .VideoDialogMedia {
  display: flex;
  justify-content: center;
  background: #000;
}

.videoMessageBox .VideoDialogMedia video,
.videoMessageBox .VideoDialogMedia img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

.videoMessageBox .VideoDialogInfo {
  padding: 1rem 0;
}

.videoMessageBox .VideoDialogTitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

.videoMessageBox .VideoDialogMeta {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}

.videoMessageBox .VideoDialogMeta strong {
  color: #333;
}

.videoMessageBox .VideoDialogDesc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  margin: 0.75rem 0 0 0;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #VideoList .VideoListGridRow {
    column-count: 2;
  }
  
  #VideoList .RightPart {
    padding: 0 15px;
  }
}
._teamprogress_1cyt6_1 {
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
}

._teamprogressStandaloneRoute_1cyt6_7 {
  padding-left: 20px;
  padding-right: 20px;
}

._loadingWrap_1cyt6_12 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

._teamprogress1_1cyt6_19 {
  background: #06cfc1;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  line-height: 1.6;
}

._teamprogress2_1cyt6_29 {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

._teamprogress2Item_1cyt6_36 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 10px 16px;
  border-radius: 4px;
}

._teamprogress2People_1cyt6_47 {
  width: 20%;
  text-align: center;
  word-break: break-word;
}

._teamprogress2Mobile_1cyt6_53 {
  width: 40%;
  text-align: center;
}

._teamprogress2Type_1cyt6_58 {
  width: 20%;
  text-align: center;
}

._teamprogress2Status_1cyt6_63 {
  width: 20%;
  text-align: center;
}

._captainView_1cyt6_68,
._memberView_1cyt6_69 {
  margin-bottom: 20px;
}

._captainHeader_1cyt6_73 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid #06cfc1;
  margin-bottom: 10px;
}

._captainTitle_1cyt6_84 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

._captainInfo_1cyt6_90 {
  color: #666;
}

._captainTag_1cyt6_94 {
  display: inline-block;
  background-color: #06cfc1;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
}

._memberTag_1cyt6_104 {
  display: inline-block;
  background-color: #ffb800;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
}

._teamStatusInfo_1cyt6_114 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

._teamStatusTag_1cyt6_120 {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

._statusCompleted_1cyt6_129 {
  background-color: #67c23a;
}

._statusEnded_1cyt6_133 {
  background-color: #e6a23c;
}

._pd15_1cyt6_137 {
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 15px;
  border-radius: 4px;
}

._turn2_1cyt6_144 {
  margin-bottom: 20px;
}

._timeText_1cyt6_148 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

._time2_1cyt6_154 {
  font-size: 22px;
  font-weight: bold;
  color: #fd6364;
  text-align: center;
  margin-bottom: 8px;
}

._time3_1cyt6_162 {
  font-size: 13px;
  text-align: center;
}

._turn3_1cyt6_167 {
  margin-bottom: 20px;
}

._turn31_1cyt6_171 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

._turn3Items_1cyt6_177 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
}

._turn3Name_1cyt6_188 {
  width: 25%;
  text-align: center;
}

._turn3Type_1cyt6_193 {
  width: 35%;
  text-align: center;
}

._turn3Price_1cyt6_198 {
  width: 40%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

._turn3PriceLeft_1cyt6_205 {
  color: #fd6364;
  font-weight: bold;
}

._turn3PriceRight_1cyt6_210 {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

._actionButtons_1cyt6_216 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}

._memberActions_1cyt6_224 {
  margin-top: 20px;
}

._turn4_1cyt6_228 {
  margin-top: 20px;
}

._endbtn_1cyt6_232 {
  background: linear-gradient(90deg, #3694f6, #0dc7c9);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  min-width: 220px;
  font-size: 15px;
  font-weight: 500;
}

._endbtn_1cyt6_232:hover {
  opacity: 0.94;
}

._endbtn_1cyt6_232:active {
  transform: translateY(1px);
}

._waitingMessage_1cyt6_254 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ff9800;
  text-align: center;
  padding: 10px;
  background-color: #fff8e1;
  border-radius: 8px;
  border: 1px dashed #ff9800;
}

._paidWaitingHint_1cyt6_266 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2e7d32;
  text-align: center;
  padding: 12px;
  background-color: #e8f5e9;
  border-radius: 8px;
  border: 1px dashed #4caf50;
}

._emptyTeamContainer_1cyt6_278 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

._emptyTeamMessage_1cyt6_289 {
  font-size: 16px;
  color: #606266;
  margin-bottom: 0;
}

._dialogContent_1cyt6_295 {
  color: #000;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

._shareText_1cyt6_305 {
  padding: 10px;
  font-size: 13px;
  margin-bottom: 16px;
  line-height: 1.6;
  background: #f8fafc;
  border-radius: 10px;
  word-break: break-all;
}

._copyBtn_1cyt6_315 {
  width: 100%;
  background: linear-gradient(90deg, #3694f6, #0dc7c9);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}

._copyBtn_1cyt6_315:hover {
  opacity: 0.94;
}

@media screen and (max-width: 980px) {
  ._actionButtons_1cyt6_216 {
    flex-direction: column;
  }

  ._endbtn_1cyt6_232 {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  ._teamprogressStandaloneRoute_1cyt6_7 {
    padding-left: 9px;
    padding-right: 9px;
  }
}
/* ─── PersonalPage Layout ─── */
._pageContainer_1fii9_2 {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  overflow: hidden;
}

._desktopPersonal_1fii9_9 {
  display: block;
}

._mobilePersonal_1fii9_13 {
  display: none;
}

._dotPatternBg_1fii9_17 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

._contentWrapper_1fii9_25 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  display: flex;
  gap: 24px;
}

/* ─── Left Decoration Area ─── */
._leftDecoration_1fii9_36 {
  width: 200px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 300px;
}

._topPng_1fii9_45 {
  width: 80px;
  padding: 16px 0;
}

._topPng_1fii9_45 img {
  width: 100%;
  height: auto;
}

._btmPng_1fii9_55 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
}

._btmPng_1fii9_55 img {
  width: 100%;
  height: auto;
}

/* ─── Main Content Area ─── */
._mainContent_1fii9_69 {
  flex: 1;
  min-width: 0;
}

/* ─── Header Area ─── */
._headerRow_1fii9_75 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
  gap: 12px;
}

._accountRow_1fii9_84 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

._accountLabel_1fii9_94 {
  font-weight: 600;
  color: #334155;
}

._accountValue_1fii9_99 {
  color: #0f172a;
  word-break: break-all;
}

._titleArea_1fii9_104 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._titleText_1fii9_110 {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #06CFC1 0%, #8B5CF6 50%, #E91E8C 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: _gradientShift_1fii9_1 3s ease infinite;
}

@keyframes _gradientShift_1fii9_1 {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

._loadingIcons_1fii9_126 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #94a3b8;
}

/* ─── Navigation Tabs ─── */
._navTabs_1fii9_135 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

._navTab_1fii9_135 {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  white-space: nowrap;
}

._navTab_1fii9_135:hover {
  color: #06CFC1;
}

._navTab_1fii9_135::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #06CFC1, #8B5CF6);
  border-radius: 2px;
  transition: transform 0.25s ease;
}

._navTabActive_1fii9_172 {
  color: #06CFC1;
  font-weight: 600;
}

._navTabActive_1fii9_172::after {
  transform: translateX(-50%) scaleX(1);
}

/* ─── Content Panel ─── */
._contentPanel_1fii9_182 {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 32px;
  min-height: 400px;
}

/* ─── Empty State ─── */
._emptyState_1fii9_192 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  text-align: center;
}

._emptyIcon_1fii9_201 {
  font-size: 64px;
  color: #cbd5e1;
  margin-bottom: 20px;
}

._emptyText_1fii9_207 {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 24px;
}

._gradientBtn_1fii9_213 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #06CFC1 0%, #0ea5e9 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(6, 207, 193, 0.3);
}

._gradientBtn_1fii9_213:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(6, 207, 193, 0.4);
}

/* ─── Ticket Card ─── */
._ticketCard_1fii9_235 {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

._ticketCardShell_1fii9_244 {
  position: relative;
  border-radius: 16px;
}

._ticketNav_1fii9_249 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 20px 0;
}

._ticketArrow_1fii9_257 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #06CFC1;
  border-radius: 50%;
  color: #06CFC1;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

._ticketArrow_1fii9_257:hover {
  background: #06CFC1;
  color: #fff;
}

._qrCodeWrapper_1fii9_277 {
  position: relative;
  display: inline-block;
}

._qrCode_1fii9_277 {
  width: 170px;
  height: 170px;
  border-radius: 12px;
}

._refundOverlay_1fii9_288 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
}

._ticketPagination_1fii9_301 {
  font-size: 14px;
  color: #64748b;
  margin: 12px 0;
}

._ticketName_1fii9_307 {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 8px 0;
}

._ticketType_1fii9_314 {
  font-size: 14px;
  color: #06CFC1;
  font-weight: 500;
}

._ticketRemark_1fii9_320 {
  font-size: 13px;
  color: #94a3b8;
  margin: 4px 0;
}

._ticketCode_1fii9_326 {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  background: #f1f5f9;
  border-radius: 6px;
  font-family: monospace;
  font-size: 13px;
  color: #475569;
}

/* ─── Info Card ─── */
._infoCard_1fii9_338 {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

._infoTitle_1fii9_345 {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

._infoContent_1fii9_352 {
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
}

/* ─── Order List ─── */
._orderItem_1fii9_359 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}

._orderItem_1fii9_359:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

._orderInfo_1fii9_375 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._orderId_1fii9_381 {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

._orderTags_1fii9_387 {
  display: flex;
  gap: 8px;
}

._orderTag_1fii9_387 {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  background: #e0f2fe;
  color: #0284c7;
}

._orderTagRefund_1fii9_400 {
  background: #fef3c7;
  color: #d97706;
}

._orderDetailBtn_1fii9_405 {
  padding: 8px 16px;
  font-size: 13px;
  color: #06CFC1;
  background: transparent;
  border: 1px solid #06CFC1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

._orderDetailBtn_1fii9_405:hover {
  background: #06CFC1;
  color: #fff;
}

._orderDetailBtn_1fii9_405:disabled {
  color: #94a3b8;
  border-color: #cbd5e1;
  cursor: not-allowed;
  background: transparent;
}

/* ─── Contact & Policy ─── */
._contactInfo_1fii9_429 {
  padding: 20px;
}

._contactSection_1fii9_433 {
  margin-bottom: 30px;
}

._sectionTitle_1fii9_437 {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

._sectionTitle_1fii9_437::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: #06CFC1;
}

._contactText_1fii9_456 {
  color: #666;
  font-size: 16px;
  margin: 10px 0;
}

._qrCodes_1fii9_462 {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

._qrItem_1fii9_468 {
  text-align: center;
}

._qrImage_1fii9_472 {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

._qrName_1fii9_478 {
  color: #333;
  font-size: 14px;
}

/* ─── Loading ─── */
._loadingCenter_1fii9_484 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}

/* ─── Continue Purchase Button ─── */
._continueBtn_1fii9_492 {
  margin-bottom: 20px;
}

._policyTabContent_1fii9_496 {
  background: #fff;
  border-radius: 8px;
  padding: 24px 28px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
}

/* ─── Mobile Personal View ─── */
._mobileInfoRow_1fii9_504 {
  margin-top: 0;
}

._mobileInfoItem_1fii9_508 {
  display: flex;
  align-items: center;
}

._mobileAvatar_1fii9_513 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

._mobileAccount_1fii9_520 {
  color: #333;
  font-size: 16px;
}

._inviteCodeBanner_1fii9_525 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: linear-gradient(90deg, #ffe8e0, #fff0e5);
  border-left: 4px solid #ff6b35;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.15);
  transition: all 0.3s ease;
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
}

._inviteCodeBanner_1fii9_525:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.25);
}

._inviteCodeContent_1fii9_550 {
  display: flex;
  align-items: center;
  color: #ff6b35;
  font-weight: 500;
}

._inviteCodeIcon_1fii9_557 {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #ff6b35;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 700;
}

._inviteCodeArrow_1fii9_570 {
  color: #ff6b35;
  font-size: 16px;
}

._mobileShortcutBlock_1fii9_575 {
  margin-bottom: 20px;
}

._mobileShortcutGrid_1fii9_579 {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

._mobileShortcutCard_1fii9_585 {
  width: 49%;
  margin: 10px 0;
  cursor: pointer;
  background-image: linear-gradient(135deg, #3aeeda 0%, #086cd3 100%), linear-gradient(#1389d5, #1389d5);
  background-blend-mode: normal, normal;
  box-shadow: 0 4px 8px 0 rgba(13, 116, 191, 0.3);
  border-radius: 4px;
  padding: 13px 0;
  color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._mobileShortcutCardFull_1fii9_602 {
  width: 100%;
}

._mobileShortcutIcon_1fii9_606 {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

._mobileShortcutText_1fii9_612 {
  font-size: 16px;
  line-height: 1.35;
}

._mobileBuyTicketBlock_1fii9_617 {
  margin-bottom: 20px;
}

._mobileBuyTicketBtn_1fii9_621 {
  width: 100%;
}

._mobileInviteBuyTicketBtn_1fii9_625 {
  position: relative;
  min-height: 60px;
  padding: 14px 24px;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  background: linear-gradient(135deg, #ffb24c 0%, #ff7a1a 52%, #ff5a18 100%);
  box-shadow: 0 10px 26px rgba(255, 122, 26, 0.34);
  animation: _inviteButtonPulse_1fii9_1 2.4s ease-in-out infinite;
}

._mobileInviteBuyTicketBtn_1fii9_625::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.24) 46%, transparent 78%);
  transform: translateX(-130%);
  animation: _inviteButtonShine_1fii9_1 2.8s ease-in-out infinite;
}

._mobileInviteBuyTicketBtn_1fii9_625:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(255, 122, 26, 0.42);
}

@keyframes _inviteButtonPulse_1fii9_1 {
  0%, 100% {
    box-shadow: 0 10px 26px rgba(255, 122, 26, 0.34);
  }
  50% {
    box-shadow: 0 16px 34px rgba(255, 122, 26, 0.46);
  }
}

@keyframes _inviteButtonShine_1fii9_1 {
  0% {
    transform: translateX(-130%);
  }
  55%, 100% {
    transform: translateX(130%);
  }
}

._mobileMenuBlock_1fii9_670 {
  margin-bottom: 15px;
}

._mobileMenuItem_1fii9_674 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}

._mobileMenuItem_1fii9_674:last-child {
  margin-bottom: 0;
}

._mobileMenuLeft_1fii9_691 {
  display: flex;
  align-items: center;
}

._mobileMenuIcon_1fii9_696 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

._mobileMenuText_1fii9_702 {
  font-size: 16px;
  color: #333;
}

._mobileMenuArrow_1fii9_707 {
  color: #666;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  ._pageContainer_1fii9_2 {
    min-height: auto;
    background: #efefef;
    overflow: visible;
  }

  ._desktopPersonal_1fii9_9 {
    display: none;
  }

  ._mobilePersonal_1fii9_13 {
    display: block;
    padding: 0 20px 20px;
    background: transparent;
  }

  ._dotPatternBg_1fii9_17 {
    display: none;
  }

  ._policyTabContent_1fii9_496 {
    padding: 16px;
  }

  ._mobileShortcutText_1fii9_612,
  ._mobileMenuText_1fii9_702 {
    font-size: 16px;
  }
}
._miniRegister_1kx0r_1 {
  padding: 20px 0;
}

._regForm_1kx0r_5 {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

._formItem_1kx0r_14 {
  margin-bottom: 20px;
}

._radioGroup_1kx0r_18,
._checkboxGroup_1kx0r_19 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

._radioItem_1kx0r_25,
._checkboxItem_1kx0r_26 {
  width: 100%;
  white-space: normal;
  margin-right: 0;
  padding: 10px 0;
  height: auto;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
}

._checkboxItem_1kx0r_26 {
  margin-bottom: 5px;
}

._submitBtn_1kx0r_40 {
  margin-top: 30px;
  width: 100%;
  background: linear-gradient(90deg, #3694f6, #0dc7c9);
  border: none;
  color: #fff !important;
  height: 44px !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s;
}

._submitBtn_1kx0r_40:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 148, 246, 0.3);
}

.ant-form-item-label > label {
  text-align: left !important;
  color: #333 !important;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 8px;
}

.ant-form-item {
  margin-bottom: 22px;
}

.ant-form-item-control-input {
  min-height: 0;
}

.ant-form-item-control-input-content {
  line-height: 1.5;
}

.ant-input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  background-color: #fff;
  padding: 0 15px;
}

.ant-radio-wrapper-checked .ant-radio-inner {
  background-color: #3694f6;
  border-color: #3694f6;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #3694f6;
  border-color: #3694f6;
}

.ant-radio-wrapper:last-child,
.ant-checkbox-wrapper:last-child {
  border-bottom: none;
}

.ant-radio-wrapper .ant-radio + span,
.ant-checkbox-wrapper .ant-checkbox + span {
  font-size: 14px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  ._regForm_1kx0r_5 {
    padding: 15px;
  }

  .ant-form-item-label > label {
    font-size: 14px;
  }
}
._miniRegister_14flj_1 {
  margin-bottom: 20px;
}

._regForm_14flj_5 {
  margin-bottom: 20px;
}

._formTitle_14flj_9 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #0f172a;
}

._myLabel_14flj_17 {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #0f172a;
}

._mediaForm_14flj_24 .ant-form-item {
  margin-bottom: 22px;
}

._mediaForm_14flj_24 .ant-input,
._mediaForm_14flj_24 .ant-select-selector {
  min-height: 40px !important;
  height: 40px !important;
}

._mediaForm_14flj_24 .ant-select-single .ant-select-selector {
  display: flex;
  align-items: center;
}

._mediaForm_14flj_24 .ant-select-single .ant-select-selection-item,
._mediaForm_14flj_24 .ant-select-single .ant-select-selection-placeholder {
  line-height: 38px !important;
}

._phoneContainer_14flj_44 {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

._phoneLeft_14flj_51 {
  width: 120px;
  margin-right: 5px;
}

._phoneMiddle_14flj_56 {
  margin: 0 5px;
}

._phoneRight_14flj_60 {
  flex: 1;
}

._mediaForm_14flj_24 .ant-upload.ant-upload-select-picture-card {
  width: 150px;
  height: 150px;
}

._mediaForm_14flj_24 .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
._mediaForm_14flj_24 .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item {
  width: 150px !important;
  height: 150px !important;
}

._formUpload_14flj_75 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._plusText_14flj_84 {
  font-size: 24px;
  line-height: 1;
}

._uploadText_14flj_89 {
  margin-top: 8px;
  color: #8c939d;
  font-size: 14px;
}

._successContent_14flj_95 {
  text-align: center;
  padding: 20px;
}

._successTitle_14flj_100 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  ._formTitle_14flj_9 {
    font-size: 26px;
  }

  ._phoneContainer_14flj_44 {
    flex-wrap: wrap;
  }

  ._phoneLeft_14flj_51 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  ._phoneMiddle_14flj_56 {
    display: none;
  }

  ._phoneRight_14flj_60 {
    width: 100%;
  }
}

._mediaCenter_6gnci_1 {
  width: 100%;
}

._infoSection_6gnci_5 {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}

._infoCard_6gnci_11 {
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

._cardTitle_6gnci_19 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

._infoItem_6gnci_28 {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

._label_6gnci_34 {
  min-width: 120px;
  color: #666;
}

._value_6gnci_39 {
  flex: 1;
  font-weight: 500;
  color: #333;
}

._emailLink_6gnci_45 {
  color: #3a90fb;
  text-decoration: none;
}

._emailLink_6gnci_45:hover {
  text-decoration: underline;
}

._tableSection_6gnci_54 {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}

._tableHeader_6gnci_62 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

._titleArea_6gnci_69 {
  display: flex;
  align-items: center;
  gap: 20px;
}

._sectionTitle_6gnci_75 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

._tableActions_6gnci_82 {
  display: flex;
  align-items: center;
  gap: 15px;
}

._searchInput_6gnci_88 {
  width: 260px;
}

._activateBtn_6gnci_92,
._exportBtn_6gnci_93 {
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}

._activateBtn_6gnci_92 {
  background: #3a90fb;
  color: #fff;
}

._activateBtn_6gnci_92:hover {
  background: #1e78e6;
}

._exportBtn_6gnci_93 {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

._exportBtn_6gnci_93:hover {
  background: #e8e8e8;
}

._operationButtons_6gnci_121 {
  display: flex;
  gap: 10px;
}

._customBtn_6gnci_126 {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s;
}

._customBtn_6gnci_126:hover {
  background: #e8e8e8;
}

._mediaTable_6gnci_141 .ant-table-thead > tr > th {
  background: #3a90fb !important;
  color: #fff !important;
  font-weight: 700;
}

._qrCodeContainer_6gnci_147 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

._qrCodeBox_6gnci_153 {
  text-align: center;
}

._qrImage_6gnci_157 {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  border-radius: 8px;
}

._qrText_6gnci_164 {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

._printBtnContainer_6gnci_170 {
  text-align: right;
  margin-bottom: 15px;
}

._printBtn_6gnci_170 {
  color: #fff;
}

._confirmationContent_6gnci_179 {
  border: 1px solid #ddd;
  padding: 30px;
}

._confirmationHeader_6gnci_184 {
  text-align: center;
  margin-bottom: 30px;
}

._confirmationTitle_6gnci_189 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

._greeting_6gnci_195 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

._thanksText_6gnci_201 {
  margin-bottom: 30px;
  line-height: 1.6;
}

._qrCodeSection_6gnci_206 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

._qrCodeWrapper_6gnci_212 {
  text-align: center;
}

._confirmationQr_6gnci_216 {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
}

._barcodeLabel_6gnci_222 {
  margin-top: 10px;
  font-weight: 700;
}

._instructions_6gnci_227 {
  margin-bottom: 30px;
}

._instructions_6gnci_227 p {
  margin-bottom: 10px;
  line-height: 1.6;
}

._warning_6gnci_236 {
  color: #e74c3c;
}

._exhibitionSchedule_6gnci_240 {
  border: 1px solid #eee;
  padding: 15px;
  background: #f9f9f9;
}

._scheduleRow_6gnci_246 {
  display: flex;
  margin-bottom: 10px;
}

._scheduleRow_6gnci_246:last-child {
  margin-bottom: 0;
}

._scheduleLabel_6gnci_255 {
  width: 160px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  ._infoSection_6gnci_5 {
    flex-direction: column;
  }

  ._tableSection_6gnci_54 {
    padding: 15px;
  }

  ._tableHeader_6gnci_62 {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  ._titleArea_6gnci_69 {
    width: 100%;
    margin-bottom: 8px;
  }

  ._sectionTitle_6gnci_75 {
    font-size: 16px;
  }

  ._tableActions_6gnci_82 {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  ._searchInput_6gnci_88 {
    width: 100%;
  }

  ._exportBtn_6gnci_93,
  ._activateBtn_6gnci_92 {
    width: 100%;
  }
}

.NavPage {
  width: 100%;
  margin: 0 auto;
}

.NavPage .info {
  background-color: transparent !important;
  border-color: transparent !important;
}

.NavPageMain1098 {
  padding: 0;
}

#inMiniProgramNav {
  min-height: 100vh;
  background: var(--sky-blue);
}

#inMiniProgramNav .pageMain {
  padding: 1rem;
  margin: 0;
}

#inMiniProgramNav #MiniBanner-Main-0 {
  padding: 0;
}

#inMiniProgramNav #MiniBanner-Main-0 .wp80 {
  width: 100% !important;
}

.pageMain {
  display: flex;
  padding: 1rem 0;
}

.pageMain:last-child {
  padding-bottom: 2.5rem !important;
}

.pageMain .rightMain {
  flex: 1;
}

.NavPageMain1296 {
  padding-bottom: 0;
}

.NavPageMain1315 .RightPart img {
  cursor: zoom-in;
}

/* 修复图片预览比例问题 */
.ant-image-preview-img {
  max-width: 90vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@media screen and (max-width: 1048px) {
  .topNav {
    display: none;
  }

  .pageMain .leftNav {
    width: 100%;
    margin-right: 0;
  }

  .pageMain:last-child {
    padding-bottom: 1.5rem !important;
  }

  #inMiniProgramNav .pageMain {
    padding: 0;
    padding-top: 1rem;
  }
}
._page_1ycwe_1 {
  padding: 1rem 0;
}

._brief_1ycwe_5 {
  margin-bottom: 2rem;
}
._card_1gtov_1 {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

._typeGrid_1gtov_6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

._typeItem_1gtov_13 {
  width: 48%;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

._typeItem_1gtov_13:hover {
  border-color: #06CFC1;
}

._active_1gtov_27 {
  border-color: #06CFC1;
  background-color: rgba(6, 207, 193, 0.05);
}

._active_1gtov_27::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #06CFC1;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

._typeName_1gtov_47 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

._typeDesc_1gtov_54 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

._noticeRow_1gtov_60 {
  display: flex;
  gap: 16px;
}

._noticeLabel_1gtov_65 {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
}

._noticeContent_1gtov_73 {
  flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  ._typeItem_1gtov_13 {
    width: 100%;
  }

  ._noticeRow_1gtov_60 {
    flex-direction: column;
  }

  ._noticeLabel_1gtov_65 {
    width: 100%;
    margin-bottom: 10px;
  }
}
._loadingContainer_1ccbw_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

._container_1ccbw_15 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

._header_1ccbw_27 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

._headerLeft_1ccbw_41 {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

._title_1ccbw_53 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

._subtitle_1ccbw_67 {
  font-size: 13px;
  color: #999;
}

._headerRight_1ccbw_77 {
  display: flex;
  gap: 8px;
}

._manageLayout_1ccbw_82 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

._directoryNav_1ccbw_88 {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 16px;
  padding: 16px 14px;
  border: 1px solid #e5eefc;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

._directoryTitle_1ccbw_99 {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 10px;
}

._directoryList_1ccbw_106 {
  display: grid;
  gap: 10px;
}

._directoryItem_1ccbw_111 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 12px 12px 11px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

._directoryItem_1ccbw_111:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.08);
  transform: translateY(-1px);
}

._directoryItemActive_1ccbw_131 {
  border-color: #60a5fa;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

._directoryIcon_1ccbw_137 {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 16px;
  flex-shrink: 0;
}

._directoryItemActive_1ccbw_131 ._directoryIcon_1ccbw_137 {
  background: #dbeafe;
  color: #1d4ed8;
}

._directoryText_1ccbw_155 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._directoryItemTitle_1ccbw_162 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}

._directoryItemDesc_1ccbw_169 {
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._sectionContent_1ccbw_175 {
  flex: 1;
  min-width: 0;
}

._promptConfigCard_1ccbw_180 {
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #e5eefc;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

._promptConfigHeader_1ccbw_188 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

._promptConfigTitle_1ccbw_196 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

._promptConfigDesc_1ccbw_203 {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  max-width: 780px;
}

._promptConfigActions_1ccbw_210 {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

._promptPathRow_1ccbw_216 {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 14px;
}

._promptPathRowError_1ccbw_223 {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ffccc7;
  background: #fff2f0;
}

._promptPathField_1ccbw_230 {
  flex: 1;
  min-width: 260px;
}

._promptPathMeta_1ccbw_235 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #64748b;
  padding-bottom: 4px;
}

._promptModeRow_1ccbw_244 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}

._promptModeField_1ccbw_251 {
  min-width: 0;
}

._promptLinkNotice_1ccbw_255 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
}

._promptLinkNoticeError_1ccbw_266 {
  border-color: #ff7875;
  background: linear-gradient(180deg, #fff2f0 0%, #ffffff 100%);
}

._promptLinkNoticeMain_1ccbw_271 {
  min-width: 0;
}

._promptLinkTitle_1ccbw_275 {
  font-size: 14px;
  font-weight: 600;
  color: #312e81;
  margin-bottom: 4px;
}

._promptLinkDesc_1ccbw_282 {
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
}

._promptLinkNoticeActions_1ccbw_288 {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

._promptPresetList_1ccbw_294 {
  display: grid;
  gap: 14px;
}

._promptPresetCard_1ccbw_299 {
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #ffffff;
}

._promptPresetCardError_1ccbw_306 {
  border-color: #ff7875;
  box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.12);
}

._promptPresetHeader_1ccbw_311 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

._promptPresetTitle_1ccbw_319 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

._promptPresetTag_1ccbw_330 {
  margin-inline-end: 0 !important;
}

._promptPresetDesc_1ccbw_334 {
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
}

._validationHint_1ccbw_340 {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #cf1322;
}

._promptPresetActions_1ccbw_347 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

._promptMetaGrid_1ccbw_353 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

._promptIconOption_1ccbw_359 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

._promptIconBadge_1ccbw_366,
._promptPreviewBadge_1ccbw_367 {
  position: relative;
  overflow: hidden;
  color: var(--assistant-prompt-accent);
}

._promptIconBadge_1ccbw_366::before,
._promptPreviewBadge_1ccbw_367::before,
._promptPreviewCard_1ccbw_375::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--assistant-prompt-accent);
  opacity: 0.12;
}

._promptIconBadge_1ccbw_366 > *,
._promptPreviewBadge_1ccbw_367 > *,
._promptPreviewCard_1ccbw_375 > * {
  position: relative;
  z-index: 1;
}

._promptIconBadge_1ccbw_366 {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--assistant-prompt-accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
  font-size: 16px;
}

._promptIconOptionLabel_1ccbw_404 {
  min-width: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #1f2937;
}

._promptPreviewCard_1ccbw_375 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

._promptPreviewCard_1ccbw_375::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--assistant-prompt-accent);
}

._promptPreviewBadge_1ccbw_367 {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid var(--assistant-prompt-accent);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
  font-size: 20px;
}

._promptPreviewContent_1ccbw_449 {
  flex: 1;
  min-width: 0;
}

._promptPreviewEyebrow_1ccbw_454 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}

._promptPreviewTitleText_1ccbw_463 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #0f172a;
}

._promptPreviewSubtitle_1ccbw_470 {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._promptPreviewAccent_1ccbw_477 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(219, 234, 254, 0.95);
  flex-shrink: 0;
}

._promptColorSwatch_1ccbw_488,
._promptColorSwatchLarge_1ccbw_489 {
  border: 1px solid rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
}

._promptColorSwatch_1ccbw_488 {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

._promptPreviewColorValue_1ccbw_500 {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}

._promptColorEditor_1ccbw_506 {
  display: flex;
  align-items: center;
  gap: 10px;
}

._promptColorSwatchLarge_1ccbw_489 {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

._promptColorInput_1ccbw_519 {
  flex: 1;
}

._promptColorHint_1ccbw_523 {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._body_1ccbw_530 {
  display: flex;
  gap: 16px;
  height: calc(100vh - 200px);
  min-height: 500px;
}

/* ─── Left Panel: Entry List ─── */

._listPanel_1ccbw_545 {
  width: 340px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
  overflow: hidden;
}

._listToolbar_1ccbw_567 {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

._searchInput_1ccbw_583 {
  flex: 1;
}

._addBtn_1ccbw_591 {
  flex-shrink: 0;
}

._entryList_1ccbw_599 {
  flex: 1;
  overflow-y: auto;
  padding: 6px;
}

._listPagination_1ccbw_611 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}

._emptyList_1ccbw_629 {
  margin-top: 60px;
}

._entryItem_1ccbw_637 {
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 4px;
  transition: background 0.15s;
  border: 1px solid transparent;
}

._entryItem_1ccbw_637:hover {
  background: #e6f4ff;
}

._entryItemActive_1ccbw_663 {
  background: #e6f4ff;
  border-color: #1677ff;
}

._entryItemError_1ccbw_668 {
  border-color: #ff7875;
  background: #fff2f0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.1);
}

._entryQuestion_1ccbw_675 {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

._entryQuestionEn_1ccbw_703 {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

._entryMeta_1ccbw_729 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._entryPriority_1ccbw_741 {
  font-size: 11px;
  color: #999;
}

/* ─── Right Panel: Editor ─── */

._editorPanel_1ccbw_755 {
  flex: 1;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  overflow-y: auto;
}

._editorContent_1ccbw_771 {
  padding: 20px 24px;
}

._editorEmpty_1ccbw_779 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

._editorHeader_1ccbw_793 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

._editorHeaderActions_1ccbw_813 {
  display: flex;
  gap: 8px;
}

._polishSplitButton_1ccbw_823 {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

._polishTargetPanel_1ccbw_835 {
  width: 280px;
}

._polishTargetTitle_1ccbw_843 {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

._polishTargetGrid_1ccbw_857 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
}

._polishTargetFooter_1ccbw_869 {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

._polishTargetSummary_1ccbw_885 {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

._editorTitle_1ccbw_897 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}

._validationBanner_1ccbw_904 {
  margin-bottom: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ffccc7;
  background: #fff2f0;
  color: #cf1322;
  font-size: 13px;
  line-height: 1.6;
}

._fieldGroup_1ccbw_915 {
  margin-bottom: 16px;
}

._promptReplyCapabilityPreview_1ccbw_919 {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

._promptReplyCapabilityTitle_1ccbw_927 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

._promptReplyActionList_1ccbw_934 {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._promptReplyActionChip_1ccbw_941 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  background: linear-gradient(135deg, #06cfc1, #3694f6);
  box-shadow: 0 6px 14px rgba(54, 148, 246, 0.18);
}

._promptReplyContactCard_1ccbw_955 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

._promptReplyContactCard_1ccbw_955 img {
  width: 150px;
  height: 150px;
  display: block;
  margin-top: 10px;
  border-radius: 8px;
  background: #ffffff;
}

._promptReplyContactCard_1ccbw_955 .assistant-contact-card-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._promptReplyContactCard_1ccbw_955 .assistant-contact-card-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
}

._promptReplyContactCard_1ccbw_955 .assistant-contact-card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 18px;
  background: #06cfc1;
  transform: translateY(-50%);
}

._promptReplyContactCard_1ccbw_955 .assistant-contact-card-text {
  color: #666666;
  font-size: 16px;
}

._promptReplyContactCard_1ccbw_955 .assistant-contact-card-name {
  color: #333333;
  text-align: center;
}

._fieldLabel_1ccbw_1006 {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}

._fieldLabelWithTag_1ccbw_1014 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}

._fieldInput_1ccbw_1026 {
  width: 100%;
}

._fieldRow_1ccbw_1034 {
  display: flex;
  gap: 16px;
}

._bilingualGrid_1ccbw_1044 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

._translateEntryBar_1ccbw_1050 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #e5eefc;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

._translateEntryContent_1ccbw_1062 {
  min-width: 0;
}

._translateEntryTitle_1ccbw_1066 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

._translateEntryHint_1ccbw_1073 {
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
}

._actionCard_1ccbw_1079 {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e5eefc;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

._actionCardHeader_1ccbw_1087 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

._actionCardTitle_1ccbw_1095 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

._actionCardDesc_1ccbw_1102 {
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._actionForm_1ccbw_1108 {
  display: grid;
  gap: 2px;
}

._nestedActionHeader_1ccbw_1113 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin: 4px 0 14px;
  padding-top: 4px;
  border-top: 1px dashed #dbeafe;
}

._nestedActionTitle_1ccbw_1123 {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 4px;
}

._nestedActionDesc_1ccbw_1130 {
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._actionCardEmpty_1ccbw_1136 {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  padding: 8px 0 2px;
}

._actionHint_1ccbw_1143 {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

._actionHintError_1ccbw_1150 {
  color: #d4380d;
}

._splitModalSection_1ccbw_1154 {
  margin-bottom: 6px;
}

._splitInputGrid_1ccbw_1159 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

._splitModalHint_1ccbw_1171 {
  margin-top: 6px;
  font-size: 12px;
  color: #8c8c8c;
}

._splitTranslateBar_1ccbw_1183 {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

._splitTranslateHint_1ccbw_1199 {
  margin-top: 6px;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
}

._splitModalPreviewHeader_1ccbw_1213 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

._splitEmpty_1ccbw_1233 {
  margin: 24px 0;
}

._splitCandidateGroup_1ccbw_1241 {
  width: 100%;
}

._splitCandidateItem_1ccbw_1249 {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #fafafa;
}

._splitCandidateCheck_1ccbw_1265 {
  margin-bottom: 8px;
}

._splitCandidateContent_1ccbw_1273 {
  display: grid;
  gap: 6px;
}

._splitCandidateQA_1ccbw_1283 {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

._splitCandidateKeywords_1ccbw_1295 {
  margin-top: 2px;
}

/* ─── Mobile responsive ─── */

@media (max-width: 768px) {
  ._manageLayout_1ccbw_82 {
    flex-direction: column;
  }

  ._directoryNav_1ccbw_88 {
    width: 100%;
    position: static;
  }

  ._directoryList_1ccbw_106 {
    grid-template-columns: 1fr 1fr;
  }

  ._body_1ccbw_530 {
    flex-direction: column;
    height: auto;
  }

  ._listPanel_1ccbw_545 {
    width: 100%;
    min-width: 0;
    max-height: 300px;
  }

  ._listPagination_1ccbw_611 {
    justify-content: flex-start;
    overflow-x: auto;
  }

  ._header_1ccbw_27 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  ._headerRight_1ccbw_77 {
    width: 100%;
    justify-content: flex-end;
  }

  ._promptConfigHeader_1ccbw_188 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._promptConfigActions_1ccbw_210 {
    width: 100%;
    flex-wrap: wrap;
  }

  ._promptPathRow_1ccbw_216 {
    flex-direction: column;
    align-items: stretch;
  }

  ._promptModeRow_1ccbw_244 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  ._promptPathMeta_1ccbw_235 {
    padding-bottom: 0;
    flex-wrap: wrap;
  }

  ._promptLinkNotice_1ccbw_255 {
    flex-direction: column;
  }

  ._promptPresetHeader_1ccbw_311 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._promptPresetActions_1ccbw_347 {
    width: 100%;
  }

  ._fieldRow_1ccbw_1034 {
    flex-direction: column;
    gap: 0;
  }

  ._bilingualGrid_1ccbw_1044 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  ._promptMetaGrid_1ccbw_353 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  ._promptPreviewCard_1ccbw_375 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._promptPreviewAccent_1ccbw_477 {
    width: 100%;
    justify-content: flex-start;
  }

  ._promptColorEditor_1ccbw_506 {
    flex-wrap: wrap;
  }

  ._promptColorInput_1ccbw_519 {
    width: 100%;
  }

  ._translateEntryBar_1ccbw_1050 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._actionCardHeader_1ccbw_1087 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._nestedActionHeader_1ccbw_1113 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._editorHeader_1ccbw_793 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._editorHeaderActions_1ccbw_813 {
    width: 100%;
    flex-wrap: wrap;
  }

  ._polishSplitButton_1ccbw_823 {
    width: 100%;
  }

  ._splitModalPreviewHeader_1ccbw_1213 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  ._splitInputGrid_1ccbw_1159 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  ._splitTranslateBar_1ccbw_1183 {
    width: 100%;
    align-items: flex-start;
  }
}
._page_1j8x1_1 {
  min-height: calc(100vh - 120px);
  padding: 36px 16px 56px;
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.1), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

._container_1j8x1_10 {
  max-width: 1240px;
  margin: 0 auto;
}

._hero_1j8x1_15 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.95) 100%);
  box-shadow: 0 22px 60px rgba(37, 99, 235, 0.12);
}

._hero_1j8x1_15::before {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16) 0%, rgba(59, 130, 246, 0) 72%);
  pointer-events: none;
}

._heroBadge_1j8x1_38 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._heroTitle_1j8x1_53 {
  margin: 0;
  color: #0f172a;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
}

._heroDesc_1j8x1_61 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

._topGrid_1j8x1_69 {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

._configCard_1j8x1_76,
._inputCard_1j8x1_77,
._resultCard_1j8x1_78 {
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

._configCard_1j8x1_76 {
  padding: 22px 22px 18px;
}

._configStack_1j8x1_89 {
  display: grid;
  gap: 16px;
}

._sectionTitle_1j8x1_94 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

._sectionDesc_1j8x1_104 {
  margin-bottom: 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

._pathBox_1j8x1_111 {
  padding: 14px 16px;
  border: 1px dashed rgba(59, 130, 246, 0.36);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

._pathLabel_1j8x1_118 {
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

._pathValue_1j8x1_127 {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  word-break: break-all;
}

._radioGroup_1j8x1_134 {
  width: 100%;
}

._radioPanel_1j8x1_138 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

._radioItem_1j8x1_145 {
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 16px;
  background: #fff;
}

._inputCard_1j8x1_77 {
  padding: 22px;
}

._toolbar_1j8x1_156 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap;
}

._helperText_1j8x1_165 {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

._resultCard_1j8x1_78 {
  margin-top: 20px;
  padding: 22px;
}

._stats_1j8x1_176 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
}

._resultList_1j8x1_183 {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

._resultItem_1j8x1_189 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 440px);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

._resultItemError_1j8x1_199 {
  border-color: rgba(248, 113, 113, 0.55);
  background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
}

._resultMeta_1j8x1_204 {
  min-width: 0;
}

._codeRow_1j8x1_208 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

._codeText_1j8x1_216 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

._remark_1j8x1_223 {
  margin-top: 8px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
}

._linkBlock_1j8x1_230 {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(148, 163, 184, 0.3);
}

._linkLabel_1j8x1_236 {
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

._linkValue_1j8x1_245 {
  margin: 0 !important;
  color: #1d4ed8;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
}

._remarkEmpty_1j8x1_253 {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 14px;
}

._errorText_1j8x1_259 {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 13px;
  line-height: 1.6;
}

._previewPanel_1j8x1_266 {
  display: grid;
  gap: 12px;
  align-items: stretch;
}

._previewPanelSingle_1j8x1_272 {
  grid-template-columns: minmax(0, 1fr);
}

._previewPanelDouble_1j8x1_276 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

._outputCard_1j8x1_280 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
  min-height: 270px;
  border: 1px solid rgba(191, 219, 254, 0.88);
}

._outputHeader_1j8x1_293 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

._outputTitle_1j8x1_301 {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

._envBadge_1j8x1_308 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

._envBadgeRelease_1j8x1_320 {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #92400e;
  box-shadow: 0 10px 22px rgba(245, 158, 11, 0.18);
}

._envBadgeTrial_1j8x1_326 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  color: #1d4ed8;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.14);
}

._previewTrigger_1j8x1_332 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

._previewHint_1j8x1_344 {
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

._previewImage_1j8x1_350 {
  width: 180px;
  max-width: 100%;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

._previewPlaceholder_1j8x1_358 {
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}

._previewModalContent_1j8x1_365 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._previewModalTabs_1j8x1_371 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

._previewModalTab_1j8x1_371 {
  padding: 8px 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

._previewModalTabActive_1j8x1_390 {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  color: #1d4ed8;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

._previewModalFrame_1j8x1_397 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

._previewModalImage_1j8x1_407 {
  display: block;
  max-width: min(100%, 520px);
  max-height: 68vh;
  width: auto;
  height: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

@media (max-width: 980px) {
  ._topGrid_1j8x1_69 {
    grid-template-columns: 1fr;
  }

  ._resultItem_1j8x1_189 {
    grid-template-columns: 1fr;
  }

  ._previewPanelDouble_1j8x1_276 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  ._page_1j8x1_1 {
    padding: 22px 12px 42px;
  }

  ._hero_1j8x1_15,
  ._configCard_1j8x1_76,
  ._inputCard_1j8x1_77,
  ._resultCard_1j8x1_78 {
    border-radius: 18px;
  }

  ._hero_1j8x1_15 {
    padding: 22px 18px 24px;
  }

  ._heroTitle_1j8x1_53 {
    font-size: 28px;
  }

  ._radioPanel_1j8x1_138 {
    grid-template-columns: 1fr;
  }

  ._previewPanelDouble_1j8x1_276 {
    grid-template-columns: 1fr;
  }

  ._previewModalFrame_1j8x1_397 {
    min-height: 320px;
    padding: 16px;
  }
}
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-slate-950: oklch(12.9% .042 264.695);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-900: oklch(21% .006 285.885);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wide: .025em;
    --leading-snug: 1.375;
    --radius-lg: .5rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xl: 24px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-aurora: aurora 60s linear infinite;
    --animate-spotlight: spotlight 2s ease .75s 1 forwards;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .-inset-\[10px\] {
    inset: -10px;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-px {
    inset: 1px;
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .order-1 {
    order: 1;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[100vh\] {
    height: 100vh;
  }

  .h-\[169\%\] {
    height: 169%;
  }

  .h-full {
    height: 100%;
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[138\%\] {
    width: 138%;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-24 {
    min-width: calc(var(--spacing) * 24);
  }

  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }

  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }

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

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

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .animate-spotlight {
    animation: var(--animate-spotlight);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

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

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-white\/30 {
    border-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/30 {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .border-white\/40 {
    border-color: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/40 {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .border-t-white {
    border-top-color: var(--color-white);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-zinc-50 {
    background-color: var(--color-zinc-50);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .\[background-image\:var\(--white-gradient\)\,var\(--aurora\)\] {
    background-image: var(--white-gradient), var(--aurora);
  }

  .from-\[\#06CFC1\] {
    --tw-gradient-from: #06cfc1;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#0ea5e9\] {
    --tw-gradient-to: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .\[mask-image\:radial-gradient\(ellipse_at_100\%_0\%\,black_10\%\,var\(--transparent\)_70\%\)\] {
    -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, var(--transparent) 70%);
    -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, var(--transparent) 70%);
    mask-image: radial-gradient(ellipse at 100% 0%, black 10%, var(--transparent) 70%);
  }

  .\[background-size\:300\%\,_200\%\] {
    background-size: 300%, 200%;
  }

  .\[background-position\:50\%_50\%\,50\%_50\%\] {
    background-position: 50%, 50%;
  }

  .stroke-\[2px\] {
    stroke-width: 2px;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-\[1px\], .p-px {
    padding: 1px;
  }

  .\!px-8 {
    padding-inline: calc(var(--spacing) * 8) !important;
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[rgb\(0\,0\,0\,65\%\)\] {
    color: #000000a6;
  }

  .text-slate-950 {
    color: var(--color-slate-950);
  }

  .text-white {
    color: var(--color-white);
  }

  .normal-case {
    text-transform: none;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_4px_16px_rgba\(6\,207\,193\,0\.3\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, #06cfc14d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_12px_34px_rgba\(13\,31\,73\,0\.12\)\] {
    --tw-shadow: 0 12px 34px var(--tw-shadow-color, #0d1f491f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    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-\[10px\] {
    --tw-blur: blur(10px);
    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, );
  }

  .invert {
    --tw-invert: invert(100%);
    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, );
  }

  .filter {
    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, );
  }

  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-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, );
    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: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .will-change-transform {
    will-change: transform;
  }

  .\[--aurora\:repeating-linear-gradient\(100deg\,var\(--blue-500\)_10\%\,var\(--indigo-300\)_15\%\,var\(--blue-300\)_20\%\,var\(--violet-200\)_25\%\,var\(--blue-400\)_30\%\)\] {
    --aurora: repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  }

  .\[--dark-gradient\:repeating-linear-gradient\(100deg\,var\(--black\)_0\%\,var\(--black\)_7\%\,var\(--transparent\)_10\%\,var\(--transparent\)_12\%\,var\(--black\)_16\%\)\] {
    --dark-gradient: repeating-linear-gradient(100deg, var(--black) 0%, var(--black) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--black) 16%);
  }

  .\[--primary\:\#ffffff\] {
    --primary: #fff;
  }

  .\[--white-gradient\:repeating-linear-gradient\(100deg\,var\(--white\)_0\%\,var\(--white\)_7\%\,var\(--transparent\)_10\%\,var\(--transparent\)_12\%\,var\(--white\)_16\%\)\] {
    --white-gradient: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--white) 16%);
  }

  .\[transform-style\:preserve-3d\] {
    transform-style: preserve-3d;
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:inset-0:after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 0);
  }

  .after\:animate-aurora:after {
    content: var(--tw-content);
    animation: var(--animate-aurora);
  }

  .after\:\[background-image\:var\(--white-gradient\)\,var\(--aurora\)\]:after {
    content: var(--tw-content);
    background-image: var(--white-gradient), var(--aurora);
  }

  .after\:\[background-size\:200\%\,_100\%\]:after {
    content: var(--tw-content);
    background-size: 200%, 100%;
  }

  .after\:\[background-attachment\:fixed\]:after {
    content: var(--tw-content);
    background-attachment: fixed;
  }

  .after\:mix-blend-difference:after {
    content: var(--tw-content);
    mix-blend-mode: difference;
  }

  .after\:content-\[\"\"\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }

  @media (hover: hover) {
    .hover\:shadow:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:\!border-\[\#ccc\]:disabled {
    border-color: #ccc !important;
  }

  .disabled\:\!bg-\[\#ccc\]:disabled {
    background-color: #ccc !important;
  }

  .disabled\:\!shadow-none:disabled {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  @media (min-width: 64rem) {
    .lg\:w-\[84\%\] {
      width: 84%;
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:border-white\/30 {
      border-color: #ffffff4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:border-white\/30 {
        border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }

    .dark\:bg-zinc-900 {
      background-color: var(--color-zinc-900);
    }

    .dark\:bg-gradient-to-r {
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }

    .dark\:\[background-image\:var\(--dark-gradient\)\,var\(--aurora\)\] {
      background-image: var(--dark-gradient), var(--aurora);
    }

    .dark\:from-\[\#06CFC1\] {
      --tw-gradient-from: #06cfc1;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .dark\:to-\[\#0ea5e9\] {
      --tw-gradient-to: #0ea5e9;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .dark\:text-white {
      color: var(--color-white);
    }

    .dark\:shadow-\[0_4px_16px_rgba\(6\,207\,193\,0\.3\)\] {
      --tw-shadow: 0 4px 16px var(--tw-shadow-color, #06cfc14d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .dark\:invert-0 {
      --tw-invert: invert(0%);
      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, );
    }
  }

  .after\:dark\:\[background-image\:var\(--dark-gradient\)\,var\(--aurora\)\]:after {
    content: var(--tw-content);
  }

  @media (prefers-color-scheme: dark) {
    .after\:dark\:\[background-image\:var\(--dark-gradient\)\,var\(--aurora\)\]:after {
      background-image: var(--dark-gradient), var(--aurora);
    }
  }

  .\[\&\>\*\]\:\[transform-style\:preserve-3d\] > * {
    transform-style: preserve-3d;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #0000;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
  -webkit-appearance: none;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
  padding-top: .75em;
  padding-bottom: .3em;
}

input, button, select, optgroup, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

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

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
  margin-bottom: .5em;
  padding: 0;
  display: block;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: #3c3c3c4a;
  --vt-c-divider-light-2: #3c3c3c1f;
  --vt-c-divider-dark-1: #545454a6;
  --vt-c-divider-dark-2: #5454547a;
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: #3c3c3ca8;
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: #ebebeba3;
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
  color-scheme: light !important;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  transition: color .5s, background-color .5s;
}

.v-btn {
  text-transform: none !important;
}

.el-message {
  z-index: 9999 !important;
  min-width: 300px !important;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

a, .green {
  color: #00bd7e;
  text-decoration: none;
  transition: all .4s;
}

.center {
  text-align: center;
}

.showpc {
  display: block;
}

.showmobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .showpc {
    display: none;
  }

  .mt15_m {
    margin-top: 15px;
  }

  .showmobile {
    display: block;
  }

  .pcm100_m {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pd15_m {
    padding: 0 15px !important;
  }

  .noflex_m {
    display: block !important;
  }

  #TitleOne {
    padding-bottom: 0 !important;
  }

  .BtmPng {
    display: none;
  }

  #TitleOne .TopPng {
    padding: .5rem 0 1.5rem !important;
  }

  .LeftPart {
    width: 100% !important;
  }

  #TitleOne {
    justify-content: center !important;
    align-items: center !important;
  }

  .RightPart {
    width: 100% !important;
    padding-right: 1rem !important;
  }

  .jk-w-\[1200px\] {
    width: 100% !important;
  }
}

@media (hover: hover) {
  a:hover {
    background-color: #00bd7e33;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --sky-blue: #f2f5fa;
  --btn-hover: #535454;
  --gray-color: #595959;
  --shallow-gray: #f6f6f6;
  --deep-red: #9e142b;
  --linear-color: linear-gradient(to right, #06cfc1, #4a10f8);
  --theme-color: #e5240c !important;
}

@font-face {
  font-family: SWISSCBO;
  src: url("../fonts/SWISSCBO.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SSH_Bold;
  src: url("../fonts/SourceHanSerifSC-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SSH_Normal;
  src: url("../fonts/SourceHanSansCN-Normal.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  vertical-align: -.15em;
  fill: currentColor;
  width: 1rem;
  margin-right: 3px;
  overflow: hidden;
}

html {
  font-size: 20px;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: #0000;
  min-height: 100vh;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 微软雅黑, AvenirLTStd-light, AvenirLTStd;
  line-height: 1;
  padding-right: 0 !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 2px;
}

::-webkit-scrollbar-track-piece {
  background-color: #0000000d;
  -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #ccc;
  -webkit-border-radius: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #ccc;
  -webkit-border-radius: 5px;
  width: 5px;
}

img, video {
  vertical-align: bottom;
  width: 100%;
}

p img {
  width: unset;
  max-width: 100% !important;
}

.red_color {
  color: red;
}

.blue_color {
  color: var(--theme-color);
}

.gray_color {
  color: gray;
}

.flexShuCenter {
  align-items: center;
  display: flex;
}

.whiteTP {
  background: #ffffff1a;
  padding: 1rem;
}

.textLine1 {
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.WebsiteBox, .wp80, .WebsiteSecondBox {
  width: 1200px;
  margin: 0 auto;
}

.WebsiteBox {
  padding: 2rem 0;
}

.IndexPaddingTop0 {
  padding-top: 0 !important;
}

.WebsiteSecondBox {
  padding: 30px 0 70px;
}

.cursorPointer {
  cursor: pointer;
}

.verticalCenter {
  align-items: center;
  display: flex;
}

a {
  text-decoration: none;
  display: inline-block;
}

strong {
  display: inline-block;
}

.flexModel {
  display: flex;
}

.setRowCenter {
  justify-content: center;
  display: flex;
}

.detail, .profile {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.el-col-5 {
  width: 20%;
}

.RegistionForm {
  max-width: 800px;
}

.RegistionForm .submitBtnItem .el-button {
  padding: .625rem 2.5rem;
  font-size: 16px;
}

.RegistionForm .el-button--primary {
  background: var(--linear-color) !important;
  border-color: #0000 !important;
}

.small_gray_font {
  color: #999;
  margin-top: .5rem;
  font-size: .84rem;
}

.title1 {
  border-bottom: 2px solid;
  border-image: var(--linear-color) 1;
  margin-bottom: 1.25rem;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.title1 .en {
  letter-spacing: 1px;
  background: linear-gradient(to bottom, var(--theme-color), transparent);
  color: #0000;
  -webkit-text-fill-color: transparent;
  opacity: .2;
  -webkit-background-clip: text;
  font-size: 2rem;
  position: absolute;
  top: -.125rem;
}

.title2 {
  margin-bottom: 5px;
  padding-left: .875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  position: relative;
}

.title2:before {
  content: "";
  background: linear-gradient(#f62b02, #5a0140);
  border-radius: 5px;
  width: 5px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
}

.title22 {
  margin-bottom: 5px;
  padding-left: .625rem;
  font-size: 1.125rem;
  line-height: 1.375;
  position: relative;
}

.title22:before {
  content: "";
  background: linear-gradient(#f62b02, #5a0140);
  border-radius: 4px;
  width: 4px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
}

.title3 {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-family: SSH_Normal, STFangsong, STZhongsong, STSong;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.title3 .cn {
  z-index: 100;
  color: #595758;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
}

.title3 .en {
  letter-spacing: 1px;
  color: #595758;
  top: -1.6rem;
}

.title4 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.title5 {
  padding: .5rem 0;
  line-height: 1.375;
  position: relative;
}

.title5:before {
  content: "";
  background: linear-gradient(to right, #f62b02, #5a0140);
  border-radius: 5px;
  width: 2rem;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.title6 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.title7 {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.title7 div {
  text-align: center;
  background: var(--linear-color);
  color: #fff;
  border-radius: 4px;
  padding: .725rem 2rem;
  font-size: 1.2rem;
}

.whiteBg {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem 1rem;
}

.skyBlueBg {
  background: var(--sky-blue);
  border-radius: 8px;
  padding: 1rem;
}

.moreBtn {
  border: .0625rem solid var(--theme-color);
  color: #fff;
  background: var(--theme-color);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
  padding: .5rem 1rem;
  display: block;
}

a.seeMore {
  color: var(--theme-color);
  font-size: 1.125rem;
  line-height: 2.125rem;
}

a.seeMore:hover {
  color: #b4cdfa;
}

.seeMoreTwo {
  color: #fff;
  cursor: pointer;
  background: #000;
  border-radius: 4px;
  padding: .5rem 1.2rem;
}

.leftSeeMoreBtn {
  border: .0625rem solid var(--theme-color);
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  border-radius: .25rem;
  margin-top: 1.875rem;
  padding: .875rem 2rem;
}

.marginBtm70 {
  margin-bottom: 70px;
}

.marginBtm40 {
  margin-bottom: 40px;
}

.orangeStrong {
  color: #fdd000;
  font-weight: 700;
}

.supporting-units-main, .block-main-SupportingUnits {
  border-bottom: 1px solid #ccc;
}

.supporting-units-main:last-child, .block-main-SupportingUnits:last-child {
  border-bottom: unset;
}

.v-modal {
  z-index: 900 !important;
}

.el-dropdown-menu li.is-checked {
  color: red !important;
}

.el-dropdown-menu .el-dropdown-menu__item:focus, .el-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
  color: var(--theme-color);
  background-color: #0000;
}

#mySwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mySwiper .swiper-pagination-bullet {
  opacity: 1;
  background: #c0c4cc;
  border-radius: 6px;
  width: 13px;
  height: 6px;
  transition: all .3s;
}

#mySwiper .swiper-pagination-bullet-active {
  background: #0e488e;
  width: 19px;
}

#mySwiper .swiper-pagination {
  margin-top: 10px;
}

.NavPage table {
  border-spacing: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.NavPage table td {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 5px;
}

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}

.el-dialog {
  max-width: 750px;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.HostPMDialog .el-dialog__header, .MeetPMDialog .el-dialog__header {
  padding: 0;
}

.HostPMDialog .el-dialog__headerbtn, .MeetPMDialog .el-dialog__headerbtn {
  top: -1.5rem;
  right: 0;
}

.HostPMDialog .el-dialog__headerbtn i, .MeetPMDialog .el-dialog__headerbtn i {
  color: #fff;
  font-size: 1rem;
}

.HostPMDialog .el-dialog__body, .MeetPMDialog .el-dialog__body {
  padding: 1rem;
}

.HostMiniDialog, .MeetMiniDialog {
  background: #27272d;
  top: calc(50% - 5rem);
}

.HostMiniDialog .el-dialog__header, .MeetMiniDialog .el-dialog__header {
  padding: 0;
}

.HostMiniDialog .el-dialog__headerbtn, .MeetMiniDialog .el-dialog__headerbtn {
  right: 50%;
  top: unset;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  bottom: -5rem;
  transform: translateX(50%);
}

.HostMiniDialog .el-dialog__headerbtn .el-dialog__close, .MeetMiniDialog .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
  font-size: 1.5rem;
}

.HostMiniDialog .el-dialog__body, .MeetMiniDialog .el-dialog__body {
  color: #fff;
  padding: 1rem;
}

.HostMiniDialog .el-dialog__body .DialogMain .top, .MeetMiniDialog .el-dialog__body .DialogMain .top {
  border-color: #424242;
}

.HostMiniDialog .el-dialog__body .DialogMain .top .name, .MeetMiniDialog .el-dialog__body .DialogMain .top .name {
  font-size: 1.125rem;
  font-weight: 400;
}

.HostMiniDialog .el-dialog__body .DialogMain .btm .title2, .MeetMiniDialog .el-dialog__body .DialogMain .btm .title2 {
  font-weight: 400;
  font-size: 1.125rem !important;
}

.el-message-box {
  max-width: 88vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoMessageBox {
  width: 80vw;
}

.videoMessageBox .el-message-box__headerbtn {
  top: 10px;
}

.ModelTwo {
  display: flex;
}

.ModelTwo .LeftPart {
  width: 23%;
}

.ModelTwo .RightPart {
  width: 77%;
  padding-left: 1rem;
}

.RegistrationSystem {
  background: #f5f5f5;
  min-height: calc(100vh - 4rem);
  padding-bottom: 1px;
}

.RegistrationSystem .mainPage {
  background: #fff;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

.RegistrationSystem .mainPage .PrimaryCoverage {
  display: flex;
}

.RegistrationSystem .TextInfo .title {
  color: var(--theme-color);
  margin-top: 1rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
}

.RegistrationSystem .TextInfo .tip .takeCare {
  margin-bottom: .625rem;
  font-size: .875rem;
}

.RegistrationSystem .TextInfo .tip .tipItem {
  padding: 0 1rem;
}

.RegistrationSystem .TextInfo .tip .tipItem i {
  margin-right: .5rem;
  font-size: .875rem;
  font-weight: 700;
}

.FormPart .title {
  background: var(--theme-color);
  color: #fff;
  padding: .625rem 1.5rem;
  font-size: 1.5rem;
}

.FormPart .main {
  border: 1px solid var(--theme-color);
  padding: 1.5rem 2rem;
  font-size: 14px;
}

.FormPart .otherOperation {
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.FormPart .otherOperation > div {
  color: var(--theme-color);
  cursor: pointer;
  border-right: 1px solid #000;
  padding: 0 .875rem;
  line-height: 1.2;
}

.FormPart .otherOperation > div:hover {
  text-decoration: underline;
}

.FormPart .otherOperation > div:last-child {
  border-right: unset;
}

.RLRuleForm .el-form-item__label {
  color: #000;
  padding: 0;
  font-weight: 700;
}

.RLRuleForm .el-form-item {
  margin-bottom: 1rem;
}

.RLRuleForm .el-form-item__error {
  position: unset;
}

.RLRuleForm .el-input__inner:focus {
  box-shadow: 0 0 15px var(--theme-color);
  -webkit-box-shadow: 0 0 15px var(--theme-color);
  -moz-box-shadow: 0 0 15px var(--theme-color);
  border-color: var(--theme-color) !important;
}

.RLRuleForm .submitBtn {
  padding-top: 1rem;
}

.RLRuleForm .submitBtn .el-button {
  background: var(--theme-color);
  border: unset;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.RLRuleForm .submitBtn .el-button:hover {
  background: var(--btn-hover);
}

.commonBtn {
  text-align: center;
  background: var(--linear-color);
  border: unset;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: .625rem 2rem;
  font-size: 16px;
  display: inline-block;
}

.commonBtn:hover {
  background: #4a10f8;
}

.nav_dialog .el-dialog__headerbtn {
  font-size: 1.125rem;
  top: 8px;
  right: 8px;
}

.nav_dialog .el-dialog__body {
  padding-top: 0;
  padding-bottom: .5rem;
}

.nav_dialog .el-dialog__body .title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.nav_dialog .el-dialog__body .chooseBox {
  justify-content: center;
  display: flex;
}

.nav_dialog .el-dialog__body .chooseBox .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 1rem;
}

.nav_dialog .el-dialog__body .chooseBox .item:last-child {
  margin-right: 0;
}

.nav_dialog .el-dialog__body .chooseBox .item .main {
  cursor: pointer;
  padding: .75rem 2.5rem .75rem 1.5rem;
}

.nav_dialog .el-dialog__body .chooseBox .item .main .icon {
  width: 1.375rem;
  margin-right: 10px;
}

.nav_dialog .el-dialog__body .chooseBox .item .main .text {
  font-size: .825rem;
}

.nav_dialog .el-dialog__body .chooseBox .checkItem {
  border-color: var(--deep-red);
  position: relative;
}

.nav_dialog .el-dialog__body .chooseBox .checkItem .checkIcon {
  width: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.VerificationCodeItem .el-form-item__error {
  position: absolute;
}

.VerificationCodeItem .getCodeBox {
  box-sizing: border-box;
  height: 100%;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.VerificationCodeItem .getCodeBox .btn {
  height: 100%;
  color: var(--theme-color);
  cursor: pointer;
  border: 1px solid;
  border-radius: 3px;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}

.VerificationCodeItem .getCodeBox .btn:hover {
  background: var(--theme-color);
  color: #fff;
}

.needInputCode .getCodeBox .btn {
  cursor: default;
  color: var(--theme-color) !important;
  background: #fff !important;
}

.underLineTrademark {
  color: #888;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 20px;
}

.el-radio .el-radio__label {
  white-space: break-spaces;
}

.childShowItem:last-child {
  border-bottom: unset !important;
  margin-bottom: 0 !important;
}

.radiocheckBox .el-radio {
  position: relative;
}

.radiocheckBox .radiocheckSpan {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

#navigationIdNameen .pcMode {
  width: 1420px;
}

.hoverBig {
  transition: all .5s;
}

.hoverBig:hover {
  z-index: 200;
  position: relative;
  transform: scale(1.1);
  box-shadow: 2px 2px 10px #0003;
}

.hoverBig2 {
  transition: all .5s;
}

.hoverBig2:hover {
  z-index: 200;
  position: relative;
  transform: scale(1.05);
  box-shadow: 2px 2px 10px #0003;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 18px;
  }

  .WebsiteBox, .wp80, .WebsiteSecondBox {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1420px) {
  #navigationIdNameen .WebsiteBox, #navigationIdNameen .wp80, #navigationIdNameen .WebsiteSecondBox {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  #navigationIdNameen .WebsiteBox, #navigationIdNameen .WebsiteSecondBox {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1320px) {
  #navigationIdNameen .pcMode .el-submenu__title, #navigationIdNameen .pcMode .el-menu-item, #navigationIdNameen .pcMode .loginBtn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  #navigationIdNameen .pcMode .el-submenu__title, #navigationIdNameen .pcMode .el-menu-item, #navigationIdNameen .pcMode .loginBtn {
    font-size: 13px;
  }
}

@media screen and (max-width: 1220px) {
  .WebsiteBox, .wp80, .WebsiteSecondBox {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .WebsiteBox, .WebsiteSecondBox {
    padding: 30px 0;
  }

  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .marginBtm70 {
    margin-bottom: 30px;
  }

  #ForgetCreatePage .FormPart {
    width: 100%;
  }

  #PureText p, #ActivityBrief p {
    line-height: 2 !important;
  }

  #PureText p span, #ActivityBrief p span {
    font-size: 1.125rem !important;
  }

  .el-dialog {
    width: 94vw !important;
  }

  .title3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .ModelTwo {
    flex-direction: column;
  }

  .ModelTwo > div {
    width: 100% !important;
  }

  .ModelTwo .LeftPart .BtmPng {
    display: none;
  }

  .ModelTwo .RightPart {
    padding-left: 0;
  }

  #TitleOne, #TitleOneAgain {
    padding-bottom: 0 !important;
  }

  #TitleOne .title, #TitleOneAgain .title, #TitleOne .time, #TitleOneAgain .time {
    text-align: center;
  }

  #TitleOne .time, #TitleOneAgain .time {
    font-size: 14px !important;
  }

  #TitleOne .TopPng, #TitleOneAgain .TopPng {
    justify-content: center;
    display: flex;
    width: 100% !important;
    padding: .5rem 0 1.5rem !important;
  }

  #TitleOne .TopPng img, #TitleOneAgain .TopPng img {
    width: 4rem;
  }

  .el-form-item__label, .el-input__inner, .el-textarea {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 520px) {
  .RegistionForm .submitBtnItem .el-button {
    width: 100%;
  }

  #NewsDetail p span {
    font-size: 1rem !important;
  }
}

.jk-flex {
  display: flex;
}

.jk-items-center {
  align-items: center;
}

.jk-w-\[1200px\] {
  width: 1200px;
}

.jk-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.jk-mt-\[30px\] {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pcm100_m {
    width: 100%;
  }

  .pd15_m {
    padding: 0 15px;
  }

  .mt15_m {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .showpc {
    display: none;
  }

  .showmobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .showmobile {
    display: none;
  }

  .showpc {
    display: block;
  }
}

.login-page {
  --art-cyan: #00d7c9;
  --art-blue: #2a7bff;
  --art-pink: #ff4fcb;
  --art-ink: #1f2940;
  --art-border: #2a7bff29;
  --art-shadow: 0 14px 36px #13234c2e;
  isolation: isolate;
  background: linear-gradient(#f7fbff 0%, #f4f8ff 58%, #f8f9ff 100%);
}

.login-page__aurora {
  z-index: 0;
  pointer-events: none;
  filter: blur(34px);
  opacity: .45;
  position: absolute;
}

.login-page__aurora--left {
  background: radial-gradient(circle at 40%, #00d7c95c, #00d7c900);
  width: 320px;
  height: 240px;
  top: 130px;
  left: -80px;
}

.login-page__aurora--right {
  background: radial-gradient(circle, #ff4fcb42, #ff4fcb00);
  width: 290px;
  height: 220px;
  top: 80px;
  right: -50px;
}

.login-magic-bg {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.magic-dot-pattern {
  opacity: .22;
  background-image: radial-gradient(#2a7bff29 1.3px, #0000 1.3px);
  background-size: 22px 22px;
  animation: 20s linear infinite magic-dot-drift;
  position: absolute;
  inset: -20% -15%;
}

.login-stage {
  z-index: 2;
  position: relative;
}

.login-stage--pc {
  margin-bottom: 48px;
}

.login-card {
  box-shadow: var(--art-shadow);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #ffffffc7;
  border: none;
  border-radius: 16px;
  padding: 12px;
}

.magic-card {
  background: none;
  border: none;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 15px !important;
}

.magic-card__gradient {
  pointer-events: none;
  transition: opacity .22s;
  position: absolute;
  inset: 0;
}

.magic-card__content {
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px 36px;
  position: relative;
}

.login-tab-group {
  border-bottom: 1px solid #2a7bff1f;
}

.login-group-hint {
  background: linear-gradient(90deg, #06cfc11f, #2a7bff14);
  border: 1px solid #06cfc152;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 8px 10px;
  display: flex;
}

.login-group-hint__badge {
  color: #fff;
  letter-spacing: .2px;
  background: linear-gradient(90deg, #06cfc1, #2a7bff);
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.login-group-hint__text {
  color: #334155;
  font-size: 13px;
  line-height: 1.35;
}

.login-group-hint__text.is-loading {
  color: #475569;
  opacity: .9;
}

.login-group-hint__text.is-invalid {
  color: #b45309;
}

.login-group-hint.is-closed {
  background: linear-gradient(90deg, #f59e0b26, #ef44441a);
  border: 1px solid #f59e0b73;
}

.login-group-hint__badge.is-closed {
  background: linear-gradient(90deg, #f59e0b, #ef4444);
}

.login-group-hint__text.is-closed {
  color: #92400e;
}

.login-tab {
  transition: color .2s;
}

.login-tab.is-active {
  color: var(--art-ink);
}

.login-form {
  margin-top: 7%;
  margin-bottom: 4%;
}

.login-page .login-form .ant-form-item {
  margin-bottom: 0;
}

.login-field-label {
  color: var(--art-ink);
  letter-spacing: .2px;
  font-weight: 600;
}

.login-page .login-field-shell {
  box-shadow: none;
  border-radius: 6px;
  transition: border-color .22s, box-shadow .22s;
  background: #fff !important;
  border: 1px solid #d0dde5 !important;
}

.login-page .login-field-shell:hover {
  border-color: #b8cedb !important;
}

.login-page .login-field-shell.is-focus {
  box-shadow: 0 0 0 2px #06cfc12e;
  border-color: #06cfc1 !important;
}

.login-field-shell .login-field-icon {
  opacity: .88;
  transition: opacity .2s, transform .2s;
}

.login-field-shell.is-focus .login-field-icon {
  opacity: 1;
  transform: translateY(-.5px);
}

.login-field-input, .login-field-select {
  color: #2e3a54;
  font-size: 14px;
  line-height: 1;
}

.login-field-input.ant-input::placeholder {
  color: #9aa5bb;
}

.login-field-select.ant-select {
  width: 100%;
}

.login-field-select .ant-select-selector {
  box-shadow: none !important;
  padding: 0 !important;
}

.login-field-select .ant-select-selection-item {
  color: #2e3a54;
  font-size: 14px;
}

.login-field-input.ant-input {
  box-shadow: none !important;
  color: #2e3a54 !important;
  background: none !important;
  padding: 0 !important;
}

.login-page .login-field-shell .ant-input, .login-page .login-field-shell .ant-input-affix-wrapper, .login-page .login-field-shell .ant-input-outlined, .login-page .login-field-shell .ant-input:hover, .login-page .login-field-shell .ant-input:focus, .login-page .login-field-shell .ant-input-focused, .login-page .login-field-shell .ant-input-affix-wrapper:hover, .login-page .login-field-shell .ant-input-affix-wrapper:focus, .login-page .login-field-shell .ant-input-affix-wrapper-focused {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.login-page .login-field-shell .ant-select .ant-select-selector, .login-page .login-field-shell .ant-select-focused .ant-select-selector, .login-page .login-field-shell .ant-select:hover .ant-select-selector {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.login-page .login-code-btn {
  min-width: 96px;
  height: 40px;
  font-size: 14px;
  padding-inline: 18px !important;
}

.login-page .login-code-btn.is-countdown {
  opacity: .92;
}

.login-agree {
  color: #5d6880;
  margin-top: 6px;
}

.login-agree .ant-checkbox-inner {
  border-color: #2a7bff47;
}

.login-policy-link {
  color: #2a7bffad !important;
  border-bottom-color: #2a7bff66 !important;
}

.login-submit-wrap {
  margin-top: 48px !important;
}

.login-page .login-submit-btn {
  height: 40px;
  font-size: 16px;
  position: relative;
  width: 100% !important;
}

.login-submit-btn > span {
  z-index: 1;
  position: relative;
}

.login-submit-btn:active {
  transform: none;
}

@keyframes magic-dot-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-14px, -10px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes magic-shimmer-slide {
  0% {
    transform: translateX(-180%)rotate(24deg);
  }

  40%, 100% {
    transform: translateX(420%)rotate(24deg);
  }
}

@media screen and (max-width: 767px) {
  .login-page {
    background: #f5f5f5;
  }

  .login-page__aurora, .login-magic-bg {
    display: none;
  }

  .login-stage--mobile {
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding-top: 6px;
  }

  .login-page__aurora--left {
    top: 60px;
    left: -120px;
  }

  .login-page__aurora--right {
    opacity: .3;
    top: 230px;
    right: -120px;
  }

  .login-card {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
  }

  .login-stage--mobile .magic-card {
    border-radius: 0;
    padding: 0 !important;
  }

  .login-stage--mobile .magic-card__gradient {
    display: none;
  }

  .magic-card__content {
    border-radius: 0;
    padding: 22px 18px 24px;
  }

  .login-group-hint {
    gap: 8px;
    margin-top: 10px;
    padding: 8px 10px;
  }

  .login-group-hint__text {
    font-size: 12px;
  }

  .login-submit-wrap {
    margin-top: 36px !important;
  }

  .login-page .login-field-input, .login-page .login-field-select .ant-select-selection-item, .login-page .login-field-shell .ant-input {
    font-size: 16px !important;
  }
}

.magic-shimmer-btn {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #3694f6, #0dc7c9);
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: filter .2s;
  position: relative;
  overflow: hidden;
}

.magic-shimmer-btn:hover {
  filter: brightness(1.05);
}

.magic-shimmer-btn__content {
  z-index: 1;
  position: relative;
}

.magic-shimmer-btn:after {
  content: "";
  background: linear-gradient(90deg, transparent, var(--shimmer-color, #ffffffd9), transparent);
  width: 30%;
  height: 200%;
  animation: magic-shimmer-slide var(--shimmer-duration, 2.8s) ease-in-out infinite;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: rotate(24deg);
}

.nav-shimmer-btn {
  z-index: 0;
  cursor: pointer;
  border-radius: var(--nav-shimmer-radius, 100px);
  white-space: nowrap;
  color: #fff;
  background: var(--nav-shimmer-bg, linear-gradient(90deg, #3694f6, #0dc7c9));
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .3s, filter .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.nav-shimmer-btn:hover {
  filter: brightness(1.08);
}

.nav-shimmer-btn:active {
  transform: translateY(1px);
}

.nav-shimmer-btn__spark {
  z-index: -30;
  filter: blur(2px);
  position: absolute;
  inset: 0;
  overflow: visible;
}

.nav-shimmer-btn__spark-slide {
  aspect-ratio: 1;
  height: 100%;
  animation: nav-shimmer-slide var(--nav-shimmer-speed, 3s) ease-in-out infinite;
  border-radius: 0;
  position: absolute;
  inset: 0;
  -webkit-mask: none;
  mask: none;
}

.nav-shimmer-btn__spark-spin {
  background: conic-gradient(from calc(270deg - (var(--nav-shimmer-spread, 90deg) * .5)), transparent 0, var(--nav-shimmer-color, #fff) var(--nav-shimmer-spread, 90deg), transparent var(--nav-shimmer-spread, 90deg));
  width: auto;
  animation: 2s linear infinite nav-shimmer-spin;
  position: absolute;
  inset: -100%;
  rotate: none;
}

.nav-shimmer-btn__content {
  z-index: 1;
  position: relative;
}

.nav-shimmer-btn__highlight {
  border-radius: var(--nav-shimmer-radius, 100px);
  transition: box-shadow .3s;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -8px 10px #ffffff1f;
}

.nav-shimmer-btn:hover .nav-shimmer-btn__highlight {
  box-shadow: inset 0 -6px 10px #fff3;
}

.nav-shimmer-btn__backdrop {
  inset: var(--nav-shimmer-cut, .05em);
  z-index: -20;
  border-radius: var(--nav-shimmer-radius, 100px);
  background: var(--nav-shimmer-bg, linear-gradient(90deg, #3694f6, #0dc7c9));
  position: absolute;
}

@keyframes nav-shimmer-slide {
  0% {
    transform: translateX(-100%);
  }

  40%, 100% {
    transform: translateX(100%);
  }
}

@keyframes nav-shimmer-spin {
  from {
    rotate: none;
  }

  to {
    rotate: 360deg;
  }
}

.magic-border-beam {
  pointer-events: none;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.magic-border-beam:before {
  content: "";
  border: var(--beam-border-width, 1px) solid transparent;
  border-radius: inherit;
  background: linear-gradient(var(--beam-color-from, #3694f6), var(--beam-color-to, #0dc7c9)) border-box;
  -webkit-mask-composite: xor;
  animation: magic-beam-rotate var(--beam-duration, 7s) linear infinite;
  opacity: 0;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.magic-border-beam:hover:before, :hover > .magic-border-beam:before {
  opacity: 1;
}

@keyframes magic-beam-rotate {
  0% {
    opacity: .6;
    background-position: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .6;
    background-position: 100%;
  }
}

.pulsating-btn {
  cursor: pointer;
  width: 100%;
  color: inherit;
  background: inherit;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  position: relative;
}

.pulsating-btn__pulse {
  border-radius: inherit;
  background: inherit;
  width: 100%;
  height: 100%;
  animation: pulsating-btn-pulse var(--pulse-duration, 1.5s) ease-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulsating-btn-pulse {
  0% {
    opacity: .5;
    transform: translate(-50%, -50%)scale(1);
  }

  50% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(1.05);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(1);
  }
}

.ui-shine-border {
  pointer-events: none;
  border-radius: inherit;
  padding: var(--shine-border-width, 1px);
  background-image: var(--shine-bg-image);
  animation: ui-shine-rotate var(--shine-duration, 14s) linear infinite;
  -webkit-mask-composite: xor;
  opacity: 0;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background-size: 300% 300%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

:hover > .ui-shine-border, .ui-shine-border--active {
  opacity: 1;
}

@keyframes ui-shine-rotate {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0 0;
  }
}

.ui-border-beam {
  pointer-events: none;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ui-border-beam:before {
  content: "";
  border: var(--beam-border-w, 2px) solid transparent;
  border-radius: inherit;
  background: linear-gradient(var(--beam-color-from, #3694f6), var(--beam-color-to, #0dc7c9)) border-box;
  -webkit-mask-composite: xor;
  animation: ui-beam-dash var(--beam-speed, 6s) linear infinite;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.ui-border-beam:after {
  content: "";
  width: var(--beam-size, 80px);
  height: var(--beam-size, 80px);
  top: calc(-.5 * var(--beam-size, 80px));
  background: radial-gradient(circle, var(--beam-color-from, #3694f6) 0%, var(--beam-color-to, #0dc7c9) 40%, transparent 70%);
  opacity: .6;
  animation: ui-beam-move var(--beam-speed, 6s) linear infinite;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@keyframes ui-beam-dash {
  0% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

@keyframes ui-beam-move {
  0% {
    top: -10%;
    left: -10%;
  }

  25% {
    top: -10%;
    left: 100%;
  }

  50% {
    top: 100%;
    left: 100%;
  }

  75% {
    top: 100%;
    left: -10%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

.purchase-btn-glow--blue {
  animation: 2s ease-in-out infinite purchase-glow-blue;
}

.purchase-btn-glow--gradient {
  animation: 2s ease-in-out infinite purchase-glow-gradient;
}

@keyframes purchase-glow-blue {
  0%, 100% {
    box-shadow: 0 0 8px #3694f64d, 0 0 20px #06cfc126;
  }

  50% {
    box-shadow: 0 0 16px #3694f680, 0 0 36px #06cfc140;
  }
}

@keyframes purchase-glow-gradient {
  0%, 100% {
    box-shadow: 0 0 8px #07bdc74d, 0 0 20px #0e4df126;
  }

  50% {
    box-shadow: 0 0 16px #07bdc780, 0 0 36px #0e4df140;
  }
}

.hero-number-input {
  border: 2px solid var(--hero-ni-color, #06cfc1);
  background: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 0;
  height: 40px;
  display: inline-flex;
  overflow: hidden;
}

.hero-number-input__btn {
  cursor: pointer;
  width: 40px;
  height: 100%;
  color: var(--hero-ni-color, #06cfc1);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: background .2s, color .2s;
  display: flex;
}

.hero-number-input__btn:hover:not(:disabled) {
  background: var(--hero-ni-color, #06cfc1);
  color: #fff;
}

.hero-number-input__btn:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.hero-number-input__value {
  color: #333;
  -webkit-user-select: none;
  user-select: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@keyframes aurora {
  from {
    background-position: 50%, 50%;
  }

  to {
    background-position: 350%, 350%;
  }
}

@keyframes spotlight {
  0% {
    opacity: 0;
    transform: translate(-72%, -62%)scale(.5);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -40%)scale(1);
  }
}

:root {
  font-family: PingFang SC, Microsoft YaHei, sans-serif;
}

* {
  box-sizing: border-box;
}

html, body {
  color: var(--color-text);
  background: var(--color-background);
  min-width: 320px;
  margin: 0;
}

#root {
  color: var(--color-text);
  background: var(--color-background);
  min-height: 100vh;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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