/* ===== RENMAI PAGE STYLES ===== */
/* 主色：松松蓝 (#0AB5E4) + 桔色 (#F5A623) */

/* === 全局背景纹理 === */
.renmai-hero::after,
.renmai-flow::after,
.renmai-tags::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 25 L30 22 L25 25 Z' fill='rgba(10,181,228,0.01)' stroke='rgba(10,181,228,0.02)' stroke-width='0.5'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
.renmai-hero,
.renmai-flow,
.renmai-tags {
  position: relative;
}
.renmai-hero > .container,
.renmai-flow > .container,
.renmai-tags > .container {
  position: relative;
  z-index: 1;
}

/* === 主色渐变覆盖 === */
.hero-tag {
  background: rgba(10, 181, 228, 0.08) !important;
  border-color: rgba(10, 181, 228, 0.2) !important;
  color: #0ab5e4 !important;
}
.hero-stat-num {
  background: linear-gradient(135deg, #0ab5e4, #f5a623) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.btn-hero-cta {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
  box-shadow: 0 4px 20px rgba(10, 181, 228, 0.2) !important;
}
.btn-hero-cta:hover {
  box-shadow: 0 8px 30px rgba(10, 181, 228, 0.3) !important;
}
.btn-hero-outline {
  color: #0ab5e4 !important;
  border-color: rgba(10, 181, 228, 0.3) !important;
}
.btn-hero-outline:hover {
  border-color: #1e90ff !important;
  background: rgba(10, 181, 228, 0.05) !important;
}
.btn-login-main {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
  box-shadow: 0 4px 10px rgba(10, 181, 228, 0.3) !important;
}
.btn-login-main:hover {
  box-shadow: 0 6px 15px rgba(10, 181, 228, 0.45) !important;
}
.login-highlight-name {
  color: #0ab5e4 !important;
}
.flow-title span,
.activity-title span,
.tags-title span {
  background: linear-gradient(135deg, #0ab5e4, #f5a623, #1e90ff) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.v-badge.v-blue {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
}
.v-badge.v-yellow {
  background: linear-gradient(135deg, #f5a623, #e09100) !important;
}
.v-tag.v-blue {
  color: #0ab5e4 !important;
}
.v-tag.v-yellow {
  color: #f5a623 !important;
}
.btn-view-profile {
  border-color: rgba(10, 181, 228, 0.2) !important;
  color: #0ab5e4 !important;
}
.btn-view-profile:hover {
  border-color: #0ab5e4 !important;
  background: rgba(10, 181, 228, 0.05) !important;
}
.tag-bubble {
  background: #fff;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(10, 181, 228, 0.1);
  color: var(--text) !important;
}
.tag-bubble:hover {
  border-color: #0ab5e4 !important;
  background: rgba(10, 181, 228, 0.04) !important;
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.1) !important;
}
.tag-bubble.hot {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.tag-hot-badge {
  background: #ef4444 !important;
}
.live-ring {
  border-color: rgba(10, 181, 228, 0.3) !important;
}
.live-ring.ring-2 {
  border-color: rgba(245, 166, 35, 0.2) !important;
}
.live-badge {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
  border-color: rgba(239, 68, 68, 0.15) !important;
}
.btn-live-enter {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25) !important;
}
.btn-live-enter:hover {
  box-shadow: 0 6px 20px rgba(10, 181, 228, 0.35) !important;
}
.layer-modal {
  border-color: rgba(10, 181, 228, 0.1) !important;
}
.btn-layer-primary {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff) !important;
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25) !important;
}
.btn-layer-secondary {
  border-color: rgba(10, 181, 228, 0.2) !important;
  color: #0ab5e4 !important;
}
.activity-highlight {
  color: #0ab5e4 !important;
}

/* 背景渐变 */
.renmai-hero {
  background:
    radial-gradient(ellipse at 80% 30%, rgba(10, 181, 228, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 70%, rgba(245, 166, 35, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(10, 181, 228, 0.03) 0%, transparent 60%), #fff !important;
}
.renmai-flow {
  background:
    radial-gradient(ellipse at 30% 0%, #f0faff 0%, transparent 50%),
    radial-gradient(ellipse at 70% 100%, #fff8f0 0%, transparent 50%), #ffffff !important;
}
.renmai-activity {
  background: linear-gradient(to bottom, #f8fafc, #fff) !important;
}
.renmai-tags {
  background:
    radial-gradient(ellipse at 30% 25%, rgba(245, 166, 35, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, rgba(10, 181, 228, 0.06) 0%, transparent 50%), #fff !important;
}
.renmai-live {
  background: linear-gradient(to bottom, #fff, #f0f9ff) !important;
}

/* ===== MODULE 1: HERO ===== */
.renmai-hero {
  padding: 48px 0 60px;
}
.hero-ticker-wrap {
  background: linear-gradient(90deg, rgba(10, 181, 228, 0.06), rgba(245, 166, 35, 0.06), rgba(10, 181, 228, 0.06));
  border-radius: 12px;
  padding: 14px 24px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid rgba(10, 181, 228, 0.08);
}
.hero-ticker {
  display: flex;
  gap: 48px;
  animation: tickerScroll 20s linear infinite;
  white-space: nowrap;
}
.hero-ticker span {
  font-size: 14px;
  color: var(--text-secondary);
  opacity: 0.7;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.hero-ticker span strong {
  color: #0ab5e4;
  font-weight: 700;
}
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.hero-text {
  flex: 1;
  min-width: 0;
  max-width: none;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(10, 181, 228, 0.08);
  color: #0ab5e4;
  border: 1px solid rgba(10, 181, 228, 0.15);
  margin-bottom: 20px;
}
.hero-text h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-text h1 span {
  background: linear-gradient(135deg, #0ab5e4, #f5a623, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: 20px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: none;
}
.hero-desc strong {
  color: var(--text);
  font-weight: 700;
}

.hero-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 32px;
}
.hero-stat-num {
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 4px;
}
.hero-btns {
  display: flex;
  gap: 14px;
}
.btn-hero-cta {
  display: inline-flex;
  border: 0;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 20px rgba(10, 181, 228, 0.2);
  transition: all var(--transition);
}
.btn-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(10, 181, 228, 0.3);
  color: #fff;
}
.btn-hero-outline {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #0ab5e4;
  border: 1.5px solid rgba(10, 181, 228, 0.3);
  background: transparent;
  transition: all var(--transition);
}
.btn-hero-outline:hover {
  border-color: #0ab5e4;
  background: rgba(10, 181, 228, 0.05);
  color: #0ab5e4;
}

/* ===== LOGIN BOX ===== */
.login-box-wrap {
  width: 380px;
  flex-shrink: 0;
}
.login-box {
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 32px 28px 24px;
  border: 1px solid rgba(10, 181, 228, 0.08);
  position: relative;
  overflow: hidden;
}
.login-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0ab5e4, #f5a623);
}
.login-box-header {
  text-align: center;
  margin-bottom: 24px;
}
.login-box-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.login-box-header h3 i {
  color: #0ab5e4;
  margin-right: 6px;
  font-size: 18px;
}
.login-box-header p {
  font-size: 13px;
  color: #f5a623;
  font-weight: 600;
}
.login-methods {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 3px;
}
.login-method-btn {
  flex: 1;
  padding: 10px 0;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-method-btn.active {
  background: #fff;
  color: #0ab5e4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.login-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e8eaed;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  transition: border-color 0.3s;
  background: #fafafa;
}
.login-input:focus {
  border-color: #0ab5e4;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 181, 228, 0.08);
}
.captcha-row {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.captcha-row .login-input {
  margin-bottom: 0;
  flex: 1;
}
.captcha-btn {
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.08);
  border: 1px solid rgba(10, 181, 228, 0.15);
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.captcha-btn:hover {
  background: rgba(10, 181, 228, 0.12);
}
.captcha-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-login-main {
  width: 100%;
  padding: 14px 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 10px rgba(10, 181, 228, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
.btn-login-main:hover {
  box-shadow: 0 6px 15px rgba(10, 181, 228, 0.45);
  transform: translateY(-1px);
}
.wechat-login-area {
  text-align: center;
  padding: 20px 0;
}
.wechat-icon-big {
  font-size: 48px;
  color: #07c160;
  margin-bottom: 12px;
}
.wechat-login-area p {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.btn-login-wechat {
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #07c160;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-login-wechat:hover {
  background: #06ad56;
}
.login-footer-text {
  text-align: center;
  font-size: 12px;
  color: var(--text-light);
  margin-top: 16px;
}
.login-highlight-name {
  color: #0ab5e4;
  font-weight: 600;
}
.login-register-link {
  padding: 0;
  color: #0ab5e4;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}

/* ===== TICKER SECTION ===== */
.renmai-ticker-section {
  padding: 40px 0 0;
}
/* ===== TICKER GRID (merged stats + activity) ===== */
.ticker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.ticker-col {
  background: linear-gradient(90deg, rgba(10, 181, 228, 0.04), rgba(245, 166, 35, 0.04));
  border-radius: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(10, 181, 228, 0.06);
  overflow: hidden;
}
.ticker-col-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ticker-col-title i {
  color: #0ab5e4;
}
.ticker-scroll-up {
  position: relative;
  height: 28px;
  overflow: hidden;
}
.ticker-scroll-up div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--text-secondary);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticker-scroll-up div.ticker-visible {
  opacity: 1;
  transform: translateY(0);
}
.ticker-item-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #0ab5e4;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ticker-item-icon-hot {
  stroke: #ef4444;
}

.ticker-scroll-up div strong {
  color: #0ab5e4;
  font-weight: 700;
}

/* ===== FLOW SEARCH ===== */
.flow-search-wrap {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-search-box {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  padding: 6px 6px 6px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #e8eaed;
  transition: border-color 0.3s;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
.flow-search-box:focus-within {
  border-color: #0ab5e4;
  box-shadow: 0 2px 16px rgba(10, 181, 228, 0.1);
}
.flow-search-box > i {
  color: var(--text-light);
  font-size: 15px;
  margin-right: 10px;
  flex-shrink: 0;
}
.flow-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text);
  background: transparent;
  padding: 8px 0;
}
.flow-search-input::placeholder {
  color: #bbb;
}
.flow-search-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.flow-search-btn:hover {
  box-shadow: 0 4px 12px rgba(10, 181, 228, 0.3);
}
.flow-search-tags {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.flow-search-tags button {
  padding: 4px 12px;
  border: 0;
  border-radius: 12px;
  color: var(--text-light);
  background: #f5f5f5;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.flow-search-tags button:hover {
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.08);
}

/* ===== MODULE 2: FLOW ===== */
.renmai-flow {
  padding: 64px 0 48px;
}
.flow-header {
  text-align: center;
  margin-bottom: 28px;
}
.flow-title {
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 8px;
}
.flow-title i {
  color: #0ab5e4;
  margin-right: 8px;
}
.flow-title span {
  background: linear-gradient(135deg, #0ab5e4, #f5a623, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.flow-subtitle {
  font-size: 14px;
  color: var(--text-light);
}

/* Marquee */
.flow-marquee-wrap {
  background: linear-gradient(90deg, rgba(10, 181, 228, 0.04), rgba(245, 166, 35, 0.04));
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid rgba(10, 181, 228, 0.06);
}
.flow-marquee {
  position: relative;
  height: 28px;
}
.flow-marquee span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  color: var(--text-secondary);
  opacity: 0;
  transform: translateX(-12px);
  transition: all 0.5s ease;
  white-space: nowrap;
}
.flow-marquee span:first-child {
  opacity: 1;
  transform: translateX(0);
}
.mq-action {
  color: var(--text);
  font-weight: 600;
}

/* Flow cards grid */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.flow-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  border: 1px solid #e8eaed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  contain: layout style;
  will-change: transform;
}
.flow-card:hover {
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.12);
  border-color: rgba(245, 166, 35, 0.25);
  transform: translateY(-4px);
}
.flow-card-avatar {
  position: relative;
  flex-shrink: 0;
}
.flow-card-avatar img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}
.flow-card:hover .flow-card-avatar img {
  transform: scale(1.04);
}
.v-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  border: 2px solid #fff;
  animation: vPulse 2s ease-in-out infinite;
}
.v-badge i {
  font-size: 10px;
}
.v-badge.v-blue {
  background: #0ab5e4;
}
.v-badge.v-yellow {
  background: #f5a623;
  animation-name: vPulseYellow;
}
@keyframes vPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(10, 181, 228, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(10, 181, 228, 0);
  }
}
@keyframes vPulseYellow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(245, 166, 35, 0);
  }
}
.flow-card-info {
  flex: 1;
  min-width: 0;
}
.flow-card-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.flow-card-name.unverified {
  color: var(--text-light);
}
.v-tag {
  font-size: 11px;
}
.v-tag i {
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 50%;
}
.v-tag.v-blue i {
  background: #0ab5e4;
  color: #fff;
}
.v-tag.v-yellow i {
  background: #f5a623;
  color: #fff;
}
.flow-card-company {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flow-card-company.masked,
.flow-card-title-text.masked {
  color: #bbb;
  font-style: italic;
}
.flow-card-hot {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 4px;
}
.flow-card-hot strong {
  color: #ef4444;
  font-weight: 700;
}
.flow-card-title-text {
  font-size: 12px;
  color: var(--text-light);
}
.flow-card-action {
  flex-shrink: 0;
}
.btn-view-profile {
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid rgba(10, 181, 228, 0.2);
  color: #0ab5e4;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-view-profile:hover {
  border-color: #0ab5e4;
  background: rgba(10, 181, 228, 0.05);
}
.flow-load-more {
  text-align: center;
  margin-top: 32px;
}
.btn-load-more {
  padding: 12px 36px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  background: #fff;
  border: 1.5px solid #e8eaed;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-load-more:hover {
  border-color: #0ab5e4;
  color: #0ab5e4;
}

/* ===== MODULE 3: ACTIVITY ===== */
.renmai-activity {
  padding: 48px 0;
}
.activity-header {
  text-align: center;
  margin-bottom: 24px;
}
.activity-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
}
.activity-title i {
  color: #f5a623;
  margin-right: 8px;
}
.activity-title span {
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.activity-subtitle {
  font-size: 13px;
  color: var(--text-light);
}
.activity-ticker-wrap {
  background: linear-gradient(90deg, rgba(245, 166, 35, 0.04), rgba(10, 181, 228, 0.04), rgba(245, 166, 35, 0.04));
  border-radius: 12px;
  padding: 16px 24px;
  overflow: hidden;
  border: 1px solid rgba(245, 166, 35, 0.08);
}
.activity-ticker {
  position: relative;
  height: 28px;
}
.activity-ticker span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-secondary);
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.5s ease;
}
.activity-ticker span:first-child {
  opacity: 1;
  transform: translateY(0);
}
.activity-ticker span strong {
  color: var(--text);
  font-weight: 700;
}
.activity-highlight {
  color: #0ab5e4;
  font-weight: 600;
}

/* ===== MODULE 5: TAGS ===== */
.renmai-tags {
  padding: 64px 0;
}
.tags-header {
  text-align: center;
  margin-bottom: 32px;
}
.tags-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}
.tags-title i {
  color: #f5a623;
  margin-right: 8px;
}
.tags-title span {
  background: linear-gradient(135deg, #0ab5e4, #f5a623, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tags-subtitle {
  font-size: 14px;
  color: var(--text-light);
}
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.tag-bubble {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(10, 181, 228, 0.1);
  color: var(--text);
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.tag-bubble:hover {
  border-color: #0ab5e4;
  background: rgba(10, 181, 228, 0.04);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.1);
  transform: translateY(-2px);
  color: #0ab5e4;
}
.tag-bubble.hot {
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  color: #fff;
  border-color: transparent;
}
.tag-bubble.hot:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(10, 181, 228, 0.25);
}
.tag-hot-badge {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: #ef4444;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

/* ===== MODULE 6: LIVE ===== */
.renmai-live {
  padding: 48px 0 64px;
}
.live-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(10, 181, 228, 0.08);
  max-width: 800px;
  margin: 0 auto;
}
.live-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.live-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.live-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid rgba(10, 181, 228, 0.3);
  animation: ringRotate 3s linear infinite;
}
.live-ring.ring-2 {
  width: 110px;
  height: 110px;
  border-color: rgba(245, 166, 35, 0.2);
  animation-duration: 4s;
  animation-direction: reverse;
  border-style: dashed;
}
@keyframes ringRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.live-info {
  flex: 1;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.15);
  margin-bottom: 10px;
}
.live-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.live-desc {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.btn-live-enter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
  transition: all 0.3s;
}
.btn-live-enter:hover {
  box-shadow: 0 6px 20px rgba(10, 181, 228, 0.35);
  transform: translateY(-1px);
  color: #fff;
}
.live-viewers {
  text-align: center;
  flex-shrink: 0;
}
.live-viewers-num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  color: #0ab5e4;
  line-height: 1.1;
}
.live-viewers-label {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}

/* ===== LAYER POPUP ===== */
.layer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.layer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.layer-modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px 32px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(10, 181, 228, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transform: scale(0.9);
  transition: transform 0.3s;
}
.layer-overlay.active .layer-modal {
  transform: scale(1);
}
.layer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}
.layer-close:hover {
  background: #eee;
  color: var(--text);
}
.layer-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(10, 181, 228, 0.1), rgba(245, 166, 35, 0.1));
  color: #0ab5e4;
}
.layer-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.layer-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 28px;
}
.layer-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.btn-layer-primary {
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-layer-primary:hover {
  box-shadow: 0 6px 20px rgba(10, 181, 228, 0.35);
  transform: translateY(-1px);
}
.btn-layer-secondary {
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0ab5e4;
  background: transparent;
  border: 1.5px solid rgba(10, 181, 228, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.btn-layer-secondary:hover {
  border-color: #0ab5e4;
  background: rgba(10, 181, 228, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .ticker-scroll-up div,
  .flow-card,
  .flow-card-avatar img,
  .list-card,
  .list-card-avatar img,
  .btn-contact-unlock,
  .v-badge,
  .list-skeleton-avatar,
  .list-skeleton-line {
    transition: none;
    animation: none;
  }
  .flow-card:hover,
  .flow-card:hover .flow-card-avatar img,
  .list-card:hover,
  .list-card:hover .list-card-avatar img,
  .btn-contact-unlock:hover {
    transform: none;
  }
}

/* Remove old ticker styles */
.hero-ticker-wrap,
.hero-ticker,
.flow-marquee-wrap,
.flow-marquee,
.activity-ticker-wrap,
.activity-ticker {
  display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .hero-inner {
    gap: 16px;
  }
  .login-box-wrap {
    width: 340px;
  }
}

@media (max-width: 992px) {
  .hero-inner {
    flex-direction: column;
    gap: 32px;
  }
  .login-box-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
  .hero-text h1 {
    font-size: 34px;
  }
  .flow-grid {
    grid-template-columns: 1fr;
  }
  .live-card {
    flex-direction: column;
    text-align: center;
    padding: 28px;
  }
  .live-viewers {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .renmai-hero {
    padding: 32px 0 40px;
  }
  .hero-text h1 {
    font-size: 28px;
  }
  .hero-stats {
    gap: 24px;
  }
  .hero-stat-num {
    font-size: 28px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .btn-hero-cta,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
  }
  .flow-grid {
    grid-template-columns: 1fr;
  }
  .flow-card {
    padding: 14px 16px;
  }
  .flow-card-avatar img {
    width: 44px;
    height: 44px;
  }
  .tags-cloud {
    gap: 10px;
  }
  .tag-bubble {
    padding: 8px 16px;
    font-size: 13px;
  }
  .live-card {
    padding: 24px;
  }
  .live-avatar {
    width: 64px;
    height: 64px;
  }
  .live-ring {
    width: 80px;
    height: 80px;
  }
  .live-ring.ring-2 {
    width: 92px;
    height: 92px;
  }
  .layer-modal {
    padding: 32px 24px 24px;
  }
  .layer-actions {
    flex-direction: column;
  }
  .btn-layer-primary,
  .btn-layer-secondary {
    width: 100%;
    text-align: center;
  }

  /* Mobile: ticker grid single column */
  .ticker-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile: only show WeChat login, hide phone login */
  .login-methods {
    display: none;
  }
  #loginFormPhone {
    display: none !important;
  }
  #loginFormWechat {
    display: block !important;
  }
  .login-box-header p {
    display: none;
  }

  /* Mobile: hide live section */
  .renmai-live {
    display: none;
  }

  /* Mobile: hide activity header (merged into ticker) */
  .activity-header {
    display: none;
  }

  /* Mobile: ticker section padding */
  .renmai-ticker-section {
    padding: 24px 0 0;
  }

  /* Mobile: search adjustments */
  .flow-search-tags {
    display: none;
  }
  .flow-search-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  .hero-text h1 {
    font-size: 24px;
  }
  .hero-desc {
    font-size: 14px;
  }
  .hero-stats {
    gap: 16px;
  }
  .hero-stat-num {
    font-size: 24px;
  }
  .hero-stat-label {
    font-size: 11px;
  }
  .login-box {
    padding: 24px 20px 20px;
  }
  .flow-title {
    font-size: 22px;
  }
  .tags-title {
    font-size: 22px;
  }
}
/* ===== RENMAI LIST PAGE STYLES ===== */

/* === BREADCRUMB === */
.list-breadcrumb {
  padding: 16px 0;
  background: #f8fafc;
  border-bottom: 1px solid var(--border);
}
.breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-light);
}
.breadcrumb-inner a {
  color: #0ab5e4;
  transition: color 0.3s;
}
.breadcrumb-inner a:hover {
  color: #1e90ff;
}
.breadcrumb-inner i {
  font-size: 10px;
  color: #ccc;
}

/* === SEARCH === */
.list-search-section {
  padding: 32px 0 24px;
  background:
    radial-gradient(ellipse at 30% 0%, #f0faff 0%, transparent 50%),
    radial-gradient(ellipse at 70% 100%, #fff8f0 0%, transparent 50%), #fff;
}
.list-search-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-page-title {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}
.list-page-desc {
  margin: 0 0 22px;
  color: var(--text-light);
  font-size: 15px;
  text-align: center;
}
.list-search-box {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  padding: 6px 6px 6px 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #e8eaed;
  transition: border-color 0.3s;
  max-width: 700px;
  width: 100%;
}
.list-search-box:focus-within {
  border-color: #0ab5e4;
  box-shadow: 0 2px 16px rgba(10, 181, 228, 0.1);
}
.list-search-box > i {
  color: var(--text-light);
  font-size: 15px;
  margin-right: 10px;
}
.list-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: var(--text);
  background: transparent;
  padding: 8px 0;
}
.list-search-input::placeholder {
  color: #bbb;
}
.list-search-btn {
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.list-search-btn:hover {
  box-shadow: 0 4px 12px rgba(10, 181, 228, 0.3);
}
.list-hot-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-hot-label {
  font-size: 13px;
  color: var(--text-light);
  white-space: nowrap;
}
.list-hot-tags a {
  font-size: 12px;
  color: var(--text-secondary);
  background: #f5f5f5;
  padding: 4px 12px;
  border-radius: 12px;
  transition: all 0.3s;
}
.list-hot-tags a:hover {
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.08);
}

/* === FILTER === */
.list-filter-section {
  padding: 20px 0 28px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.filter-group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.filter-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-light);
  white-space: nowrap;
  padding-top: 4px;
  min-width: 56px;
}
.filter-label i {
  margin-right: 4px;
  color: #0ab5e4;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.filter-opt {
  font-size: 13px;
  color: var(--text-secondary);
  padding: 5px 14px;
  border-radius: 8px;
  background: #f7f8fa;
  transition: all 0.3s;
  white-space: nowrap;
}
.filter-opt:hover {
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.06);
}
.filter-opt.active {
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  font-weight: 600;
}

/* === LIST HEADER === */
.list-content {
  padding: 32px 0 64px;
  background:
    radial-gradient(ellipse at 30% 0%, #f0faff 0%, transparent 50%),
    radial-gradient(ellipse at 70% 100%, #fff8f0 0%, transparent 50%), #ffffff;
}
.list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.list-count {
  font-size: 14px;
  color: var(--text-light);
}
.list-count strong {
  color: var(--text);
  font-weight: 700;
}
.list-sort {
  display: flex;
  gap: 0;
}
.sort-opt {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  color: var(--text-light);
  padding: 4px 14px;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.sort-opt:hover {
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.04);
}
.sort-opt.active {
  color: #0ab5e4;
  font-weight: 600;
  background: rgba(10, 181, 228, 0.06);
}

/* === LIST GRID === */
.list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.list-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #e8eaed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  /* Performance optimization */
  contain: layout style;
  will-change: transform;
}
.list-card:hover {
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.13);
  border-color: rgba(245, 166, 35, 0.3);
  transform: translateY(-4px);
}
.list-card-avatar {
  position: relative;
  flex-shrink: 0;
}
.list-card-avatar img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}
.list-card:hover .list-card-avatar img {
  transform: scale(1.04);
}
.list-card-info {
  flex: 1;
  min-width: 0;
}
.list-card-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-card-name.unverified {
  color: var(--text-light);
}
.list-card-company {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-card-company.masked,
.list-card-title-text.masked {
  color: #bbb;
  font-style: italic;
}
.list-card-title-text {
  font-size: 11px;
  color: var(--text-light);
}
.list-card-hot {
  font-size: 10px;
  color: var(--text-light);
  margin-top: 3px;
}
.list-card-hot strong {
  color: #ef4444;
  font-weight: 700;
}
.list-hot-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.list-hot-label svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #ef4444;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.list-card-skeleton {
  min-height: 105px;
  pointer-events: none;
}
.list-skeleton-avatar,
.list-skeleton-line {
  background: linear-gradient(90deg, #eef2f5 25%, #f8fafb 50%, #eef2f5 75%);
  background-size: 200% 100%;
  animation: listSkeleton 1.2s ease-in-out infinite;
}
.list-skeleton-avatar {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  border-radius: 50%;
}
.list-skeleton-content {
  display: grid;
  flex: 1;
  gap: 9px;
}
.list-skeleton-line {
  height: 10px;
  border-radius: 999px;
}
.list-skeleton-line:nth-child(1) { width: 42%; height: 15px; }
.list-skeleton-line:nth-child(2) { width: 78%; }
.list-skeleton-line:nth-child(3) { width: 56%; }
@keyframes listSkeleton {
  to { background-position: -200% 0; }
}

/* V-badges & tags (match renmai.html) */
.v-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  border: 2px solid #fff;
  animation: vPulse 2s ease-in-out infinite;
}
.v-badge i {
  font-size: 10px;
}
.v-badge.v-blue {
  background: #0ab5e4;
}
.v-badge.v-yellow {
  background: #f5a623;
  animation-name: vPulseYellow;
}
@keyframes vPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(10, 181, 228, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(10, 181, 228, 0);
  }
}
@keyframes vPulseYellow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(245, 166, 35, 0);
  }
}
.v-tag {
  font-size: 11px;
}
.v-tag i {
  padding: 2px 4px;
  border-radius: 50%;
  font-size: 10px;
}
.v-tag.v-blue i {
  background: #0ab5e4;
  color: #fff;
}
.v-tag.v-yellow i {
  background: #f5a623;
  color: #fff;
}

/* === AD SLOT === */
.list-ad-slot {
  grid-column: 1 / -1;
  margin: 8px 0;
}
.list-ad-inner {
  background: linear-gradient(135deg, #f0f9ff, #fff8f0);
  border: 1px dashed rgba(10, 181, 228, 0.15);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.list-ad-badge {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 10px;
  color: #999;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
}
.list-ad-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.list-ad-content p {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 10px;
}
.list-ad-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #0ab5e4;
  transition: color 0.3s;
}
.list-ad-btn:hover {
  color: #1e90ff;
}

/* === LOAD MORE === */
.list-load-more {
  text-align: center;
  margin-top: 32px;
}
.btn-list-load-more {
  padding: 12px 36px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  background: #fff;
  border: 1.5px solid #e8eaed;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-list-load-more:hover {
  border-color: #0ab5e4;
  color: #0ab5e4;
}
.btn-list-load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .list-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .list-search-section {
    padding: 20px 0 16px;
  }
  .list-filter-section {
    padding: 16px 0 20px;
  }
  .filter-group {
    gap: 10px;
  }
  .filter-label {
    min-width: 44px;
    font-size: 12px;
  }
  .filter-opt {
    font-size: 12px;
    padding: 4px 10px;
  }
  .list-content {
    padding: 20px 0 40px;
  }
  .list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .list-card {
    padding: 12px 14px;
  }
  .list-card-avatar img {
    width: 40px;
    height: 40px;
  }
  .list-card-name {
    font-size: 13px;
  }
  .list-ad-inner {
    flex-direction: column;
    text-align: center;
  }
}
/* ===== RENMAI DETAIL PAGE STYLES ===== */
/* Mobile-first design with PC center-adaptive */

body.renmai-detail-page {
  max-width: 480px;
  margin: 0 auto;
  background: #f5f6f8;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
@media (min-width: 481px) {
  body.renmai-detail-page {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
}

/* === TOP NAV === */
.detail-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.detail-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
}
.detail-nav-back {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--text);
  font-size: 16px;
  transition: background 0.3s;
}
.detail-nav-back:hover {
  background: #f5f5f5;
}
.detail-nav-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}
.detail-nav-actions {
  display: flex;
  gap: 4px;
}
.detail-nav-actions a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 15px;
  transition: background 0.3s;
}
.detail-nav-actions a:hover {
  background: #f5f5f5;
  color: #0ab5e4;
}

/* === PROFILE SECTION === */
.detail-profile {
  position: relative;
  padding-bottom: 20px;
}
.detail-profile-bg {
  height: 120px;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff, #f5a623);
  position: relative;
  overflow: hidden;
}
.detail-profile-bg::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.detail-profile-card {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 24px;
  margin: 0 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  top: -40px;
  margin-bottom: -20px;
  text-align: center;
}
.detail-avatar-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -44px 0 10px;
}
.detail-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06);
}
.detail-v-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #fff;
  white-space: nowrap;
  z-index: 2;
}
.detail-v-badge.v-blue {
  background: #0ab5e4;
}
.detail-v-badge.v-yellow {
  background: #f5a623;
}
.detail-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.3;
}
.detail-v-tag {
  font-size: 12px;
}
.detail-v-tag i {
  padding: 2px 4px;
  border-radius: 50%;
  font-size: 10px;
}
.detail-v-tag.v-blue i {
  background: #0ab5e4;
  color: #fff;
}
.detail-v-tag.v-yellow i {
  background: #f5a623;
  color: #fff;
}
.detail-company {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 2px;
}
.detail-title-text {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 6px;
}
.detail-location {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 12px;
}
.detail-location i {
  margin-right: 4px;
  color: #0ab5e4;
}
.detail-bio {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 10px;
  border-left: 3px solid #0ab5e4;
  margin-bottom: 16px;
  font-style: italic;
}

/* === BUSINESS TAGS === */
.detail-tags-section {
  margin-bottom: 14px;
}
.detail-tags-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.detail-tags-label i {
  color: #0ab5e4;
  font-size: 11px;
}
.detail-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-tag {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 14px;
  background: rgba(10, 181, 228, 0.06);
  color: #0ab5e4;
  border: 1px solid rgba(10, 181, 228, 0.1);
  font-weight: 500;
}
.detail-tag.need {
  background: rgba(245, 166, 35, 0.06);
  color: #e09100;
  border-color: rgba(245, 166, 35, 0.1);
}

/* === STATS === */
.detail-stats-row {
  display: flex;
  justify-content: space-around;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.detail-stat {
  text-align: center;
}
.detail-stat-num {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.detail-stat-label {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 2px;
}

/* === CONTACT SECTION === */
.detail-contact {
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  margin: 20px 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.detail-contact-header {
  text-align: center;
  margin-bottom: 20px;
}
.detail-contact-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.detail-contact-header h2 i {
  color: #f5a623;
  margin-right: 6px;
}
.detail-contact-subtitle {
  font-size: 12px;
  color: var(--text-light);
}

/* Lock card */
.contact-lock-card {
  text-align: center;
  padding: 24px 16px;
  background: linear-gradient(to bottom, #f8fafc, #fff);
  border-radius: 14px;
  border: 1px solid #eee;
}
.contact-lock-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 20px;
  background: rgba(10, 181, 228, 0.08);
  color: #0ab5e4;
}
.contact-lock-icon.warn {
  background: rgba(245, 166, 35, 0.08);
  color: #f5a623;
}
.contact-lock-icon.pay {
  background: rgba(245, 166, 35, 0.08);
  color: #e09100;
}
.contact-lock-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.contact-lock-card p {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 18px;
  line-height: 1.6;
}
.btn-contact-unlock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
.btn-contact-unlock:hover {
  box-shadow: 0 8px 22px rgba(10, 181, 228, 0.35);
  transform: translateY(-2px);
  color: #fff;
}
.btn-contact-unlock:focus-visible,
.contact-call-btn:focus-visible,
.contact-copy-btn:focus-visible {
  outline: 3px solid rgba(10, 181, 228, 0.24);
  outline-offset: 3px;
}
.btn-contact-unlock.warn {
  background: linear-gradient(135deg, #f5a623, #e09100);
  box-shadow: 0 4px 16px rgba(245, 166, 35, 0.25);
}
.btn-contact-unlock.pay {
  width: 100%;
  justify-content: center;
}
.contact-pay-info {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.contact-pay-info strong {
  color: #0ab5e4;
  font-weight: 700;
}
.contact-pay-info .pay-cost {
  color: #ef4444;
}
.contact-pay-hint {
  font-size: 12px;
  color: #10b981;
  margin-bottom: 16px;
}
.contact-pay-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contact-pay-link {
  font-size: 12px;
  color: #0ab5e4;
  text-decoration: underline;
}

/* Unlocked card */
.contact-unlocked-card {
  background: linear-gradient(to bottom, #f0fffe, #fff);
  border-radius: 14px;
  border: 1px solid rgba(10, 181, 228, 0.1);
  overflow: hidden;
}
.contact-unlocked-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(10, 181, 228, 0.04);
  border-bottom: 1px solid rgba(10, 181, 228, 0.06);
  font-size: 13px;
  font-weight: 600;
  color: #10b981;
}
.contact-unlocked-header i {
  font-size: 16px;
  color: #10b981;
}
.contact-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.contact-item:last-child {
  border-bottom: none;
}
.contact-item-label {
  font-size: 13px;
  color: var(--text-light);
  min-width: 80px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-item-label i {
  color: #0ab5e4;
}
.contact-item-value {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.contact-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #10b981;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.contact-call-btn:hover {
  background: #059669;
  color: #fff;
}
.contact-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #0ab5e4;
  background: rgba(10, 181, 228, 0.06);
  border: 1px solid rgba(10, 181, 228, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.contact-copy-btn:hover {
  background: rgba(10, 181, 228, 0.12);
}

/* === RECOMMEND === */
.detail-recommend {
  padding: 20px 0 8px;
}
.detail-section-header {
  padding: 0 20px;
  margin-bottom: 16px;
}
.detail-section-header h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.detail-section-header h2 i {
  color: #f5a623;
  margin-right: 6px;
}
.recommend-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 0 20px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.recommend-scroll::-webkit-scrollbar {
  display: none;
}
.recommend-card {
  flex-shrink: 0;
  width: 110px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 10px 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.recommend-card:hover {
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.08);
  border-color: rgba(10, 181, 228, 0.1);
}
.recommend-avatar {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.recommend-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.rec-v-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 6px;
  color: #fff;
  border: 1.5px solid #fff;
  white-space: nowrap;
}
.rec-v-badge.v-blue {
  background: #0ab5e4;
}
.rec-v-badge.v-yellow {
  background: #f5a623;
}
.recommend-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.recommend-company {
  font-size: 10px;
  color: var(--text-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === GEO TEXT === */
.detail-geo-text {
  padding: 24px 0 40px;
}
.geo-text-inner {
  padding: 20px;
  margin: 0 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.geo-text-inner h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.geo-text-inner p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 10px;
}
.geo-text-inner p:last-child {
  margin-bottom: 0;
}

/* === LAYER POPUP === */
.layer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.layer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.layer-modal {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px 28px;
  max-width: 380px;
  width: 90%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(10, 181, 228, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transform: scale(0.9);
  transition: transform 0.3s;
}
.layer-overlay.active .layer-modal {
  transform: scale(1);
}
.layer-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
}
.layer-close:hover {
  background: #eee;
  color: var(--text);
}
.layer-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
  background: linear-gradient(135deg, rgba(10, 181, 228, 0.1), rgba(245, 166, 35, 0.1));
  color: #0ab5e4;
}
.layer-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.layer-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}
.layer-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.btn-layer-primary {
  padding: 11px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #1e90ff);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-layer-primary:hover {
  box-shadow: 0 6px 20px rgba(10, 181, 228, 0.35);
  transform: translateY(-1px);
}
.btn-layer-secondary {
  padding: 11px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0ab5e4;
  background: transparent;
  border: 1.5px solid rgba(10, 181, 228, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.btn-layer-secondary:hover {
  border-color: #0ab5e4;
  background: rgba(10, 181, 228, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .ticker-scroll-up div,
  .flow-card,
  .flow-card-avatar img,
  .list-card,
  .list-card-avatar img,
  .btn-contact-unlock,
  .v-badge,
  .list-skeleton-avatar,
  .list-skeleton-line {
    transition: none;
    animation: none;
  }
  .flow-card:hover,
  .flow-card:hover .flow-card-avatar img,
  .list-card:hover,
  .list-card:hover .list-card-avatar img,
  .btn-contact-unlock:hover {
    transform: none;
  }
}

/* ===== 2026 PUBLIC RENMAI REDESIGN ===== */
:root {
  --renmai-blue: #03b3ff;
  --renmai-blue-dark: #0284c7;
  --renmai-orange: #f5a623;
  --renmai-ink: #0f172a;
  --renmai-muted: #64748b;
}
.m-topbar { position: fixed; inset: 0 0 auto; z-index: 1000; height: 56px; border-bottom: 1px solid rgba(148,163,184,.2); background: rgba(255,255,255,.76); box-shadow: 0 1px 0 rgba(255,255,255,.72); -webkit-backdrop-filter: saturate(150%) blur(18px); backdrop-filter: saturate(150%) blur(18px); transition: background .25s ease,box-shadow .25s ease; }
.m-topbar.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 10px 30px rgba(15,23,42,.09); }
.m-topbar-inner { position: relative; display: flex; width: min(100%,640px); height: 100%; align-items: center; justify-content: space-between; gap: 14px; margin: 0 auto; padding: 0 14px; }
.m-topbar-back { display: inline-flex; min-width: 0; min-height: 36px; align-items: center; gap: 7px; color: #334155; font-size: 13px; font-weight: 800; white-space: nowrap; transition: color .2s ease,transform .2s ease; }
.m-topbar-back:hover { color: var(--renmai-blue-dark); transform: translateX(-2px); }
.m-topbar-brand { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff 62%,var(--renmai-orange)); box-shadow: 0 7px 16px rgba(3,179,255,.2); color: #fff; font-size: 15px; }
.m-topbar-back>i { color: #94a3b8; font-size: 10px; }
.m-topbar-identity { position: absolute; top: 50%; left: 50%; display: flex; max-width: 210px; align-items: baseline; gap: 5px; overflow: hidden; color: var(--renmai-ink); opacity: 0; pointer-events: none; transform: translate(-50%,-35%); transition: opacity .25s ease,transform .25s ease; white-space: nowrap; }
.m-topbar.is-detail.is-scrolled .m-topbar-identity,.m-topbar:not(.is-detail) .m-topbar-identity { opacity: 1; transform: translate(-50%,-50%); }
.m-topbar-identity strong,.m-topbar-identity small { overflow: hidden; text-overflow: ellipsis; }
.m-topbar-identity strong { flex: 0 0 auto; font-size: 14px; }
.m-topbar-identity span { color: #cbd5e1; }
.m-topbar-identity small { color: #64748b; font-size: 11px; }
.m-topbar-account { display: flex; min-width: 0; align-items: center; justify-content: flex-end; }
.m-topbar-account [hidden] { display: none; }
.m-topbar-guest,.m-topbar-member { display: flex; align-items: center; gap: 7px; }
.m-topbar-guest a { display: inline-flex; min-height: 32px; align-items: center; padding: 0 12px; border: 1px solid rgba(3,179,255,.42); border-radius: 999px; background: rgba(255,255,255,.42); color: var(--renmai-blue-dark); font-size: 12px; font-weight: 800; transition: background .2s ease,border-color .2s ease; }
.m-topbar-guest a:hover { border-color: var(--renmai-blue); background: rgba(3,179,255,.08); }
.m-topbar-member-account { display: flex; min-width: 0; align-items: center; gap: 7px; color: #334155; font-size: 12px; }
.m-topbar-member-account b { overflow: hidden; max-width: 76px; text-overflow: ellipsis; white-space: nowrap; }
.m-topbar-member-account>i { color: #94a3b8; font-size: 10px; }
.m-topbar-member-avatar { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(135deg,#dff6ff,#fff2d9); box-shadow: 0 4px 12px rgba(15,23,42,.1); color: var(--renmai-blue-dark); }
.m-topbar-publish { display: inline-flex; min-height: 32px; align-items: center; padding: 0 13px; border-radius: 999px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); box-shadow: 0 7px 17px rgba(3,179,255,.2); color: #fff; font-size: 12px; font-weight: 800; }
body.m-page { width: 100%; max-width: 640px; min-height: 100vh; margin: 0 auto; padding-top: 56px; padding-bottom: calc(74px + env(safe-area-inset-bottom)); overflow-x: hidden; background: #f3f7fa; box-shadow: 0 0 40px rgba(15,23,42,.07); color: var(--renmai-ink); }
body.m-page .container { width: 100%; padding-right: 14px; padding-left: 14px; }
.m-fixed-bar { position: fixed; inset: auto 0 0; z-index: 900; display: flex; gap: 10px; width: min(100%,640px); min-height: 64px; margin: 0 auto; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(15,23,42,.06); background: rgba(255,255,255,.92); box-shadow: 0 -10px 30px rgba(15,23,42,.08); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.m-fixed-bar button { display: inline-flex; min-height: 46px; flex: 1; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 14px; color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.m-fixed-bar .is-register,.m-fixed-bar .is-share { background: linear-gradient(135deg,var(--renmai-orange),#e09100); }
.m-fixed-bar .is-login,.m-fixed-bar .is-unlock { background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); }
/* RENMAI REDESIGN CONTINUES */
.renmai-public-page { background: #fff; color: var(--renmai-ink); }
.renmai-intro { padding: 34px 0 18px; background: radial-gradient(circle at 85% 0,rgba(245,166,35,.11),transparent 35%),linear-gradient(180deg,#f2fbff,#fff); }
.renmai-intro-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 32px; }
.renmai-intro-shortcuts { justify-content: flex-end; }
.renmai-intro-shortcuts .renmai-btn { min-height: 44px; font-size: 13px; white-space: nowrap; }
.renmai-intro-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border: 1px solid rgba(3,179,255,.17); border-radius: 999px; background: rgba(3,179,255,.08); color: var(--renmai-blue-dark); font-size: 12px; font-weight: 700; }
.renmai-intro-copy h1 { margin: 12px 0 5px; font-size: clamp(24px,3vw,34px); line-height: 1.3; }
.renmai-intro-copy p { margin: 0; color: var(--renmai-muted); font-size: 14px; }
.renmai-intro-actions,.renmai-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.renmai-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font: 700 14px/1 inherit; cursor: pointer; transition: transform .25s ease,box-shadow .25s ease; }
.renmai-btn:hover { transform: translateY(-2px); }
.renmai-btn-primary { background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); box-shadow: 0 8px 20px rgba(3,179,255,.2); color: #fff; }
.renmai-btn-outline { border-color: rgba(245,166,35,.55); background: #fff; color: #b45309; }
.renmai-mini-stats { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(15,23,42,.06); color: #64748b; font-size: 12px; }
.renmai-mini-stats strong { color: var(--renmai-ink); }
.renmai-mini-stats i { width: 1px; height: 12px; background: #cbd5e1; }
.renmai-ticker-mini { padding: 14px 0 0; }
.renmai-ticker-inner { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 15px; min-height: 44px; border: 1px solid rgba(3,179,255,.12); border-radius: 14px; background: #f8fcff; }
.renmai-ticker-label { padding-left: 16px; color: var(--renmai-blue-dark); font-size: 13px; font-weight: 800; }
.renmai-ticker-mini .ticker-scroll-up { height: 24px; }
.renmai-ticker-mini .ticker-scroll-up div { font-size: 13px; }
.renmai-feed { padding: 46px 0 64px; }
.renmai-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.renmai-section-heading h2 { margin: 0 0 5px; font-size: 28px; }
.renmai-section-heading p { margin: 0; color: var(--renmai-muted); font-size: 14px; }
.renmai-section-heading>span { color: #64748b; font-size: 12px; }
.renmai-section-heading>span i { margin-right: 4px; color: var(--renmai-blue); }
.renmai-feed-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.renmai-feed-card { position: relative; overflow: hidden; padding: 20px; border: 1px solid rgba(10,181,228,.14); border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(15,23,42,.07); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.renmai-feed-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,var(--renmai-blue),#60a5fa,var(--renmai-orange)); }
.renmai-feed-card:hover { transform: translateY(-5px); border-color: var(--renmai-blue); box-shadow: 0 18px 40px rgba(15,23,42,.1); }
.renmai-card-link { position: absolute; inset: 0; z-index: 1; }
.renmai-card-head { display: flex; align-items: center; gap: 13px; }
.renmai-avatar-ring { position: relative; flex: 0 0 auto; padding: 3px; border-radius: 50%; background: linear-gradient(135deg,rgba(3,179,255,.28),rgba(245,166,35,.24)); }
.renmai-avatar-ring img { display: block; width: 64px; height: 64px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; }
.renmai-avatar-v { position: absolute; right: -2px; bottom: 1px; display: grid; width: 21px; height: 21px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 9px; }
.renmai-avatar-v.blue,.renmai-cert.blue { background: var(--renmai-blue); }
.renmai-avatar-v.yellow,.renmai-cert.yellow { background: var(--renmai-orange); }
.renmai-card-identity { min-width: 0; }
.renmai-card-name { display: flex; align-items: center; gap: 7px; }
.renmai-card-name strong { font-size: 18px; }
.renmai-cert { display: inline-flex; align-items: center; gap: 3px; padding: 3px 7px; border-radius: 999px; color: #fff; font-size: 10px; font-weight: 700; white-space: nowrap; }
.renmai-cert.muted { background: #eef2f6; color: #94a3b8; }
.renmai-card-identity p { overflow: hidden; margin: 5px 0 0; color: var(--renmai-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.renmai-card-chips { display: flex; gap: 7px; margin: 15px 0; }
.renmai-card-chips span { padding: 4px 9px; border-radius: 999px; background: rgba(3,179,255,.09); color: var(--renmai-blue-dark); font-size: 11px; }
.renmai-card-chips .region { background: #f1f5f9; color: #64748b; }
.renmai-card-chips i { margin-right: 4px; }
.renmai-resource-row { display: grid; grid-template-columns: 66px minmax(0,1fr); align-items: start; gap: 7px; margin-top: 10px; }
.renmai-resource-row b { padding-top: 4px; font-size: 11px; }
.offer-label { color: var(--renmai-blue-dark); }
.need-label { color: #b45309; }
.resource-tag { display: inline-block; margin: 0 5px 5px 0; padding: 4px 8px; border-radius: 7px; font-size: 11px; }
.resource-tag.offer { background: rgba(10,181,228,.1); color: #0284c7; }
.resource-tag.need { background: rgba(245,166,35,.12); color: #b45309; }
.renmai-card-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px dashed #e2e8f0; color: #64748b; font-size: 11px; }
.renmai-card-foot span strong { color: #ea580c; }
.renmai-card-foot button { min-height: 34px; padding: 0 12px; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.renmai-feed-more { margin-top: 28px; text-align: center; }
.renmai-cta-band { padding: 0 0 54px; }
.renmai-cta-inner { display: flex; width: calc(100% - 64px); align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; border-radius: 22px; background: linear-gradient(125deg,#0279bd,#03b3ff 62%,#1186df); color: #fff; box-shadow: 0 18px 42px rgba(2,132,199,.2); }
.renmai-cta-inner h2 { margin: 0 0 6px; font-size: 24px; }
.renmai-cta-inner p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.renmai-btn-orange { background: linear-gradient(135deg,var(--renmai-orange),#e09100); color: #fff; }
.renmai-btn-ghost { border-color: rgba(255,255,255,.48); color: #fff; }
.renmai-about-text { padding: 34px 0; background: #f8fafc; }
.renmai-about-text h2 { margin: 0 0 10px; font-size: 17px; }
.renmai-about-text p { max-width: 980px; margin: 7px 0; color: #64748b; font-size: 13px; line-height: 1.8; }
/* RENMAI MOBILE STYLES NEXT */
.m-page-main { padding: 14px; }
.m-page [data-nav-fallback] { display: none; }
.m-list-summary { padding: 18px 4px 12px; }
.m-list-eyebrow { margin: 0 0 7px; color: var(--renmai-blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.m-list-summary h1 { margin: 0; font-size: 24px; line-height: 1.35; }
.m-list-summary>p:last-child { margin: 6px 0 0; color: var(--renmai-muted); font-size: 12px; line-height: 1.7; }
.m-cert-filter { display: flex; gap: 8px; margin-bottom: 14px; padding: 2px 0 5px; overflow-x: auto; scrollbar-width: none; }
.m-cert-filter::-webkit-scrollbar { display: none; }
.m-cert-filter button { min-height: 40px; flex: 0 0 auto; padding: 0 16px; border: 1px solid #e2e8f0; border-radius: 999px; background: #fff; color: #64748b; font-size: 13px; font-weight: 700; cursor: pointer; }
.m-cert-filter button.active { border-color: transparent; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); color: #fff; box-shadow: 0 8px 18px rgba(3,179,255,.18); }
.m-list-cards { display: grid; gap: 12px; }
.m-list-card { position: relative; overflow: hidden; border: 1px solid rgba(10,181,228,.14); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.m-list-card::before { content: ''; position: absolute; inset: 0 0 auto; z-index: 1; height: 4px; background: linear-gradient(90deg,var(--renmai-blue),#60a5fa,var(--renmai-orange)); }
.m-list-card-link { position: absolute; inset: 0; z-index: 1; color: inherit; }
.m-list-card-body { padding: 18px 16px 15px; }
.m-list-head { display: flex; align-items: center; gap: 12px; }
.m-list-card .renmai-avatar-ring img { width: 60px; height: 60px; }
.m-list-identity { min-width: 0; flex: 1; }
.m-list-identity>div { display: flex; align-items: center; gap: 7px; }
.m-list-identity strong { font-size: 17px; }
.m-list-identity p { overflow: hidden; margin: 4px 0 6px; color: #64748b; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.m-list-meta { display: flex; align-items: center; gap: 5px; color: #64748b; font-size: 10px; }
.m-list-meta>i:first-of-type { width: 3px; height: 3px; margin: 0 2px; border-radius: 50%; background: #cbd5e1; }
.m-list-meta .fa-location-dot { color: var(--renmai-blue); }
.m-list-resource { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 5px; margin-top: 12px; }
.m-list-resource>b { padding-top: 4px; font-size: 11px; }
.m-list-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 11px; padding-top: 12px; border-top: 1px dashed #e2e8f0; color: #64748b; font-size: 11px; }
.m-list-foot strong { color: #ea580c; }
.m-list-foot button { min-height: 36px; padding: 0 13px; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); color: #fff; font-size: 11px; font-weight: 800; }
.m-list-ad { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 15px; border: 1px solid rgba(245,166,35,.25); border-radius: 16px; background: linear-gradient(135deg,#fffaf0,#f5fbff); }
.m-list-ad>span { padding: 4px 7px; border-radius: 6px; background: rgba(245,166,35,.14); color: #b45309; font-size: 9px; font-weight: 800; }
.m-list-ad strong { display: block; font-size: 13px; }
.m-list-ad p { margin: 3px 0 0; color: #64748b; font-size: 10px; line-height: 1.55; }
.m-list-ad button { min-height: 38px; padding: 0 11px; border: 1px solid rgba(245,166,35,.35); border-radius: 999px; background: #fff; color: #b45309; font-size: 10px; font-weight: 800; }
.m-also-viewed,.m-detail-recommend { margin-top: 26px; }
.m-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.m-section-title h2 { margin: 0; font-size: 18px; line-height: 1.4; }
.m-section-title p { margin: 3px 0 0; color: #64748b; font-size: 11px; }
.m-section-title>span { color: #64748b; font-size: 9px; white-space: nowrap; }
.m-section-title>span i { color: var(--renmai-blue); }
.m-recommend-scroll { display: flex; gap: 10px; padding: 2px 1px 8px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.m-recommend-scroll::-webkit-scrollbar { display: none; }
.m-recommend-card { display: flex; width: 102px; min-height: 126px; flex: 0 0 102px; flex-direction: column; align-items: center; justify-content: center; padding: 12px 8px; border: 1px solid rgba(10,181,228,.12); border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.05); color: var(--renmai-ink); scroll-snap-align: start; }
.m-recommend-card .renmai-avatar-ring img { width: 52px; height: 52px; }
.m-recommend-card strong { margin-top: 7px; font-size: 13px; }
.m-recommend-card small { overflow: hidden; width: 100%; margin-top: 2px; color: #94a3b8; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.m-list-note { margin: 20px 0 8px; padding: 14px; border-radius: 13px; background: rgba(226,232,240,.52); color: #64748b; font-size: 11px; line-height: 1.75; }
.m-fixed-bar .register,.m-fixed-bar .is-register,.m-fixed-bar .is-share { background: linear-gradient(135deg,var(--renmai-orange),#e09100); }
.m-fixed-bar .login,.m-fixed-bar .is-login,.m-fixed-bar .is-unlock { background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); }
.m-detail-profile { overflow: hidden; border: 1px solid rgba(10,181,228,.14); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(15,23,42,.07); }
.m-detail-hero { position: relative; padding: 25px 18px 23px; overflow: hidden; background: radial-gradient(circle at 88% 12%,rgba(245,166,35,.42),transparent 42%),linear-gradient(125deg,#0190d6,#03b3ff 58%,#29c5ff); color: #fff; }
.m-detail-hero::after { content: ''; position: absolute; right: -36px; bottom: -70px; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.m-detail-person { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.m-detail-avatar { position: relative; flex: 0 0 auto; }
.m-detail-avatar img { display: block; width: 88px; height: 88px; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 10px 24px rgba(2,80,140,.2); object-fit: cover; }
.m-detail-avatar>i { position: absolute; right: 0; bottom: 2px; display: grid; width: 23px; height: 23px; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--renmai-blue); font-size: 9px; }
.m-detail-person>div { min-width: 0; }
.m-detail-person h1 { margin: 0; color: #fff; font-size: 25px; line-height: 1.25; }
.m-detail-person p { margin: 5px 0 9px; color: rgba(255,255,255,.88); font-size: 11px; line-height: 1.55; }
.m-detail-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.m-detail-badges span { padding: 4px 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; font-size: 9px; }
.m-detail-body { padding: 16px; }
.m-detail-bio { margin: 0 0 15px; padding: 11px 13px; border-left: 3px solid var(--renmai-blue); border-radius: 0 10px 10px 0; background: #f1f9fd; color: #475569; font-size: 12px; line-height: 1.7; }
.m-detail-resource { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 6px; margin-top: 10px; }
.m-detail-resource>b { padding-top: 4px; font-size: 11px; }
.m-detail-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; padding-top: 15px; border-top: 1px dashed #dce7ef; }
.m-detail-stats div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid #edf2f7; }
.m-detail-stats div:last-child { border-right: 0; }
.m-detail-stats strong { color: var(--renmai-blue-dark); font: 800 20px/1.2 "Plus Jakarta Sans",sans-serif; }
.m-detail-stats span { margin-top: 4px; color: #94a3b8; font-size: 9px; }
.m-posts { margin-top: 24px; }
.m-post-list { display: grid; gap: 10px; }
.m-post-card { width: 100%; padding: 15px; border: 1px solid rgba(10,181,228,.13); border-radius: 16px; background: #fff; box-shadow: 0 9px 24px rgba(15,23,42,.05); color: inherit; text-align: left; cursor: pointer; }
.m-post-top { display: flex; align-items: center; justify-content: space-between; }
.m-post-type,.m-tier { display: inline-flex; align-items: center; min-height: 23px; padding: 0 7px; border-radius: 6px; font-size: 9px; font-weight: 800; }
.m-post-type.offer { background: rgba(10,181,228,.1); color: #0284c7; }
.m-post-type.need { background: rgba(245,166,35,.13); color: #b45309; }
.m-post-type.cooperation { background: rgba(99,102,241,.1); color: #4f46e5; }
.m-tier.preferred { background: rgba(245,166,35,.14); color: #b45309; }
.m-tier.certified { background: rgba(10,181,228,.1); color: #0284c7; }
.m-tier.normal { background: #f1f5f9; color: #64748b; }
.m-post-card h3 { margin: 10px 0 6px; color: var(--renmai-ink); font-size: 14px; line-height: 1.55; }
.m-post-card>p { display: -webkit-box; overflow: hidden; margin: 0; color: #64748b; font-size: 11px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.m-post-meta { display: flex; align-items: center; gap: 8px; margin-top: 11px; padding-top: 10px; border-top: 1px dashed #e2e8f0; font-size: 9px; }
.m-post-meta span { padding: 3px 6px; border-radius: 5px; background: #f1f5f9; color: #475569; }
.m-post-meta b { color: var(--renmai-blue-dark); }
.m-post-meta em { margin-left: auto; color: #ea580c; font-style: normal; }
.m-unlock { margin-top: 24px; padding: 22px 16px; border: 1px solid rgba(10,181,228,.17); border-radius: 18px; background: radial-gradient(circle at 50% 0,rgba(3,179,255,.1),transparent 40%),#fff; box-shadow: 0 12px 30px rgba(15,23,42,.06); text-align: center; }
.m-unlock-icon { display: grid; width: 52px; height: 52px; margin: 0 auto 10px; place-items: center; border-radius: 50%; background: linear-gradient(135deg,rgba(3,179,255,.15),rgba(245,166,35,.14)); color: var(--renmai-blue-dark); font-size: 20px; }
.m-unlock h2 { margin: 0; font-size: 18px; }
.m-unlock>p { margin: 7px auto 13px; color: #64748b; font-size: 11px; line-height: 1.7; }
.m-contact-preview { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 14px; }
.m-contact-preview span { padding: 7px 9px; border-radius: 8px; background: #f1f5f9; color: #94a3b8; font-size: 10px; }
.m-contact-preview i { margin-right: 3px; color: #64748b; }
.m-unlock>button { display: inline-flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 13px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); box-shadow: 0 10px 22px rgba(3,179,255,.2); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.m-unlock>small { display: block; margin-top: 9px; color: #94a3b8; font-size: 9px; line-height: 1.6; }
.m-detail-geo-text { margin: 22px 0 8px; padding: 16px; border-radius: 14px; background: rgba(226,232,240,.46); }
.m-detail-geo-text h2 { margin: 0 0 8px; font-size: 14px; }
.m-detail-geo-text p { margin: 6px 0; color: #64748b; font-size: 10px; line-height: 1.8; }
.m-detail-fixed .is-share { max-width: 120px; }
.m-toast { position: fixed; left: 50%; bottom: calc(86px + env(safe-area-inset-bottom)); z-index: 1100; width: max-content; max-width: calc(100vw - 36px); padding: 10px 14px; border-radius: 9px; background: rgba(15,23,42,.92); color: #fff; font-size: 11px; line-height: 1.55; text-align: center; transform: translateX(-50%); }
.m-toast[hidden] { display: none; }
@media (max-width:1200px) {
  .renmai-feed-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:768px) {
  .renmai-intro { padding-top: 24px; }
  .renmai-intro-inner { grid-template-columns: 1fr; }
  .renmai-intro-actions { justify-content: flex-start; }
  .renmai-feed-grid { grid-template-columns: 1fr; }
  .renmai-section-heading,.renmai-cta-inner { align-items: flex-start; flex-direction: column; }
  .renmai-cta-inner { width: calc(100% - 32px); }
  .renmai-mini-stats { overflow-x: auto; white-space: nowrap; }
}
@media (max-width:480px) {
  .m-page-main { padding: 12px; }
  .m-topbar-inner { gap: 8px; padding: 0 10px; }
  .m-topbar-back { gap: 5px; font-size: 12px; }
  .m-topbar-brand { width: 28px; height: 28px; }
  .m-topbar-identity { max-width: 138px; }
  .m-topbar.is-detail.is-scrolled .m-topbar-back .m-topbar-brand,.m-topbar.is-detail.is-scrolled .m-topbar-back>span:last-child { display: none; }
  .m-topbar-guest,.m-topbar-member { gap: 5px; }
  .m-topbar-guest a { min-height: 30px; padding: 0 9px; font-size: 11px; }
  .m-topbar-member-account b,.m-topbar-member-account>i { display: none; }
  .m-topbar-member-avatar { width: 28px; height: 28px; }
  .m-topbar-publish { min-height: 30px; padding: 0 9px; font-size: 11px; }
  .m-list-card-body { padding-right: 14px; padding-left: 14px; }
  .m-list-ad { grid-template-columns: auto minmax(0,1fr); }
  .m-list-ad button { grid-column: 2; justify-self: start; }
  .m-detail-hero { padding-right: 14px; padding-left: 14px; }
  .m-detail-person { gap: 11px; }
  .m-detail-avatar img { width: 76px; height: 76px; }
  .m-detail-person h1 { font-size: 22px; }
  .m-detail-resource { grid-template-columns: 72px minmax(0,1fr); }
  .m-fixed-bar { gap: 8px; padding-right: 12px; padding-left: 12px; }
  .m-fixed-bar button { font-size: 12px; }
  .m-detail-fixed .is-share { max-width: 92px; }
  .renmai-intro-actions .renmai-btn,.renmai-cta-actions .renmai-btn { width: 100%; }
  .renmai-section-heading>span { align-self: flex-start; }
}
@media (prefers-reduced-motion:reduce) {
  .renmai-feed-card,.renmai-btn,.m-list-card,.m-post-card { transition: none; }
  .renmai-feed-card:hover,.renmai-btn:hover { transform: none; }
}

/* ===== RENMAI V2: SHARE BUTTON ===== */
.renmai-card-actions,.m-list-actions { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; }
.renmai-share-btn { display: inline-flex; min-height: 34px; align-items: center; gap: 5px; padding: 0 12px; border: 1px solid rgba(3,179,255,.35); border-radius: 999px; background: #fff; color: var(--renmai-blue-dark); font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s ease,border-color .2s ease; }
.renmai-share-btn:hover { border-color: var(--renmai-blue); background: rgba(3,179,255,.08); }
.m-detail-share { position: absolute; top: 16px; right: 16px; z-index: 2; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.2); color: #fff; font-size: 15px; cursor: pointer; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.m-detail-share:hover { background: rgba(255,255,255,.32); }

/* ===== RENMAI V2: MINIMAL FOOTER ===== */
.renmai-footer { margin-top: 30px; padding: 34px 16px calc(28px + env(safe-area-inset-bottom)); background: #0a1628; color: #cbd5e1; text-align: center; }
.renmai-footer-inner { width: min(100%,860px); margin: 0 auto; }
.renmai-footer-logo { display: inline-block; background: linear-gradient(135deg,#5fd8ff,#f5a623); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 21px; font-weight: 800; letter-spacing: 1px; }
.renmai-footer-slogan { margin: 8px 0 0; color: #94a3b8; font-size: 13px; }
.renmai-footer-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 22px 0 20px; }
.renmai-footer-stat { padding: 14px 8px; border: 1px solid rgba(148,163,184,.16); border-radius: 14px; background: rgba(255,255,255,.04); }
.renmai-footer-stat strong { display: block; color: #fff; font: 800 21px/1.2 "Plus Jakarta Sans",sans-serif; }
.renmai-footer-stat span { display: block; margin-top: 5px; color: #94a3b8; font-size: 12px; }
.renmai-footer-legal { margin: 0; color: #64748b; font-size: 12px; line-height: 1.7; }
body.m-page .renmai-footer { margin-top: 22px; border-radius: 20px 20px 0 0; }
@media (max-width: 640px) {
  .renmai-footer-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .renmai-footer-stat strong { font-size: 19px; }
}

/* ===== RENMAI V2: SHARE BUTTON OVERRIDES ===== */
.renmai-card-foot .renmai-share-btn,.m-list-foot .renmai-share-btn { border: 1px solid rgba(3,179,255,.35); background: #fff; color: var(--renmai-blue-dark); font-weight: 700; }
.renmai-card-foot .renmai-share-btn:hover,.m-list-foot .renmai-share-btn:hover { border-color: var(--renmai-blue); background: rgba(3,179,255,.08); }

/* ===== RENMAI V2: MOBILE FONT SCALE UP ===== */
body.m-page { font-size: 15px; }
.m-list-summary h1 { font-size: 26px; }
.m-list-eyebrow { font-size: 13px; }
.m-list-summary>p:last-child { font-size: 14px; }
.m-cert-filter button { font-size: 14px; }
.m-list-identity strong { font-size: 18px; }
.m-list-identity p { font-size: 13px; white-space: normal; }
.m-list-meta { font-size: 12px; }
.m-list-resource { grid-template-columns: 72px minmax(0,1fr); }
.m-list-resource>b { font-size: 13px; }
.m-list-foot { font-size: 13px; }
.m-list-foot button,.m-list-foot .renmai-share-btn { font-size: 13px; }
.m-list-ad>span { font-size: 11px; }
.m-list-ad strong { font-size: 15px; }
.m-list-ad p,.m-list-ad button { font-size: 12px; }
.m-list-note { font-size: 13px; }
.m-section-title h2 { font-size: 20px; }
.m-section-title p { font-size: 13px; }
.m-section-title>span { font-size: 12px; }
.m-recommend-card strong { font-size: 14px; }
.m-recommend-card small { font-size: 11px; }
body.m-page .resource-tag { font-size: 13px; }
body.m-page .renmai-cert { font-size: 12px; }
.m-detail-person h1 { font-size: 24px; }
.m-detail-person p { font-size: 13px; }
.m-detail-badges span { font-size: 11px; }
.m-detail-bio { font-size: 14px; }
.m-detail-resource>b { font-size: 13px; }
.m-detail-stats strong { font-size: 22px; }
.m-detail-stats span { font-size: 12px; }
.m-post-card h3 { font-size: 16px; }
.m-post-card>p { font-size: 13px; }
.m-post-meta,.m-post-type,.m-tier { font-size: 12px; }
.m-unlock h2 { font-size: 20px; }
.m-unlock>p { font-size: 13px; }
.m-contact-preview span { font-size: 12px; }
.m-unlock>button { font-size: 15px; }
.m-unlock>small { font-size: 12px; }
.m-detail-geo-text h2 { font-size: 16px; }
.m-detail-geo-text p { font-size: 13px; }
.m-toast { font-size: 13px; }
.m-topbar-identity strong { font-size: 16px; }
.m-fixed-bar button { font-size: 15px; }

/* ===== RENMAI V2: PC READABILITY BUMP (>=768px) ===== */
@media (min-width: 768px) {
  body.m-page { font-size: 17px; }
  body.m-page .m-page-main { padding: 18px; }
  .m-list-summary h1 { font-size: 28px; }
  .m-list-eyebrow,.m-list-summary>p:last-child { font-size: 15px; }
  .m-cert-filter button { font-size: 15px; }
  .m-list-identity strong { font-size: 19px; }
  .m-list-identity p { font-size: 15px; }
  .m-list-meta { font-size: 13px; }
  .m-list-resource>b,.m-detail-resource>b { font-size: 14px; }
  .m-list-foot,.m-list-foot button,.m-list-foot .renmai-share-btn { font-size: 14px; }
  .m-list-note { font-size: 14px; }
  .m-section-title h2 { font-size: 21px; }
  .m-section-title p { font-size: 14px; }
  .m-recommend-card strong { font-size: 15px; }
  .m-recommend-card small { font-size: 12px; }
  body.m-page .resource-tag { font-size: 14px; }
  body.m-page .renmai-cert { font-size: 13px; }
  .m-detail-person h1 { font-size: 26px; }
  .m-detail-person p { font-size: 15px; }
  .m-detail-badges span { font-size: 12px; }
  .m-detail-bio { font-size: 16px; }
  .m-detail-stats span { font-size: 13px; }
  .m-post-card h3 { font-size: 17px; }
  .m-post-card>p { font-size: 15px; }
  .m-post-meta,.m-post-type,.m-tier { font-size: 13px; }
  .m-unlock h2 { font-size: 21px; }
  .m-unlock>p { font-size: 15px; }
  .m-contact-preview span,.m-unlock>small { font-size: 13px; }
  .m-detail-geo-text h2 { font-size: 17px; }
  .m-detail-geo-text p { font-size: 15px; }
  .m-fixed-bar button { font-size: 16px; }
  .m-topbar-identity strong { font-size: 17px; }
  .m-topbar-back { font-size: 14px; }
}

/* ===== RENMAI PUBLIC COMMENT COMPONENT ===== */
html.md-modal-open { overflow: hidden; }
.renmai-message-btn { display: inline-flex; min-height: 34px; align-items: center; gap: 5px; padding: 0 12px; border: 1px solid rgba(245,166,35,.42) !important; border-radius: 999px; background: #fff !important; color: #b45309 !important; font-weight: 700; cursor: pointer; }
.renmai-message-btn:hover { border-color: var(--renmai-orange) !important; background: rgba(245,166,35,.09) !important; }
.renmai-contact-btn { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 0 !important; border-radius: 999px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff) !important; color: #fff !important; font-weight: 800; cursor: pointer; }
.m-detail-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-top: 14px; }
.m-detail-actions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(3,179,255,.2); border-radius: 13px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.05); color: var(--renmai-blue-dark); font-size: 14px; font-weight: 800; }
.m-detail-actions a:first-child { border-color: rgba(245,166,35,.35); color: #b45309; }
.m-detail-fixed .is-message { max-width: 132px; background: linear-gradient(135deg,var(--renmai-orange),#e09100); }
.md-comment-mask { position: fixed; inset: 0; z-index: 1040; background: rgba(15,23,42,.48); opacity: 0; pointer-events: none; transition: opacity .25s ease; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.md-comment-mask.show { opacity: 1; pointer-events: auto; }
.md-comment-modal { position: fixed; top: 50%; left: 50%; z-index: 1045; width: min(720px,calc(100vw - 32px)); max-height: calc(100vh - 48px); padding: 28px 30px 24px; overflow-y: auto; border: 1px solid rgba(3,179,255,.18); border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.28); opacity: 0; pointer-events: none; transform: translate(-50%,-46%) scale(.94); transition: opacity .28s ease,transform .28s ease; }
.md-comment-modal.show { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }
.md-comment-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.md-comment-modal-head h3 { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--renmai-ink); font-size: 20px; }
.md-comment-modal-head h3 i { color: var(--renmai-blue); }
.md-comment-close { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid #e2e8f0; border-radius: 50%; background: #f8fafc; color: #64748b; font-size: 20px; cursor: pointer; }
.md-comment-tip { margin: 12px 0 16px; padding: 9px 12px; border: 1px solid rgba(245,166,35,.24); border-radius: 10px; background: #fffaf0; color: #9a5706; font-size: 13px; line-height: 1.65; }
.md-comment-field { display: flex; align-items: flex-start; gap: 9px; padding: 13px 15px; border: 1.5px solid rgba(3,179,255,.25); border-radius: 13px; background: #f5fbff; }
.md-comment-field:focus-within { border-color: var(--renmai-blue); background: #fff; box-shadow: 0 0 0 4px rgba(3,179,255,.09); }
.md-comment-field>i { margin-top: 3px; color: #7ea5ba; }
.md-comment-field textarea { width: 100%; min-height: 92px; border: 0; outline: 0; background: transparent; color: var(--renmai-ink); font: 14px/1.7 inherit; resize: vertical; }
.md-comment-expand { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 10px; align-items: center; margin-top: 12px; }
.md-comment-expand>input { width: 100%; min-width: 0; min-height: 40px; padding: 0 13px; border: 1px solid #dbe7ee; border-radius: 999px; outline: 0; background: #f8fbfd; color: var(--renmai-ink); font: 13px/1 inherit; }
.md-comment-expand>input:focus { border-color: var(--renmai-blue); background: #fff; }
.md-rating-control { display: flex; align-items: center; gap: 7px; color: #64748b; font-size: 12px; font-weight: 700; white-space: nowrap; }
.md-stars-pick { display: flex; align-items: center; gap: 2px; }
.md-stars-pick button { padding: 0; border: 0; background: transparent; color: #d8e1e8; font-size: 20px; cursor: pointer; }
.md-stars-pick button.on { color: var(--renmai-orange); }
.md-comment-actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin-top: 13px; }
.md-comment-msg { min-height: 18px; margin: 0; color: #059669; font-size: 13px; }
.md-comment-send { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 0 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
@media (max-width: 640px) {
  .md-comment-modal { padding: 24px 18px; }
  .md-comment-expand { grid-template-columns: 1fr; }
  .md-rating-control { justify-content: space-between; padding: 0 4px; }
}
@media (max-width: 480px) {
  .renmai-card-foot,.m-list-foot { align-items: flex-start; flex-direction: column; }
  .renmai-card-actions,.m-list-actions { width: 100%; justify-content: flex-end; gap: 6px; }
  .renmai-card-actions button,.m-list-actions button { min-height: 34px; padding-right: 9px; padding-left: 9px; font-size: 11px; }
  .m-detail-actions a { min-height: 42px; font-size: 13px; }
  .m-detail-fixed .is-message { max-width: 112px; }
  .md-comment-actions { grid-template-columns: 1fr; }
  .md-comment-send { width: 100%; }
}

body.renmai-share-open { overflow: hidden; }
.renmai-share-overlay { position: fixed; z-index: 1200; inset: 0; display: grid; padding: 24px; place-items: center; background: rgba(15,23,42,.58); backdrop-filter: blur(5px); }
.renmai-share-dialog { width: min(520px,100%); padding: 24px; border: 1px solid rgba(3,179,255,.22); border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.28); }
.renmai-share-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.renmai-share-head span { display: block; margin-bottom: 4px; color: var(--renmai-blue-dark); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.renmai-share-head strong { color: var(--renmai-ink); font-size: 22px; }
.renmai-share-close { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid #dbe7ee; border-radius: 50%; background: #fff; color: #64748b; font-size: 22px; line-height: 1; cursor: pointer; }
.renmai-share-channels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.renmai-share-channels button { min-height: 58px; border: 0; border-radius: 14px; color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 22px rgba(15,23,42,.12); }
.renmai-share-channels .is-wechat { background: linear-gradient(135deg,#07c160,#05a94f); }
.renmai-share-channels .is-qq { background: linear-gradient(135deg,#12b7f5,#1689e8); }
.renmai-share-tip { margin: 18px 0 8px; color: #64748b; font-size: 13px; }
.renmai-share-copy { min-height: 88px; padding: 14px; border: 1px dashed #a9c9d8; border-radius: 12px; outline: 0; background: #f8fbfd; color: #334155; font-size: 14px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; cursor: text; user-select: text; }
.renmai-share-copy:focus { border-color: var(--renmai-blue); box-shadow: 0 0 0 3px rgba(3,179,255,.09); }
.renmai-share-copy-button { width: 100%; min-height: 44px; margin-top: 12px; border: 0; border-radius: 12px; background: linear-gradient(135deg,var(--renmai-blue),#1e90ff); color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
@media (max-width: 520px) { .renmai-share-overlay { padding: 14px; } .renmai-share-dialog { padding: 20px 16px; border-radius: 18px; } .renmai-share-channels { grid-template-columns: 1fr; } }

/* ===== RENMAI PUBLIC REVIEW LIST ===== */
.renmai-public-reviews { padding: 42px 0 50px; background: linear-gradient(180deg,#f8fcff,#fff); }
.renmai-review-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.renmai-review-heading span { color: var(--renmai-orange); font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.renmai-review-heading h2 { margin: 5px 0 4px; color: var(--renmai-ink); font-size: 28px; }
.renmai-review-heading p { margin: 0; color: #64748b; font-size: 14px; }
.renmai-review-heading>a { color: var(--renmai-blue-dark); font-size: 13px; font-weight: 800; }
.m-public-reviews,.m-detail-reviews { margin-top: 18px; }
.m-detail-reviews>.m-section-title>button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid rgba(245,166,35,.32); border-radius: 999px; background: #fffaf0; color: #b45309; font-weight: 800; cursor: pointer; }
.renmai-review-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.renmai-review-list.is-detail { grid-template-columns: 1fr; }
.renmai-review-item { padding: 18px; border: 1px solid rgba(245,166,35,.28); border-radius: 15px; background: linear-gradient(135deg,#fffdf8,#fff8eb); box-shadow: 0 7px 22px rgba(180,83,9,.06); cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.renmai-review-item:hover { border-color: rgba(245,166,35,.48); box-shadow: 0 10px 26px rgba(180,83,9,.1); transform: translateY(-1px); }
.renmai-review-head { display: flex; align-items: center; gap: 10px; }
.renmai-review-avatar { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--renmai-blue),#2563eb); color: #fff; font-size: 15px; font-weight: 800; }
.renmai-review-head strong { display: block; color: var(--renmai-ink); font-size: 15px; }
.renmai-review-head small { display: flex; align-items: center; gap: 4px; margin-top: 2px; color: #059669; font-size: 11px; }
.renmai-review-head time { margin-left: auto; color: #94a3b8; font-size: 12px; }
.renmai-review-target { display: inline-flex; margin-top: 10px; padding: 3px 10px; border-radius: 999px; background: rgba(3,179,255,.08); color: var(--renmai-blue-dark); font-size: 11px; font-weight: 800; }
.renmai-review-stars { margin: 9px 0 5px; color: var(--renmai-orange); font-size: 14px; letter-spacing: 1px; }
.renmai-review-content { min-height: 50px; margin: 0; color: #475569; font-size: 14px; line-height: 1.75; }
.renmai-review-foot { display: flex; align-items: center; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.renmai-review-contact { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; border: 1px solid rgba(3,179,255,.18); border-radius: 999px; background: rgba(3,179,255,.06); color: var(--renmai-blue-dark); font-size: 12px; font-weight: 700; }
.renmai-review-vote { display: flex; gap: 7px; margin-left: auto; }
.renmai-review-vote button { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border: 1px solid #dce6ec; border-radius: 999px; background: #fff; color: #64748b; font-size: 12px; cursor: pointer; }
.renmai-review-vote button.on { border-color: rgba(3,179,255,.42); background: rgba(3,179,255,.08); color: var(--renmai-blue-dark); }
.renmai-review-vote button.on-down { border-color: rgba(100,116,139,.42); background: rgba(100,116,139,.08); color: #475569; }
.renmai-review-vote b { font-weight: 700; }
.renmai-review-empty { grid-column: 1/-1; margin: 0; padding: 30px 20px; border: 1px dashed #cbd5e1; border-radius: 15px; background: #fff; color: #64748b; text-align: center; }
@media (max-width: 700px) {
  .renmai-public-reviews { padding: 30px 0 36px; }
  .renmai-review-heading { align-items: flex-start; }
  .renmai-review-heading h2 { font-size: 23px; }
  .renmai-review-list { grid-template-columns: 1fr; }
  .renmai-review-item { padding: 16px; }
}
@media (max-width: 430px) {
  .renmai-review-heading>a { display: none; }
  .renmai-review-head time { font-size: 11px; }
  .renmai-review-content { min-height: 0; }
  .renmai-review-foot { align-items: flex-start; flex-direction: column; }
  .renmai-review-vote { margin-left: 0; }
}
