.detail-page[data-v-540710ca] {
  min-height: 100vh;
  background: #fffaf4;
  color: #4c2b24;
}
.detail-page[data-v-540710ca],
.detail-page *[data-v-540710ca] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-shell[data-v-540710ca] {
  position: relative;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fffaf4;
}
.page-header[data-v-540710ca] {
  position: relative;
  z-index: 20;
  height: 58px;
  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-bottom: 1px solid #f2e2d4;
  background: #fffaf4;
}
.back-btn[data-v-540710ca] {
  position: absolute;
  left: 16px;
  top: 0;
  width: 40px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3e241e;
  font-size: 27px;
  font-weight: 900;
  text-align: left;
}
.page-title[data-v-540710ca] {
  color: #4b281f;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 1px;
}
.page-content[data-v-540710ca] {
  padding: 0 10px 18px;
}
.project-hero[data-v-540710ca] {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #f8ead9;
  -webkit-box-shadow: 0 6px 15px rgba(131, 61, 28, 0.08);
          box-shadow: 0 6px 15px rgba(131, 61, 28, 0.08);
}
.project-image[data-v-540710ca] {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-placeholder[data-v-540710ca] {
  min-height: 300px;
  padding: 60px 24px 30px;
  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;
  background: linear-gradient(145deg, #ef2a1c 0%, #dc0b12 48%, #f1a12b 100%);
  color: #fff;
  text-align: center;
}
.placeholder-star[data-v-540710ca] {
  color: #ffd269;
  font-size: 44px;
}
.placeholder-title[data-v-540710ca] {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}
.placeholder-sub[data-v-540710ca] {
  margin-top: 9px;
  color: #fff0d4;
  font-size: 13px;
  font-weight: 700;
}
.summary-strip[data-v-540710ca] {
  position: relative;
  z-index: 8;
  width: calc(100% - 4px);
  margin: -34px 2px 0;
}
.summary-strip-img[data-v-540710ca] {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 7px 10px rgba(143, 67, 29, 0.13));
          filter: drop-shadow(0 7px 10px rgba(143, 67, 29, 0.13));
}
.summary-grid[data-v-540710ca] {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 38%;
  bottom: 8%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-item[data-v-540710ca] {
  min-width: 0;
  padding: 0 7px;
  text-align: center;
}
.summary-item.middle[data-v-540710ca] {
  border-left: 1px solid rgba(205, 143, 73, 0.22);
  border-right: 1px solid rgba(205, 143, 73, 0.22);
}
.summary-label[data-v-540710ca] {
  color: #5a3329;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.summary-value[data-v-540710ca] {
  margin-top: 7px;
  overflow: hidden;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.summary-value.red[data-v-540710ca] {
  color: #c71015;
}
.summary-value.gold[data-v-540710ca] {
  color: #d78319;
}
.info-card[data-v-540710ca] {
  margin-top: 14px;
  padding: 15px 13px 16px;
  border: 1px solid #efc79f;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 250, 244, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 250, 244, 0.98) 100%);
  -webkit-box-shadow: 0 8px 18px rgba(143, 67, 29, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.98);
          box-shadow: 0 8px 18px rgba(143, 67, 29, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.section-title[data-v-540710ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9c1715;
  font-size: 15px;
  font-weight: 900;
}
.title-bar[data-v-540710ca] {
  width: 4px;
  height: 19px;
  margin-right: 7px;
  border-radius: 3px;
  background: #d41116;
}
.project-name[data-v-540710ca] {
  margin-top: 12px;
  color: #4a2922;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
.status-line[data-v-540710ca] {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.status-badge[data-v-540710ca] {
  height: 24px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #fff0dc;
  color: #c37820;
  font-size: 10px;
  font-weight: 900;
}
.status-badge.ended[data-v-540710ca] {
  background: #f1eeee;
  color: #8f8580;
}
.settle-text[data-v-540710ca] {
  color: #aa8270;
  font-size: 10px;
  font-weight: 700;
}
.info-grid[data-v-540710ca] {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.info-item[data-v-540710ca] {
  min-width: 0;
  min-height: 64px;
  padding: 10px 11px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #efd1b4;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf4), to(#fff7ee));
  background: linear-gradient(180deg, #fffaf4 0%, #fff7ee 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.info-label[data-v-540710ca] {
  color: #947266;
  font-size: 10px;
}
.info-item strong[data-v-540710ca] {
  margin-top: 6px;
  overflow: hidden;
  color: #be0e13;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.date-box[data-v-540710ca] {
  margin-top: 14px;
  padding: 11px 12px;
  background: #fff8f4;
  border-radius: 10px;
}
.date-row[data-v-540710ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  line-height: 1.7;
}
.date-row + .date-row[data-v-540710ca] {
  margin-top: 5px;
}
.date-row span[data-v-540710ca] {
  color: #a17a70;
}
.date-row strong[data-v-540710ca] {
  color: #593028;
  text-align: right;
  font-weight: 600;
}
.progress-area[data-v-540710ca] {
  margin-top: 15px;
}
.progress-head[data-v-540710ca] {
  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;
  color: #89685b;
  font-size: 10px;
}
.progress-head strong[data-v-540710ca] {
  color: #c40e13;
  font-size: 12px;
}
.progress-track[data-v-540710ca] {
  height: 8px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 5px;
  background: #f2dec9;
}
.progress-inner[data-v-540710ca] {
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#d90e14), to(#f12a1e));
  background: linear-gradient(90deg, #d90e14 0%, #f12a1e 100%);
}
.progress-inner.ended[data-v-540710ca] {
  background: #9e918a;
}
.description-box[data-v-540710ca] {
  margin-top: 16px;
  padding: 14px 1px 0;
  border-top: 1px dashed #e8cdb3;
}
.description-title[data-v-540710ca] {
  color: #5a342b;
  font-size: 12px;
  font-weight: 900;
}
.description-text[data-v-540710ca] {
  margin-top: 7px;
  color: #8b6b5e;
  font-size: 11px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}
.purchase-section[data-v-540710ca] {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #efcba8;
  border-radius: 14px;
  background: #fffdf9;
  -webkit-box-shadow: 0 7px 16px rgba(143, 67, 29, 0.08);
          box-shadow: 0 7px 16px rgba(143, 67, 29, 0.08);
}
.action-space[data-v-540710ca] {
  height: 84px;
}
.rmb-btn[data-v-540710ca] {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2171c), to(#b60005));
  background: linear-gradient(180deg, #e2171c 0%, #b60005 100%);
  -webkit-box-shadow: 0 7px 15px rgba(182, 0, 5, 0.18);
          box-shadow: 0 7px 15px rgba(182, 0, 5, 0.18);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}
.rmb-btn.disabled[data-v-540710ca] {
  background: #b9ada6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 480px) {
.page-header[data-v-540710ca] {
    height: 54px;
}
.back-btn[data-v-540710ca] {
    height: 54px;
}
.page-title[data-v-540710ca] {
    font-size: 18px;
}
.page-content[data-v-540710ca] {
    padding: 0 8px 24px;
}
.project-hero[data-v-540710ca],
  .project-image[data-v-540710ca],
  .project-placeholder[data-v-540710ca] {
    min-height: 270px;
}
.summary-strip[data-v-540710ca] {
    width: calc(100% - 2px);
    margin: -30px 1px 0;
}
.summary-grid[data-v-540710ca] {
    left: 2.5%;
    right: 2.5%;
    top: 37%;
    bottom: 8%;
}
.summary-label[data-v-540710ca] {
    font-size: 10px;
}
.summary-value[data-v-540710ca] {
    margin-top: 6px;
    font-size: 17px;
}
.info-card[data-v-540710ca] {
    margin-top: 12px;
    padding: 13px 11px 14px;
}
}
@media (max-width: 350px) {
.summary-label[data-v-540710ca] {
    font-size: 10px;
}
.summary-value[data-v-540710ca] {
    font-size: 16px;
}
.info-item strong[data-v-540710ca] {
    font-size: 12px;
}
}

