.sign-page[data-v-1eda2cfe] {
  min-height: 100vh;
  background: #fff7ed;
  color: #4d2e27;
}
.sign-shell[data-v-1eda2cfe] {
  position: relative;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff8ef;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-header[data-v-1eda2cfe] {
  position: relative;
  z-index: 5;
  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;
  color: #fff;
}
.back-btn[data-v-1eda2cfe] {
  position: absolute;
  left: 16px;
  top: 0;
  width: 36px;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  text-align: left;
}
.page-title[data-v-1eda2cfe] {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
}
.page-content[data-v-1eda2cfe] {
  position: relative;
  z-index: 3;
  padding: 10px 12px 88px;
}
.sign-banner[data-v-1eda2cfe] {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 18px rgba(151, 69, 29, 0.16);
          box-shadow: 0 7px 18px rgba(151, 69, 29, 0.16);
}
.sign-banner img[data-v-1eda2cfe] {
  display: block;
  width: 100%;
  height: auto;
}
.calendar-card[data-v-1eda2cfe] {
  margin-top: 12px;
  padding: 13px 12px 12px;
  border: 1px solid #efc9a6;
  border-radius: 13px;
  background: rgba(255, 252, 247, 0.98);
  -webkit-box-shadow: 0 8px 18px rgba(144, 66, 29, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.98);
          box-shadow: 0 8px 18px rgba(144, 66, 29, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.calendar-head[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-month[data-v-1eda2cfe] {
  color: #5b332b;
  font-size: 14px;
  font-weight: 900;
}
.calendar-nav[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.month-btn[data-v-1eda2cfe] {
  width: 32px;
  height: 28px;
  padding: 0;
  border: 1px solid #efc5a3;
  border-radius: 7px;
  background: #fff6eb;
  color: #c50d13;
  font-size: 18px;
  line-height: 24px;
}
.calendar-week[data-v-1eda2cfe],
.calendar-grid[data-v-1eda2cfe] {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.calendar-week[data-v-1eda2cfe] {
  margin-top: 12px;
}
.week-item[data-v-1eda2cfe] {
  color: #8b6c60;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.calendar-grid[data-v-1eda2cfe] {
  margin-top: 8px;
}
.day-item[data-v-1eda2cfe] {
  position: relative;
  height: 34px;
  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;
  border: 1px solid #f2ddca;
  border-radius: 7px;
  background: #fffaf4;
  color: #62443b;
  font-size: 11px;
  font-weight: 900;
}
.day-item.out[data-v-1eda2cfe] {
  opacity: 0.35;
}
.day-item.today[data-v-1eda2cfe] {
  border-color: #e39a45;
  background: #fff0d7;
  color: #bd0c12;
  -webkit-box-shadow: 0 0 0 2px rgba(227, 154, 69, 0.08);
          box-shadow: 0 0 0 2px rgba(227, 154, 69, 0.08);
}
.day-item.signed[data-v-1eda2cfe] {
  border-color: #d31318;
  background: -webkit-gradient(linear, left top, left bottom, from(#e41a20), to(#bd080d));
  background: linear-gradient(180deg, #e41a20 0%, #bd080d 100%);
  color: #fff;
}
.day-item.signed[data-v-1eda2cfe]::after {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffd66f;
  content: "";
}
.calendar-legend[data-v-1eda2cfe] {
  margin-top: 11px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dashed #edd8c4;
}
.legend-group[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.legend-item[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #97786b;
  font-size: 9px;
  font-weight: 700;
}
.legend-dot[data-v-1eda2cfe] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.today-dot[data-v-1eda2cfe] {
  background: #e39a45;
}
.signed-dot[data-v-1eda2cfe] {
  background: #d31318;
}
.today-status[data-v-1eda2cfe] {
  color: #b06c4f;
  font-size: 10px;
  font-weight: 900;
}
.today-status.signed[data-v-1eda2cfe] {
  color: #c20d13;
}
.reward-box[data-v-1eda2cfe] {
  margin-top: 11px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
  border: 1px solid #efd1b3;
  border-radius: 9px;
  background: linear-gradient(135deg, #fffaf3 0%, #fff2df 100%);
}
.reward-left[data-v-1eda2cfe] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reward-icon[data-v-1eda2cfe] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45px;
  height: 45px;
  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;
}
.reward-icon img[data-v-1eda2cfe] {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reward-text[data-v-1eda2cfe] {
  min-width: 0;
  margin-left: 8px;
}
.reward-title[data-v-1eda2cfe] {
  color: #532f28;
  font-size: 12px;
  font-weight: 900;
}
.reward-desc[data-v-1eda2cfe] {
  margin-top: 4px;
  color: #9a7567;
  font-size: 9px;
  white-space: nowrap;
}
.auth-tip[data-v-1eda2cfe] {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #9b746a;
}
.dual-amount > div + div[data-v-1eda2cfe] {
  margin-top: 3px;
  font-size: 12px;
}
.reward-desc strong[data-v-1eda2cfe] {
  color: #c20d13;
  font-size: 12px;
}
.sign-btn[data-v-1eda2cfe] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 87px;
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 19px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3151b), to(#b60005));
  background: linear-gradient(180deg, #e3151b 0%, #b60005 100%);
  -webkit-box-shadow: 0 5px 11px rgba(182, 0, 5, 0.16);
          box-shadow: 0 5px 11px rgba(182, 0, 5, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.sign-btn.disabled[data-v-1eda2cfe] {
  background: #d7b69a;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
}
.record-section[data-v-1eda2cfe] {
  margin-top: 15px;
}
.section-head[data-v-1eda2cfe] {
  padding: 0 2px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f2d27;
  font-size: 15px;
  font-weight: 900;
}
.title-bar[data-v-1eda2cfe] {
  width: 4px;
  height: 18px;
  margin-right: 7px;
  border-radius: 3px;
  background: #d30f15;
}
.section-tip[data-v-1eda2cfe] {
  height: 24px;
  padding: 0 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #efceb0;
  border-radius: 12px;
  background: #fff7ed;
  color: #b76c45;
  font-size: 9px;
  font-weight: 800;
}
.record-card[data-v-1eda2cfe] {
  overflow: hidden;
  border: 1px solid #efc9a6;
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.98);
  -webkit-box-shadow: 0 7px 16px rgba(144, 66, 29, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.98);
          box-shadow: 0 7px 16px rgba(144, 66, 29, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.record-card[data-v-1eda2cfe] .van-list {
  padding: 0 12px;
}
.record-row[data-v-1eda2cfe] {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
  border-bottom: 1px solid #f0dfcf;
}
.record-row[data-v-1eda2cfe]:last-child {
  border-bottom: 0;
}
.record-left[data-v-1eda2cfe] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record-icon[data-v-1eda2cfe] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 39px;
  height: 39px;
  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;
  border-radius: 50%;
  background: #fff1e3;
}
.record-icon img[data-v-1eda2cfe] {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
.record-info[data-v-1eda2cfe] {
  min-width: 0;
  margin-left: 9px;
}
.record-title[data-v-1eda2cfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #503028;
  font-size: 11px;
  font-weight: 900;
}
.reward-pill[data-v-1eda2cfe] {
  height: 18px;
  padding: 0 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  background: #fff0dc;
  color: #c37924;
  font-size: 8px;
  font-weight: 900;
  margin-right: 4px;
  vertical-align: middle;
}
.record-time[data-v-1eda2cfe] {
  margin-top: 4px;
  color: #b1998c;
  font-size: 9px;
}
.record-amount[data-v-1eda2cfe] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #d10f15;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}
.record-amount small[data-v-1eda2cfe] {
  margin-left: 2px;
  color: #a46f58;
  font-size: 9px;
}
.empty[data-v-1eda2cfe] {
  padding: 50px 0;
  color: #b09b90;
  font-size: 11px;
  text-align: center;
}
.record-card[data-v-1eda2cfe] .van-list__finished-text {
  padding: 14px 0;
  color: #b09b90;
  font-size: 10px;
}
.safe-space[data-v-1eda2cfe] {
  height: 74px;
}
@media (max-width: 480px) {
.page-header[data-v-1eda2cfe] {
    height: 50px;
}
.back-btn[data-v-1eda2cfe] {
    height: 50px;
}
.page-content[data-v-1eda2cfe] {
    padding: 8px 10px 82px;
}
.calendar-card[data-v-1eda2cfe] {
    padding: 12px 10px 11px;
}
.calendar-week[data-v-1eda2cfe],
  .calendar-grid[data-v-1eda2cfe] {
    gap: 5px;
}
.day-item[data-v-1eda2cfe] {
    height: 32px;
    font-size: 10px;
}
.reward-box[data-v-1eda2cfe] {
    padding: 10px 9px;
}
.reward-icon[data-v-1eda2cfe] {
    width: 40px;
    height: 40px;
}
.reward-icon img[data-v-1eda2cfe] {
    width: 37px;
    height: 37px;
}
.sign-btn[data-v-1eda2cfe] {
    min-width: 82px;
    padding: 0 11px;
}
}

