.team-page[data-v-c2619f98] {
  min-height: 100vh;
  background: #fff7ed;
  color: #4b2a23;
}
.team-shell[data-v-c2619f98] {
  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-c2619f98] {
  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-c2619f98] {
  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-c2619f98] {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
}
.page-content[data-v-c2619f98] {
  position: relative;
  z-index: 3;
  padding: 39px 12px 20px;
}
.overview-card[data-v-c2619f98] {
  position: relative;
  padding: 15px 14px 13px;
  border: 1px solid #efc9a6;
  border-radius: 13px;
  background: rgba(255, 252, 247, 0.97);
  -webkit-box-shadow: 0 8px 18px rgba(144, 66, 29, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.96);
          box-shadow: 0 8px 18px rgba(144, 66, 29, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.me-row[data-v-c2619f98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar-wrap[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58px;
  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-radius: 50%;
  background: linear-gradient(145deg, #fff7eb, #ffe9d1);
  -webkit-box-shadow: 0 4px 12px rgba(184, 53, 30, 0.11);
          box-shadow: 0 4px 12px rgba(184, 53, 30, 0.11);
}
.avatar[data-v-c2619f98] {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.avatar-large[data-v-c2619f98] {
  width: 50px;
  height: 50px;
}
.me-info[data-v-c2619f98] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 11px;
}
.me-name[data-v-c2619f98] {
  overflow: hidden;
  color: #4d2d27;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.me-sub[data-v-c2619f98] {
  margin-top: 4px;
  color: #ac8f7f;
  font-size: 10px;
}
.stats-grid[data-v-c2619f98] {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.stat-box[data-v-c2619f98] {
  min-width: 0;
  padding: 12px 11px;
  border: 1px solid #f1d6bc;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255, 247, 235, 0.96), rgba(255, 252, 247, 0.98));
}
.stat-label[data-v-c2619f98] {
  color: #80645a;
  font-size: 10px;
  font-weight: 800;
}
.stat-value[data-v-c2619f98] {
  margin-top: 7px;
  overflow: hidden;
  color: #c60e14;
  font-size: clamp(15px, 4.5vw, 21px);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stat-value span[data-v-c2619f98] {
  margin-right: 3px;
  font-size: 12px;
}
.depth-card[data-v-c2619f98] {
  margin-top: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 13px;
}
.depth-title[data-v-c2619f98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
}
.depth-title span[data-v-c2619f98] {
  font-size: 10px;
  color: #a47c72;
  font-weight: 400;
}
.depth-list[data-v-c2619f98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 9px;
}
.depth-list button[data-v-c2619f98] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  border: 1px solid #e7cfc7;
  background: #fff;
  border-radius: 9px;
  color: #7d554c;
  font-weight: 800;
}
.depth-list button small[data-v-c2619f98] {
  display: block;
  margin-top: 1px;
  font-size: 9px;
  font-weight: 400;
}
.depth-list button.active[data-v-c2619f98] {
  background: #b73327;
  color: #fff;
  border-color: #b73327;
}
.stat-value small[data-v-c2619f98] {
  font-size: 10px;
  font-weight: 500;
}
.filters-card[data-v-c2619f98] {
  margin-top: 13px;
  padding: 11px;
  border: 1px solid #efcfaf;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 247, 0.98)), to(rgba(255, 247, 237, 0.98)));
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 247, 237, 0.98));
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 4px 10px rgba(147, 66, 29, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 4px 10px rgba(147, 66, 29, 0.05);
}
.filters-title[data-v-c2619f98] {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5b342c;
  font-size: 12px;
  font-weight: 900;
}
.filters-title-bar[data-v-c2619f98] {
  width: 3px;
  height: 14px;
  margin-right: 6px;
  border-radius: 3px;
  background: #d20e14;
}
.filter-row[data-v-c2619f98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.auth-filter-row[data-v-c2619f98] {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr 1.18fr;
}
.filter-chip[data-v-c2619f98] {
  width: 100%;
  height: 34px;
  padding: 0 7px;
  border: 1px solid #e9c5a4;
  border-radius: 8px;
  background: #fff;
  color: #69483e;
  font-size: 11px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 5px rgba(127, 61, 33, 0.03);
          box-shadow: 0 2px 5px rgba(127, 61, 33, 0.03);
}
.filter-chip.active[data-v-c2619f98] {
  border-color: #d20e14;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7191f), to(#bd080d));
  background: linear-gradient(180deg, #e7191f 0%, #bd080d 100%);
  color: #fff;
  -webkit-box-shadow: 0 4px 9px rgba(190, 8, 13, 0.16);
          box-shadow: 0 4px 9px rgba(190, 8, 13, 0.16);
}
.filter-row-second[data-v-c2619f98] {
  margin-top: 8px;
}
.vip-seg[data-v-c2619f98] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e9c5a4;
  border-radius: 8px;
  background: #fff;
}
.vip-item[data-v-c2619f98] {
  min-width: 0;
  height: 34px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid #f0dac6;
  background: transparent;
  color: #69483e;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.vip-item[data-v-c2619f98]:last-child {
  border-right: 0;
}
.vip-item.active[data-v-c2619f98] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ae37), to(#df8b1f));
  background: linear-gradient(180deg, #f2ae37 0%, #df8b1f 100%);
  color: #fff;
}
.filter-count[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 44px;
  height: 34px;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 #efc4a0;
  border-radius: 8px;
  background: #fff3e8;
  color: #c40d13;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.member-section[data-v-c2619f98] {
  margin-top: 14px;
}
.section-head[data-v-c2619f98] {
  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-c2619f98] {
  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-c2619f98] {
  width: 4px;
  height: 18px;
  margin-right: 7px;
  border-radius: 3px;
  background: #d30f15;
}
.section-count[data-v-c2619f98] {
  min-width: 58px;
  height: 25px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #efd1b4;
  border-radius: 13px;
  background: #fff7ed;
  color: #a76144;
  font-size: 10px;
  font-weight: 800;
}
.member-card[data-v-c2619f98] {
  position: relative;
  margin-top: 10px;
  padding: 13px 12px 11px;
  overflow: hidden;
  border: 1px solid #edc49f;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(255, 249, 241, 0.98));
  -webkit-box-shadow: 0 7px 16px rgba(136, 58, 24, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.98);
          box-shadow: 0 7px 16px rgba(136, 58, 24, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.member-card[data-v-c2619f98]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d80f15), to(#f0a13a));
  background: linear-gradient(180deg, #d80f15, #f0a13a);
  content: "";
}
.member-head[data-v-c2619f98] {
  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: 8px;
}
.member-left[data-v-c2619f98] {
  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;
}
.member-avatar[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 43px;
  height: 43px;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efc7a7;
  background: #fff3e5;
}
.member-base[data-v-c2619f98] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9px;
}
.member-name-row[data-v-c2619f98] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.member-name-row .member-name[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.member-name[data-v-c2619f98] {
  min-width: 0;
  max-width: 135px;
  overflow: hidden;
  color: #4e3029;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member-level-icon[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.member-phone[data-v-c2619f98] {
  margin-top: 5px;
  color: #927366;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.auth-badge[data-v-c2619f98] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 26px;
  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-radius: 13px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.auth-badge.ok[data-v-c2619f98] {
  border: 1px solid #efc486;
  background: #fff4db;
  color: #c07814;
}
.auth-badge.no[data-v-c2619f98] {
  border: 1px solid #efc5b9;
  background: #fff2ee;
  color: #c6544d;
}
.member-actions[data-v-c2619f98] {
  margin-top: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.detail-chip[data-v-c2619f98] {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  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;
  gap: 6px;
  border: 1px solid #e8bea0;
  border-radius: 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf4), to(#fff5e9));
  background: linear-gradient(180deg, #fffaf4 0%, #fff5e9 100%);
  color: #5f3f35;
  font-size: 11px;
  font-weight: 900;
  -webkit-box-shadow: 0 3px 7px rgba(130, 61, 31, 0.06), inset 0 1px 0 #fff;
          box-shadow: 0 3px 7px rgba(130, 61, 31, 0.06), inset 0 1px 0 #fff;
}
.detail-chip.active[data-v-c2619f98] {
  border-color: #cd0d13;
  background: -webkit-gradient(linear, left top, left bottom, from(#df151a), to(#b90005));
  background: linear-gradient(180deg, #df151a 0%, #b90005 100%);
  color: #fff;
  -webkit-box-shadow: 0 4px 9px rgba(185, 0, 5, 0.15);
          box-shadow: 0 4px 9px rgba(185, 0, 5, 0.15);
}
.chip-symbol[data-v-c2619f98] {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #d20e14;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.member-symbol[data-v-c2619f98] {
  background: #e19328;
  font-size: 9px;
}
.detail-chip.active .chip-symbol[data-v-c2619f98] {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.chip-text[data-v-c2619f98] {
  white-space: nowrap;
}
.caret[data-v-c2619f98] {
  margin-left: auto;
  font-size: 13px;
  color: #b07157;
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
}
.detail-chip.active .caret[data-v-c2619f98] {
  color: #fff;
}
.caret.up[data-v-c2619f98] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detail-box[data-v-c2619f98] {
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid #edccb0;
  border-radius: 9px;
  background: #fff8ef;
  -webkit-box-shadow: inset 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 #fff;
}
.detail-row[data-v-c2619f98] {
  min-height: 34px;
  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-bottom: 1px dashed #eedbc9;
}
.detail-row[data-v-c2619f98]:last-child {
  border-bottom: 0;
}
.detail-label[data-v-c2619f98] {
  color: #75574d;
  font-size: 11px;
  font-weight: 700;
}
.detail-value[data-v-c2619f98] {
  color: #c10d13;
  font-size: 12px;
  font-weight: 900;
}
.enter-tip[data-v-c2619f98] {
  margin-top: 10px;
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  border-top: 1px dashed #ebd6c4;
  color: #a17d6c;
  font-size: 10px;
  font-weight: 700;
}
.bottom-space[data-v-c2619f98] {
  height: 78px;
}
.fade-up-enter-active[data-v-c2619f98],
.fade-up-leave-active[data-v-c2619f98] {
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.fade-up-enter[data-v-c2619f98],
.fade-up-leave-to[data-v-c2619f98] {
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 480px) {
.page-header[data-v-c2619f98] {
    height: 50px;
}
.back-btn[data-v-c2619f98] {
    height: 50px;
}
.page-content[data-v-c2619f98] {
    padding: 35px 10px 18px;
}
.overview-card[data-v-c2619f98] {
    padding: 13px 12px 12px;
}
.avatar-wrap[data-v-c2619f98] {
    width: 54px;
    height: 54px;
}
.avatar-large[data-v-c2619f98] {
    width: 47px;
    height: 47px;
}
.stat-box[data-v-c2619f98] {
    padding: 10px 9px;
}
.member-card[data-v-c2619f98] {
    padding: 12px 11px 10px;
}
.filter-chip[data-v-c2619f98] {
    font-size: 10px;
}
.detail-chip[data-v-c2619f98] {
    height: 37px;
    font-size: 10px;
}
}
@media (max-width: 350px) {
.filter-chip[data-v-c2619f98] {
    padding: 0 4px;
    font-size: 9px;
}
.vip-item[data-v-c2619f98] {
    font-size: 8px;
}
.member-name[data-v-c2619f98] {
    max-width: 90px;
}
.auth-badge[data-v-c2619f98] {
    padding: 0 6px;
    font-size: 8px;
}
}

