/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/social/page.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* 社交页面样式 */
.page_container__XgCfu {
  padding: 20px 16px 100px 16px;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
}

.page_nicoHeader__W0Ogp {
  padding: 12px 16px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_tabWrapper__07qlE {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 20px;
}

.page_tabBadge__yP4M3 {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff5a5f;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 10;
}

.page_mainTab__bK2lS {
  font-size: 20px;
  font-weight: 500;
  color: #999;
  border: none;
  background: transparent !important;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.page_mainTabActive__G_6xm {
  color: #333;
  font-weight: 600;
  background: transparent !important;
}

.page_activeIndicator__Twunj {
  display: none;
}

.page_tabs__vS41d {
  display: none;
}

.page_header__AcVZ3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.page_title__aNM8y {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.page_searchBtn__oPSqr {
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.page_searchBtn__oPSqr a {
  text-decoration: none;
  font-size: 18px;
}

.page_tab__h01DI {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_tab__h01DI.page_active__zp6vh {
  background: none;
  color: #333;
}

.page_content__omusa {
  margin-bottom: 20px;
}

.page_loading__iKYkY {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #666;
}

.page_spinner__eOyxK {
  width: 32px;
  height: 32px;
  border: 3px solid #f0f0f0;
  border-top: 3px solid #ff385c;
  border-radius: 50%;
  animation: page_spin__nBmfN 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes page_spin__nBmfN {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page_sectionTitle__RQRwY {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.page_userList__nIpjP {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_userCard__ZqZ4_ {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.page_userCard__ZqZ4_:hover {
  transform: translateY(-2px);
}

.page_userInfo__h0wb4 {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.page_avatarContainer__h5nnM {
  position: relative;
  margin-right: 12px;
}

.page_avatar__9PH7F {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.page_onlineIndicator__bDYfh {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: #00d4aa;
  border: 2px solid #fff;
  border-radius: 50%;
}

.page_userDetails__WbrqO {
  flex: 1;
}

.page_username__CBEz5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.page_bio__F2zNu {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.page_userStats__D3mXa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.page_location__4Fk2w,
.page_distance__c9S0Q,
.page_mutualFriends__hc3fV {
  font-size: 12px;
  color: #888;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}

.page_socialStats__tsE4S {
  display: flex;
  gap: 16px;
}

.page_socialStats__tsE4S span {
  font-size: 12px;
  color: #666;
}

.page_followBtn__eJVPR {
  padding: 8px 16px;
  background: #ff385c;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page_followBtn__eJVPR:hover {
  background: #e8335a;
}

.page_activityList__8dPug {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_activityCard__bHOT7 {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page_activityAvatar___cO3_ {
  margin-right: 12px;
}

.page_activityAvatar___cO3_ .page_avatar__9PH7F {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
}

.page_activityContent__QX6P9 {
  flex: 1;
}

.page_activityContent__QX6P9 p {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 1.4;
}

.page_timestamp__5AfW3 {
  font-size: 12px;
  color: #888;
}

/* 附近功能样式 */
.page_nearbySection__TBP8U {
  margin-bottom: 24px;
}

.page_nearbyTabs__t3TMF {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.page_userControlsRow__zYu_5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: -8px 0 16px 0;
}

.page_userSubTabs__HP9zD {
  display: flex;
  gap: 10px;
  margin: 0;
}

.page_userSubTab__gi2Qg {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.85);
  color: #666;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page_userSubTab__gi2Qg:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page_userSubTabActive__sM1s3 {
  background: rgba(255, 56, 92, 0.1);
  border-color: rgba(255, 56, 92, 0.35);
  color: #ff385c;
}

.page_nearbyTab__lh9un {
  flex: 1;
  padding: 10px 12px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_nearbyTab__lh9un:hover {
  background: rgba(255, 56, 92, 0.08);
  color: #333;
}

.page_nearbyTab__lh9un.page_active__zp6vh {
  background: none;
  color: #ff385c;
  font-weight: 600;
}

.page_groupList__Ct3eE {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_groupCard__Kw5AV {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_groupCard__Kw5AV:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.page_groupInfo__g8Amj {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.page_groupAvatar__tC_dA {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-color: #ff385c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  margin-right: 12px;
  flex-shrink: 0;
}

.page_groupDetails__x7HTm {
  flex: 1;
  min-width: 0;
}

.page_groupWarning__XJqAY {
  flex: 0 0 120px;
  font-size: 11px;
  color: #ff385c;
  line-height: 1.4;
  text-align: left;
  margin-left: 12px;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page_warningHint__W7mMA {
  font-weight: 600;
  margin-bottom: 2px;
}

.page_groupRules___GNqo {
  align-self: flex-start;
  margin-left: 12px;
  margin-top: 0;
}

.page_groupRulesTitle__cgNTK {
  font-size: 12px;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.page_groupRulesText__2wD9R {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.page_groupName__bNrHZ {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.page_groupDesc__A3Y5k {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.page_groupStats__G2xZb {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #888;
}

.page_members__j5ZAa {
  color: #000;
  font-weight: 400;
}

.page_joinBtn__w5EpA {
  background: transparent;
  background-color: transparent !important;
  color: #111;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
}

.page_joinBtn__w5EpA:hover {
  background-color: transparent !important;
  opacity: 0.8;
}

.page_joinBtn__w5EpA:active {
  background: transparent;
  background-color: transparent !important;
  transform: scale(0.98);
  opacity: 0.9;
  box-shadow: none !important;
}

.page_joinBtn__w5EpA:focus {
  outline: none;
}

.page_joinBtn__w5EpA:focus-visible {
  outline: none;
}

.page_joinBtn__w5EpA::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.page_joinBtn__w5EpA:active::after {
  animation: page_joinBtnRipple__FLVvu 520ms ease-out;
}

@keyframes page_joinBtnRipple__FLVvu {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.32;
  }

  100% {
    transform: translate(-50%, -50%) scale(18);
    opacity: 0;
  }
}

.page_eventList__WrG8H {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_eventCard__OFnlV {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_eventCard__OFnlV:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.page_eventInfo__GfBMZ {
  display: flex;
  margin-bottom: 12px;
}

.page_eventImage__Ne2rH {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  margin-right: 12px;
  flex-shrink: 0;
}

.page_eventDetails__Q5Ydc {
  flex: 1;
}

.page_eventTitle__japTL {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.page_eventDesc__bYhfP {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.page_eventMeta__Ie8er {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #888;
}

.page_participants__rX9Hf {
  color: #ff385c;
  font-weight: 500;
}

.page_date__O_ykZ {
  color: #333;
  font-weight: 500;
}

.page_joinEventBtn___jgcb {
  background: #ff385c;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 100%;
}

.page_joinEventBtn___jgcb:hover {
  background: #e6325a;
}

/* 筛选器样式 */
.page_nearbyHeader__k0g4j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.page_filterBtn__rSS0B {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.page_filterBtn__rSS0B:hover {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.15);
}

.page_filtersOverlay__JU87Z {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: background 0.3s ease;
}

.page_filtersOverlay__JU87Z.page_show__TOXOb {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.page_filtersSheet__1_Wms {
  background: white;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.page_filtersSheet__1_Wms.page_slideUp__SHDz0 {
  transform: translateY(0);
}

.page_sheetHeader__G6IKC {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.page_sheetTitle__go2Ai {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.page_sheetCloseBtn__k5thb {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 4px;
}

.page_sheetContent__3FrHR {
  padding: 24px 16px;
  flex: 1;
  overflow-y: auto;
}

.page_sheetSection__9vo_c {
  margin-bottom: 32px;
}

.page_sectionLabel__TnhxL {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.page_tagGroup__L2zZJ {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page_tag__u9sUc {
  padding: 8px 20px;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_tagActive__vhQ0N {
  background: #fff0f0;
  color: #ff385c;
  font-weight: 500;
}

.page_regionRow__LHNN8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_regionValue__in5pe {
  font-size: 14px;
  color: #999;
}

.page_sheetFooter__QvQqc {
  padding: 16px 20px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

.page_confirmBtn__8VbFH {
  width: 100%;
  height: 48px;
  background: #ff6b6b;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.page_confirmBtn__8VbFH:active {
  opacity: 0.8;
}

.page_filterGroup__viyrg {
  margin-bottom: 20px;
}

.page_filterGroup__viyrg label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.page_filterSelect__VPA_q {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  transition: border-color 0.2s ease;
}

.page_filterSelect__VPA_q:focus {
  outline: none;
  border-color: #ff385c;
}

.page_ageRange__XMCPl {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page_ageInput__7Ax6n {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  transition: border-color 0.2s ease;
}

.page_ageInput__7Ax6n:focus {
  outline: none;
  border-color: #ff385c;
}

.page_ageRange__XMCPl span {
  color: #666;
  font-weight: 500;
}

.page_distanceSlider__Q4ttM {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  outline: none;
  margin: 12px 0;
  -webkit-appearance: none;
  appearance: none;
}

.page_distanceSlider__Q4ttM::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff385c;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page_distanceSlider__Q4ttM::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff385c;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page_distanceLabels__94j9n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.page_filterActions__S6HNh {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page_resetBtn__slybI,
.page_applyBtn__Aftcz {
  flex: 1;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_resetBtn__slybI {
  background: #f0f0f0;
  color: #666;
}

.page_resetBtn__slybI:hover {
  background: #e0e0e0;
}

.page_applyBtn__Aftcz {
  background: #ff385c;
  color: white;
}

.page_applyBtn__Aftcz:hover {
  background: #e31c5f;
}

.page_headerActions__0srI4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page_filterIndicator__OnvvW {
  background: #ff385c;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.page_filterSummary__Av_xS {
  background: #f8f9ff;
  border: 1px solid #e0e6ff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page_filterLabel__CaHT0 {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

.page_filterTag__qE1wk {
  background: #667eea;
  color: #fff;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
}

/* 附近用户卡片样式 */
.page_nearbyUserCard__xkM6u {
  background: #fff;
  border-radius: 20px;
  padding: 10px 12px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_userCardRow__u_tqZ {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.page_userCardMain__ayYpN {
  flex: 1;
  min-width: 0;
}

.page_userCardTopRow__QpPFM {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page_userCardNameRow__cKR9p {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.page_userCardMeta__aowDs {
  flex: 0 0 auto;
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}

.page_userCardBioLine__UZ_4v {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_nearbyUserCard__xkM6u:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 56, 92, 0.1);
}

.page_userBasicInfo__BPzxa {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_userAvatar__WYOSW {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page_userName__gsNHM {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_userTags__al_NE {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

.page_genderTag__u39G0 {
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.page_genderMale__cVahE {
  background: #e0f2fe;
  color: #0369a1;
}

.page_genderFemale__Qyxgr {
  background: #fdf2f8;
  color: #be185d;
}

.page_ageTag__W19O5 {
  background: #f3f4f6;
  color: #4b5563;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.page_userBio__63EBS {
  font-size: 13px;
  color: #666;
  margin: 4px 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_userLocationInfo__9irlf {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 4px;
}

.page_userStatsInfo__Gx8tD {
  font-size: 12px;
  color: #666;
  display: flex;
  gap: 12px;
  margin-top: 2px;
}

.page_statItem__bAbwY {
  display: flex;
  align-items: center;
  gap: 2px;
}

/* 形象照片展示 */
.page_profileImages__GkD80 {
  margin-top: 8px;
  display: block;
}

.page_imageGallery__If_e2 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.page_profileImage__ZMQnl {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page_moreImages__vbniY {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

/* 卡片操作按钮 */
.page_cardActions__gmEJz {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.page_followBtn__eJVPR,
.page_chatBtn__4hmHR {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_followBtn__eJVPR {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.page_followBtn__eJVPR:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.page_chatBtn__4hmHR {
  background: #f0f0f0;
  color: #666;
}

.page_chatBtn__4hmHR:hover {
  background: #e6e6e6;
  transform: translateY(-1px);
}

/* 筛选器改进样式 */
.page_ageWarning__R7Avz {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 4px;
  padding: 4px 8px;
  background: #fff5f5;
  border-radius: 6px;
  border-left: 3px solid #ff6b6b;
}

.page_distanceLabels__94j9n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.page_filterSelect__VPA_q,
.page_ageInput__7Ax6n {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.page_filterSelect__VPA_q:focus,
.page_ageInput__7Ax6n:focus {
  outline: none;
  border-color: #667eea;
}

.page_ageInput__7Ax6n {
  text-align: center;
}

.page_applyBtn__Aftcz:disabled {
  background: #ccc !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* 筛选摘要改进 */
.page_filterSummary__Av_xS {
  background: #f8f9ff;
  border: 1px solid #e0e6ff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page_filterLabel__CaHT0 {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

.page_filterTag__qE1wk {
  background: #667eea;
  color: #fff;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
}

/* 筛选器提示样式 */
.page_filterTip__i64GR {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
  font-style: italic;
}

.page_filterNotice__EA9L4 {
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 6px;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 8px;
}

/* 响应式设计 */
@media (max-width: 375px) {
  .page_container__XgCfu {
    padding: 16px 12px 100px 12px;
  }

  .page_title__aNM8y {
    font-size: 24px;
  }

  .page_userCard__ZqZ4_ {
    padding: 12px;
  }

  .page_avatar__9PH7F {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
  }
}

/* 深色模式支持 */
@media (prefers-color-scheme: dark) {
  .page_container__XgCfu {
    background: #1a1a1a;
  }

  .page_title__aNM8y {
    color: #fff;
  }

  .page_tabs__vS41d,
  .page_userCard__ZqZ4_,
  .page_activityCard__bHOT7 {
    background: #2a2a2a;
  }

  .page_tab__h01DI {
    color: #ccc;
  }

  .page_username__CBEz5 {
    color: #fff;
  }

  .page_bio__F2zNu {
    color: #aaa;
  }

  .page_location__4Fk2w,
  .page_distance__c9S0Q,
  .page_mutualFriends__hc3fV {
    background: #3a3a3a;
    color: #ccc;
  }
}
