.auth-page[data-v-eabe4afa] {
  min-height: 100vh;
  background: #fff8ef;
  color: #4d2119;
}
.auth-shell[data-v-eabe4afa] {
  min-height: 100vh;
  max-width: 750px;
  margin: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-header[data-v-eabe4afa] {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #33110c;
}
.back-btn[data-v-eabe4afa] {
  position: absolute;
  left: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #32110c;
  font-size: 20px;
}
.page-title[data-v-eabe4afa] {
  font-size: 18px;
  font-weight: 900;
}
.page-content[data-v-eabe4afa] {
  padding: 34px 14px 80px;
  max-width: 520px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.status-card[data-v-eabe4afa],
.auth-form[data-v-eabe4afa] {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  -webkit-box-shadow: 0 7px 24px rgba(102, 37, 22, 0.09);
          box-shadow: 0 7px 24px rgba(102, 37, 22, 0.09);
}
.status-card[data-v-eabe4afa] {
  text-align: center;
  padding: 30px 22px;
}
.status-card img[data-v-eabe4afa] {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.status-card h2[data-v-eabe4afa] {
  font-size: 20px;
  margin: 13px 0 7px;
  color: #9f291f;
}
.status-card p[data-v-eabe4afa] {
  font-size: 13px;
  color: #926d64;
  line-height: 1.7;
}
.status-symbol[data-v-eabe4afa] {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff0e8;
  color: #bd3527;
  font-size: 28px;
  font-weight: 900;
}
.pending .status-symbol[data-v-eabe4afa] {
  background: #fff4df;
  color: #d28817;
}
.status-line[data-v-eabe4afa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f3e5df;
  padding-top: 12px;
  margin-top: 12px;
  font-size: 13px;
}
.status-line span[data-v-eabe4afa] {
  color: #9b746b;
}
.reason[data-v-eabe4afa] {
  background: #fff5f1;
  padding: 12px;
  border-radius: 10px;
}
.service-btn[data-v-eabe4afa] {
  margin-top: 20px;
  border: 1px solid #bd3428;
  background: #fff;
  color: #bd3428;
  border-radius: 23px;
  height: 44px;
  padding: 0 24px;
}
.service-btn.solid[data-v-eabe4afa] {
  background: #bd3428;
  color: #fff;
}
.reject-tip[data-v-eabe4afa] {
  background: #fff3ed;
  color: #b63a2d;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.form-group[data-v-eabe4afa],
.upload-group[data-v-eabe4afa] {
  margin-bottom: 16px;
}
.field-label[data-v-eabe4afa] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.auth-field[data-v-eabe4afa] {
  border: 1px solid #efdcd5;
  border-radius: 12px;
  background: #fffaf7;
  padding: 5px 10px;
}
.upload-area[data-v-eabe4afa] {
  height: 168px;
  border: 1px dashed #dfb5aa;
  border-radius: 14px;
  background: #fff9f5;
  overflow: hidden;
  position: relative;
}
.upload-placeholder[data-v-eabe4afa],
.upload-preview[data-v-eabe4afa] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upload-placeholder img[data-v-eabe4afa] {
  max-height: 92px;
  max-width: 80%;
}
.upload-preview img[data-v-eabe4afa] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-text[data-v-eabe4afa],
.upload-replace[data-v-eabe4afa] {
  font-size: 12px;
  color: #9e7469;
  margin-top: 7px;
}
.upload-replace[data-v-eabe4afa] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.upload-overlay[data-v-eabe4afa] {
  position: absolute!important;
  inset: 0;
  opacity: 0;
  z-index: 4;
}
.overlay-fill[data-v-eabe4afa] {
  width: 100%;
  height: 100%;
}
.audit-note[data-v-eabe4afa] {
  font-size: 11px;
  color: #a77f75;
  line-height: 1.65;
  background: #fff6f1;
  border-radius: 10px;
  padding: 10px;
  margin: 4px 0 16px;
}
.submit-btn[data-v-eabe4afa] {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#ad2b20), to(#e35c37));
  background: linear-gradient(90deg, #ad2b20, #e35c37);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.submit-btn[data-v-eabe4afa]:disabled {
  opacity: 0.55;
}

