.meal-home[data-v-0a0cc4c4] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8fafc;
  overflow: hidden;
  padding-bottom: 60px;
}
.header-arc[data-v-0a0cc4c4] {
  background: linear-gradient(135deg, #32e0a1, #12a87a);
  padding: 0 16px 12px;
  flex-shrink: 0;
}
.top-bar[data-v-0a0cc4c4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
}
.top-title[data-v-0a0cc4c4] {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.content-area[data-v-0a0cc4c4] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.action-card[data-v-0a0cc4c4] {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.action-card[data-v-0a0cc4c4]:active {
  opacity: .85;
}
.action-icon[data-v-0a0cc4c4] {
  margin-right: 14px;
}
.action-text[data-v-0a0cc4c4] {
  flex: 1;
}
.action-title[data-v-0a0cc4c4] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.action-desc[data-v-0a0cc4c4] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

.van-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.van-radio--disabled {
  cursor: not-allowed;
}
.van-radio--label-disabled {
  cursor: default;
}
.van-radio--horizontal {
  margin-right: 12px;
}
.van-radio__icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  height: 1em;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
}
.van-radio__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #c8c9cc;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.van-radio__icon--round .van-icon {
  border-radius: 100%;
}
.van-radio__icon--checked .van-icon {
  color: #fff;
  background-color: #1989fa;
  border-color: #1989fa;
}
.van-radio__icon--disabled {
  cursor: not-allowed;
}
.van-radio__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-radio__label {
  margin-left: 8px;
  color: #323233;
  line-height: 20px;
}
.van-radio__label--left {
  margin: 0 8px 0 0;
}
.van-radio__label--disabled {
  color: #c8c9cc;
}

.van-radio-group--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.van-cell-group {
  background-color: #fff;
}
.van-cell-group__title {
  padding: 16px 16px 8px;
  color: #969799;
  font-size: 14px;
  line-height: 16px;
}

.meal-pay-page[data-v-79749b2a] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  overflow: hidden;
}
.pay-scroll[data-v-79749b2a] {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 14px 80px;
}
.info-card[data-v-79749b2a] {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.section-title[data-v-79749b2a] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}
.bind-card[data-v-79749b2a] {
  text-align: center;
  margin-top: 40px;
}
.bind-header[data-v-79749b2a] {
  margin-bottom: 20px;
}
.bind-title[data-v-79749b2a] {
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  margin: 12px 0 4px;
}
.bind-desc[data-v-79749b2a] {
  font-size: 13px;
  color: #94a3b8;
}
.bind-btn[data-v-79749b2a] {
  margin-top: 24px;
  height: 44px;
  font-size: 16px;
}
.person-card[data-v-79749b2a] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #d1fae5;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.person-name[data-v-79749b2a] {
  font-weight: 600;
  color: #1e293b;
}
.person-phone[data-v-79749b2a] {
  font-size: 12px;
  color: #64748b;
  margin-left: auto;
}
.meal-options[data-v-79749b2a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.meal-tag[data-v-79749b2a] {
  padding: 9px 14px;
  border-radius: 8px;
  background: #f1f5f9;
  font-size: 13px;
  color: #475569;
  text-align: center;
  cursor: pointer;
  min-width: 80px;
  transition: all 0.15s;
}
.meal-tag[data-v-79749b2a]:active {
  opacity: 0.7;
}
.meal-tag small[data-v-79749b2a] {
  font-size: 10px;
  color: #94a3b8;
}
.meal-tag-active[data-v-79749b2a] {
  background: #d1fae5;
  color: #12a87a;
  font-weight: 600;
}
.meal-tag-active small[data-v-79749b2a] {
  color: #12a87a;
}
.fixed-price[data-v-79749b2a] {
  font-size: 28px;
  font-weight: 700;
  color: #e74c3c;
  text-align: center;
  padding: 12px 0;
}
.amount-hint[data-v-79749b2a] {
  font-size: 12px;
  color: #94a3b8;
  padding: 4px 0 0 16px;
}
.pay-btn-area[data-v-79749b2a] {
  padding: 16px 0;
}

.schedule-page[data-v-82824e5e] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  overflow: hidden;
}
.schedule-scroll[data-v-82824e5e] {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px 80px;
}
.summary-card[data-v-82824e5e] {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.summary-row[data-v-82824e5e] {
  display: flex;
  text-align: center;
  margin-bottom: 14px;
}
.summary-item[data-v-82824e5e] {
  flex: 1;
}
.summary-value[data-v-82824e5e] {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
}
.summary-label[data-v-82824e5e] {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}
.accent[data-v-82824e5e] {
  color: #e74c3c;
}
.month-selector[data-v-82824e5e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.month-label[data-v-82824e5e] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.calendar[data-v-82824e5e] {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.weekday-row[data-v-82824e5e] {
  display: flex;
  margin-bottom: 8px;
}
.weekday-row span[data-v-82824e5e] {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  padding: 4px 0;
}
.date-grid[data-v-82824e5e] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.date-cell[data-v-82824e5e] {
  text-align: center;
  padding: 8px 2px;
  border-radius: 6px;
  position: relative;
  cursor: default;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date-num[data-v-82824e5e] {
  font-size: 13px;
  color: #1e293b;
}
.date-other-month .date-num[data-v-82824e5e] {
  color: #cbd5e1;
}
.date-dot[data-v-82824e5e] {
  width: 5px;
  height: 5px;
  background: #12a87a;
  border-radius: 50%;
  margin-top: 2px;
}
.date-scheduled[data-v-82824e5e] {
  background: #d1fae5;
  cursor: pointer;
}
.date-scheduled[data-v-82824e5e]:active {
  opacity: 0.8;
}
.date-today[data-v-82824e5e] {
  border: 1.5px solid #12a87a;
}
.date-today .date-num[data-v-82824e5e] {
  color: #12a87a;
  font-weight: 700;
}

.van-pull-refresh {
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}
.van-pull-refresh__track {
  position: relative;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.van-pull-refresh__head {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.records-page[data-v-4d1fe02c] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  overflow: hidden;
}
.records-scroll[data-v-4d1fe02c] {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
}
.bill-card[data-v-4d1fe02c] {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.bill-row[data-v-4d1fe02c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bill-name[data-v-4d1fe02c] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.bill-meta[data-v-4d1fe02c] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
  display: flex;
  gap: 8px;
}
.bill-amount[data-v-4d1fe02c] {
  text-align: right;
}
.amount-value[data-v-4d1fe02c] {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
}
.amount-status[data-v-4d1fe02c] {
  font-size: 11px;
  color: #94a3b8;
}
.status-paid[data-v-4d1fe02c] {
  color: #12a87a;
  font-weight: 600;
}

