/* ===================== 页面基础 ===================== */
.page[data-v-3c6f3cca] {
  min-height: 100vh;
  background: #04102b;
  color: #fff;
  overflow-x: hidden;
  font-family: "Outfit",    PingFang SC,    Hiragino Sans GB,    Microsoft YaHei,    system-ui,    sans-serif;
}

/* ===================== HERO ===================== */
.hero[data-v-3c6f3cca] {
  position: relative;
  height: 732px;
  width: 100%;
  background: url(https://www.igo.cn/zt/ielts_mk/banner.jpg) no-repeat;
  background-position: top center;
  padding-top: 530px;
  box-sizing: border-box;
}

.hero .hero-projects[data-v-3c6f3cca] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  width: 665px;
  margin: 0 auto;
  gap: 65px;
}

.hero .hero-projects > div[data-v-3c6f3cca] {
  width: 120px;
  height: 120px;
  background: url(https://www.igo.cn/zt/ielts_mk/projects.png) no-repeat;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-size: 25px;
  padding-top: 76px;
  box-sizing: border-box;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 30px 0 hsl(223deg 86% 38% / 28%);
}

.hero .hero-projects > div:hover[data-v-3c6f3cca] {
  top: -8px;
  transition: all 0.3s ease-in-out;
}

.hero .hero-projects > div:nth-child(1)[data-v-3c6f3cca] {
  background-position: -0px -0px;
}

.hero .hero-projects > div:nth-child(2)[data-v-3c6f3cca] {
  background-position: -121px -0px;
}

.hero .hero-projects > div:nth-child(3)[data-v-3c6f3cca] {
  background-position: -242px -0px;
}

.hero .hero-projects > div:nth-child(4)[data-v-3c6f3cca] {
  background-position: -363px -0px;
}

/* ===================== 通用容器 ===================== */
.section[data-v-3c6f3cca] {
  position: relative;
  padding: 6rem 1.5rem;
}

.container[data-v-3c6f3cca] {
  max-width: 64rem;
  margin: 0 auto;
}

.container--center[data-v-3c6f3cca] {
  text-align: center;
}

/* ===================== Section 1: 目标分 ===================== */
.section-title-pill[data-v-3c6f3cca] {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ff3b5c, #c81e3a);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) {
  .section-title-pill[data-v-3c6f3cca] {
    font-size: 2.25rem;
  }
}

.section-subtitle[data-v-3c6f3cca] {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

@media (min-width: 768px) {
  .section-subtitle[data-v-3c6f3cca] {
    font-size: 1.125rem;
  }
}

.card-grid[data-v-3c6f3cca] {
  margin-top: 3.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .card-grid--3[data-v-3c6f3cca] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card--highlight[data-v-3c6f3cca] {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  text-align: left;
  transition: border-color 0.2s;
}

.card--highlight:hover[data-v-3c6f3cca] {
  border-color: rgba(246, 193, 90, 0.5);
}

.card-icon[data-v-3c6f3cca] {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: rgba(246, 193, 90, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.card-icon i[data-v-3c6f3cca] {
  color: #f6c15a;
  font-size: 1.5rem;
  line-height: 1;
}

.card-title[data-v-3c6f3cca] {
  font-size: 1.5rem;
  font-weight: 700;
}

.card-desc[data-v-3c6f3cca] {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.text-highlight[data-v-3c6f3cca] {
  color: #f6c15a;
  font-weight: 600;
}

/* ===================== Section 2: 参赛对象 ===================== */
.section--sm[data-v-3c6f3cca] {
  padding: 5rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
}

.container--join[data-v-3c6f3cca] {
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .container--join[data-v-3c6f3cca] {
    flex-direction: row;
  }
}

.join-icon[data-v-3c6f3cca] {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f6c15a, #c98a1e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.join-icon i[data-v-3c6f3cca] {
  font-size: 2.25rem;
  line-height: 1;
  color: #2a1600;
}

.join-content[data-v-3c6f3cca] {
  flex: 1;
  min-width: 0;
}

.eyebrow[data-v-3c6f3cca] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #f6c15a;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.eyebrow i[data-v-3c6f3cca] {
  font-size: 1rem;
  line-height: 1;
}

.eyebrow--center[data-v-3c6f3cca] {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.join-title[data-v-3c6f3cca] {
  font-size: 1.875rem;
  font-weight: 900;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .join-title[data-v-3c6f3cca] {
    font-size: 2.25rem;
  }
}

.join-desc[data-v-3c6f3cca] {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .join-desc[data-v-3c6f3cca] {
    font-size: 1.125rem;
  }
}

/* ===================== Section 3: 两轮赛制 ===================== */
.section-head[data-v-3c6f3cca] {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-heading[data-v-3c6f3cca] {
  font-size: 2.25rem;
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
}

@media (min-width: 768px) {
  .section-heading[data-v-3c6f3cca] {
    font-size: 3rem;
  }
}

.timeline[data-v-3c6f3cca] {
  position: relative;
  padding-left: 2.5rem;
  border-left: 2px dashed rgba(246, 193, 90, 0.4);
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

@media (min-width: 768px) {
  .timeline[data-v-3c6f3cca] {
    padding-left: 4rem;
  }
}

.timeline-item[data-v-3c6f3cca] {
  position: relative;
}

.timeline-node[data-v-3c6f3cca] {
  position: absolute;
  top: 0.25rem;
    left: -5.275rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #f6c15a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a1600;
  font-weight: 900;
}


.timeline-node i[data-v-3c6f3cca] {
  font-size: 1.25rem;
  line-height: 1;
}

.timeline-card[data-v-3c6f3cca] {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.75rem;
}

.timeline-card--accent[data-v-3c6f3cca] {
  background: linear-gradient(135deg, rgba(30, 75, 216, 0.4), #04102b);
  border-color: rgba(246, 193, 90, 0.3);
}

.timeline-card-head[data-v-3c6f3cca] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.timeline-card-head--tight[data-v-3c6f3cca] {
  margin-bottom: 0.5rem;
}

.timeline-card-title[data-v-3c6f3cca] {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .timeline-card-title[data-v-3c6f3cca] {
    font-size: 1.5rem;
  }
}

.timeline-date[data-v-3c6f3cca] {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  background: #1e4bd8;
  font-size: 0.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .timeline-date[data-v-3c6f3cca] {
    font-size: 0.875rem;
  }
}

.timeline-date--gold[data-v-3c6f3cca] {
  background: #f6c15a;
  color: #2a1600;
  font-weight: 700;
}

.timeline-card-text[data-v-3c6f3cca] {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.625;
}

.timeline-card-text--strong[data-v-3c6f3cca] {
  color: rgba(255, 255, 255, 0.8);
}

.timeline-card-text--muted[data-v-3c6f3cca] {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
}

@media (min-width: 768px) {
  .timeline-card-text[data-v-3c6f3cca] {
    font-size: 1rem;
  }
}

.info-grid[data-v-3c6f3cca] {
  display: grid;
  gap: 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .info-grid[data-v-3c6f3cca] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .info-grid[data-v-3c6f3cca] {
    font-size: 1rem;
  }
}

.info-row[data-v-3c6f3cca] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.info-tag[data-v-3c6f3cca] {
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  background: rgba(255, 59, 92, 0.9);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.info-value[data-v-3c6f3cca] {
  color: rgba(255, 255, 255, 0.9);
}

/* ===================== Section 4: 奖池 ===================== */
.section--prize[data-v-3c6f3cca] {
  overflow: hidden;
}

.section-prize-bg[data-v-3c6f3cca] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #04102b, #0a1f5c, #04102b);
}

.prize-content[data-v-3c6f3cca] {
  position: relative;
}

.prize-lead[data-v-3c6f3cca] {
  font-size: 1.125rem;
  color: #f6c15a;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .prize-lead[data-v-3c6f3cca] {
    font-size: 1.25rem;
  }
}

.prize-amount[data-v-3c6f3cca] {
  font-weight: 900;
  line-height: 1;
  font-size: clamp(64px, 12vw, 180px);
  font-family: "Noto Serif SC", serif;
}

.prize-label[data-v-3c6f3cca] {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .prize-label[data-v-3c6f3cca] {
    font-size: 2.25rem;
  }
}

.prize-panel[data-v-3c6f3cca] {
  margin-top: 2.5rem;
  /* max-width: 48rem; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
  background: rgb(19 34 76);
  border: 1px solid rgba(246, 193, 90, 0.3);
  padding: 2rem;
}

@media (min-width: 768px) {
  .prize-panel[data-v-3c6f3cca] {
    padding: 2.5rem;
  }
}

.prize-panel-head[data-v-3c6f3cca] {
  text-align: center;
  margin-bottom: 2rem;
}

.prize-panel-medal[data-v-3c6f3cca] {
  color: #f6c15a;
  font-size: 1.875rem;
  line-height: 1;
  display: block;
  margin: 0 auto 0.75rem;
}

.prize-panel-title[data-v-3c6f3cca] {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .prize-panel-title[data-v-3c6f3cca] {
    font-size: 1.5rem;
  }
}

.text-gold-light[data-v-3c6f3cca] {
  color: #ffe89a;
}

.prize-grid[data-v-3c6f3cca] {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .prize-grid[data-v-3c6f3cca] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.prize-item[data-v-3c6f3cca] {
  text-align: center;
}

.prize-item-icon[data-v-3c6f3cca] {
  color: #f6c15a;
  font-size: 1.875rem;
  line-height: 1;
  display: block;
  margin: 0 auto 0.75rem;
}

.prize-item-title[data-v-3c6f3cca] {
  font-weight: 700;
  font-size: 1.125rem;
}

.prize-item-desc[data-v-3c6f3cca] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* ===================== CTA / 报名 ===================== */
.signup-frame[data-v-3c6f3cca] {
  /* max-width: 56rem; */
  margin: 3rem auto 0;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #ffe89a, #f6c15a, #c98a1e);
  padding: 0.15rem;
}

.signup-card[data-v-3c6f3cca] {
  border-radius: 1.375rem;
  background: rgb(19 34 76);
  padding: 2rem;
}

@media (min-width: 768px) {
  .signup-card[data-v-3c6f3cca] {
    padding: 3rem;
  }
}

.signup-head[data-v-3c6f3cca] {
  text-align: center;
  margin-bottom: 2rem;
}

.signup-eyebrow[data-v-3c6f3cca] {
  color: #f6c15a;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.signup-title[data-v-3c6f3cca] {
  font-size: 1.875rem;
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
}

@media (min-width: 768px) {
  .signup-title[data-v-3c6f3cca] {
    font-size: 3rem;
  }
}

.signup-sub[data-v-3c6f3cca] {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}

.success-box[data-v-3c6f3cca] {
  text-align: center;
  padding: 2.5rem 0;
  display: none;
}

.success-icon[data-v-3c6f3cca] {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  background: #f6c15a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon i[data-v-3c6f3cca] {
  font-size: 1.875rem;
  line-height: 1;
  color: #2a1600;
}

.success-title[data-v-3c6f3cca] {
  font-size: 2rem;
  font-weight: 700;
}

.success-sub[data-v-3c6f3cca] {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.success-qrcode[data-v-3c6f3cca] {
  width: 200px;
  border: 12px solid #ffffff;
  box-sizing: border-box;
}

.form-footnote[data-v-3c6f3cca] {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin-top: 0.75rem;
    font-size: 0.95rem;
    margin-top: 1.05rem;
}

.contact-grid[data-v-3c6f3cca] {
  max-width: 56rem;
  margin: 3.5rem auto 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .contact-grid[data-v-3c6f3cca] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-card[data-v-3c6f3cca] {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  transition: border-color 0.2s;
}

.contact-card--qr:hover[data-v-3c6f3cca] {
  border-color: rgba(246, 193, 90, 0.6);
}

/* 码上报名：二维码滑块 */
.qr-panel[data-v-3c6f3cca] {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.75rem);
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.contact-card--qr:hover .qr-panel[data-v-3c6f3cca] {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.qr-panel[data-v-3c6f3cca]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #fff;
}

.qr-panel-img[data-v-3c6f3cca] {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 0.375rem;
}

.qr-panel-tip[data-v-3c6f3cca] {
  font-size: 0.75rem;
  color: #2a1600;
  font-weight: 600;
  white-space: nowrap;
}

.contact-icon[data-v-3c6f3cca] {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: rgba(246, 193, 90, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i[data-v-3c6f3cca] {
  color: #f6c15a;
  font-size: 1.25rem;
  line-height: 1;
}

.contact-label[data-v-3c6f3cca] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
  text-align: left;
}

.contact-value[data-v-3c6f3cca] {
  font-weight: 600;
}

/* ===================== Footer ===================== */
.footer[data-v-3c6f3cca] {
  background: #f6efe0;
  color: #2a1600;
  padding: 2rem 1.5rem;
}

.footer-inner[data-v-3c6f3cca] {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-inner[data-v-3c6f3cca] {
    flex-direction: row;
    text-align: left;
  }
}

.footer-brand[data-v-3c6f3cca] {
  font-weight: 700;
}

.footer-note[data-v-3c6f3cca] {
  color: rgba(42, 22, 0, 0.7);
}

/* ===================== 报名表单样式 ===================== */
#appointmentForm[data-v-3c6f3cca] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-item[data-v-3c6f3cca] {
  width: 100%;
  margin-bottom: 1.4rem;
  position: relative;
}

.form-item.form-item-50[data-v-3c6f3cca] {
  width: 48%;
}

.form-label[data-v-3c6f3cca] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.95rem;
}

.q-num[data-v-3c6f3cca] {
  font-size: 0.72rem;
  font-weight: 700;
  color: #f6c15a;
  background: rgba(246, 193, 90, 0.12);
  border: 1px solid rgba(246, 193, 90, 0.35);
  border-radius: 0.35rem;
  padding: 0.1rem 0.35rem;
  line-height: 1.4;
}

.required[data-v-3c6f3cca] {
  color: #ff3b5c;
  font-weight: 700;
}

.form-input[data-v-3c6f3cca] {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  box-sizing: border-box;
}

.form-input[data-v-3c6f3cca]::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.form-input:focus[data-v-3c6f3cca] {
  border-color: #f6c15a;
  background: rgba(255, 255, 255, 0.12);
}

/* 学校联想下拉 */
.suggestions[data-v-3c6f3cca] {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0.4rem);
  z-index: 20;
  max-height: 400px;
  background: #0b1d4a;
  border: 1px solid rgba(246, 193, 90, 0.4);
  overflow-y: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.suggestions[data-v-3c6f3cca]::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

.suggestions[data-v-3c6f3cca]::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #001037ba;
}

.suggestions[data-v-3c6f3cca]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgb(255 255 255);
}

.suggestion-item[data-v-3c6f3cca] {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.15s;
  text-align: left;
}

.suggestion-item:hover[data-v-3c6f3cca] {
  background: rgba(246, 193, 90, 0.15);
  color: #f6c15a;
}

/* 单选分组 */
.select-options[data-v-3c6f3cca] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.6rem;
}

.select-option[data-v-3c6f3cca] {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  line-height: 20px;
}

.select-option:hover[data-v-3c6f3cca] {
  border-color: rgba(246, 193, 90, 0.5);
}

.select-option input[data-v-3c6f3cca] {
  display: none;
}

.check-box[data-v-3c6f3cca] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.select-option.selected[data-v-3c6f3cca] {
  border-color: #f6c15a;
  background: rgba(246, 193, 90, 0.14);
  color: #ffe89a;
  font-weight: 600;
}

.select-option.selected .check-box[data-v-3c6f3cca] {
  border-color: #f6c15a;
}

.select-option.selected .check-box[data-v-3c6f3cca]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #f6c15a;
}

.other-input[data-v-3c6f3cca] {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.88rem;
  outline: none;
  box-sizing: border-box;
}

.other-input[data-v-3c6f3cca]::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.other-input:focus[data-v-3c6f3cca] {
  border-color: #f6c15a;
}

/* 错误提示 */
.form-error[data-v-3c6f3cca] {
  margin-bottom: 1.1rem;
  font-size: 0.875rem;
  color: #ffb4be;
  background: rgba(255, 59, 92, 0.15);
  border: 1px solid rgba(255, 59, 92, 0.4);
  border-radius: 0.75rem;
  padding: 0.8rem 1rem;
}

/* 提交按钮 */
.submit-btn[data-v-3c6f3cca] {
  width: 100%;
  padding: 1rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ff3b5c, #c81e3a);
  border: none;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s;
}

.submit-btn:hover[data-v-3c6f3cca] {
  opacity: 0.92;
}

.submit-btn:disabled[data-v-3c6f3cca] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===================== 提示弹窗 ===================== */
.modal-mask[data-v-3c6f3cca] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.55);
  display: none;
}

.modal-box[data-v-3c6f3cca] {
  width: 100%;
  max-width: 20rem;
  border-radius: 1rem;
  background: #0b1d4a;
  border: 1px solid rgba(246, 193, 90, 0.35);
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
}

.modal-title[data-v-3c6f3cca] {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f6c15a;
  margin-bottom: 0.75rem;
}

.modal-message[data-v-3c6f3cca] {
  font-size: 0.925rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.modal-ok[data-v-3c6f3cca] {
  width: 100%;
  padding: 0.65rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ff3b5c, #c81e3a);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}

.modal-ok:hover[data-v-3c6f3cca] {
  opacity: 0.9;
}

/* 蜜罐字段隐藏（防垃圾提交） */
.hp-hide[data-v-3c6f3cca] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* 金色渐变文字 */
.gold-text[data-v-3c6f3cca] {
  background: linear-gradient(180deg, #ffe89a 0%, #f6c15a 45%, #c98a1e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nf-page[data-v-3c6f3cca] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  padding: 0 1rem;
}
.nf-bg-text[data-v-3c6f3cca] {
  position: absolute;
  bottom: 0;
  font-size: 9rem;
  font-weight: 900;
  color: #f9fafb;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .nf-bg-text[data-v-3c6f3cca] {
    font-size: 12rem;
  }
}
.nf-content[data-v-3c6f3cca] {
  position: relative;
  z-index: 10;
}
.nf-title[data-v-3c6f3cca] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .nf-title[data-v-3c6f3cca] {
    font-size: 1.5rem;
  }
}
.nf-path[data-v-3c6f3cca] {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #9ca3af;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.nf-desc[data-v-3c6f3cca] {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #6b7280;
}
@media (min-width: 768px) {
  .nf-desc[data-v-3c6f3cca] {
    font-size: 1.25rem;
  }
}
