.followWrap {
  padding: 12px;
}

.followRankRow {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.followRankCard {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  min-height: 112px;
}

.followRankCard__titleBtn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.followRankList {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.followRankItem {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.followRankAvatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f3f4f6;
  object-fit: cover;
  flex: none;
}

.followRankItemName {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 12px;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.followRankEmpty {
  font-size: 12px;
  color: #9ca3af;
}

.followTabs {
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.followTab {
  flex: 1;
  border: 0;
  background: #f3f4f6;
  color: #111827;
  border-radius: 10px;
  padding: 10px 8px;
  font-size: 14px;
}

.followTab--on {
  background: #cf1111;
  color: #fff;
  font-weight: 800;
}

.followSearch {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.followSearch input {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

.followCard {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 10px 0;
}

.followCard__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.followAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f4f6;
  object-fit: cover;
  flex: none;
}

.followCard__name {
  font-weight: 800;
  font-size: 15px;
  color: #111827;
}

.followTags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.followTag {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
}

.followCard__meta {
  margin-left: auto;
  text-align: right;
  font-size: 12px;
  color: #6b7280;
}

.followCard__slogan {
  margin-top: 10px;
  color: #111827;
  line-height: 1.5;
  word-break: break-word;
}

.followCard__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 10px;
}

.followCard__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  flex: 1 1 0;
  min-width: 0;
}

.followCard__stat {
  font-size: 12px;
  color: #6b7280;
}

.followResult {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
  color: #6b7280;
}

.followResult--won {
  color: #cf1111;
}

.followBtn {
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  background: #cf1111;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

.followCard__foot .followBtn {
  margin-left: auto;
}

.followBtn--ghost {
  background: #fff;
  border: 1px solid #cf1111;
  color: #cf1111;
}

.followDetailBox {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.followWarn {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff1f2;
  color: #be123c;
  font-size: 13px;
  line-height: 1.5;
}

.followSnapshotPool {
  margin-top: 12px;
}

.followSnapshotPool__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.followSnapshotPool__title {
  font-size: 13px;
  font-weight: 800;
  color: #111827;
}

.followSnapshotPool__result {
  font-size: 12px;
  color: #6b7280;
}

.followSnapshotPicks {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.followPick {
  padding: 6px 10px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #374151;
  font-size: 12px;
  line-height: 1.4;
}

.followPick--hit {
  background: #fee2e2;
  color: #b91c1c;
  font-weight: 800;
}

.followLock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  color: #6b7280;
  font-size: 14px;
  gap: 8px;
}

.followBottomBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  align-items: center;
}

.followTimes {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f3f4f6;
  border-radius: 12px;
  padding: 8px;
}

.followTimes__label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}

.followTimes input {
  width: 72px;
  border: 0;
  background: #fff;
  border-radius: 10px;
  height: 34px;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  outline: none;
}

.followBottomBar .followTotal {
  margin-left: auto;
  font-weight: 900;
  color: #111827;
}

.followBottomBar .followBtn {
  min-width: 120px;
}
