/* 我的关注（Figma 1356:19531）。外壳 / 分页复用全站；这里只管页头与作者卡。
   左右 gutter 与个人中心 hub 同源（--hg-page-gutter），内容区封顶 1664。 */
.hg-profile-follows{
  box-sizing:border-box;
  max-width:calc(1664px + 2 * var(--hg-page-gutter));
  margin:0 auto;
  padding:20px var(--hg-page-gutter) 48px
}
.hg-profile-follows__head{margin-top:8px}
.hg-profile-follows__head h1{
  margin:0;color:#fff;font-size:26px;font-weight:600;line-height:39px;letter-spacing:-.04px
}
.hg-follow-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:14px
}
.hg-follow-grid__empty{
  grid-column:1/-1;
  padding:48px 0;
  color:#888;
  text-align:center
}
.hg-follow-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:128px;
  padding:18px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:16px;
  background:#16161a;
  box-sizing:border-box
}
.hg-follow-card__main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  flex:1;
  color:inherit;
  text-decoration:none
}
.hg-follow-card__avatar{
  flex-shrink:0;
  width:56px;
  height:56px;
  border-radius:28px;
  overflow:hidden;
  background:#fff
}
.hg-follow-card__avatar img{
  display:block;width:100%;height:100%;object-fit:cover
}
.hg-follow-card__avatar.is-initial{
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,210,28,.1);
  color:#ffd21c;
  font-size:20px;
  font-weight:700;
  line-height:1
}
.hg-follow-card__body{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  flex:1
}
.hg-follow-card__name{
  overflow:hidden;
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap
}
.hg-follow-card__bio{
  overflow:hidden;
  min-height:20px;
  color:#9e9ea4;
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  text-overflow:ellipsis;
  white-space:nowrap
}
.hg-follow-card__stats{
  display:flex;
  align-items:center;
  color:#fff;
  font-size:12px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap
}
.hg-follow-card__dot{font-weight:400}
.hg-follow-card__btn{
  -webkit-appearance:none;appearance:none;
  flex-shrink:0;
  width:72px;
  height:36px;
  padding:8px 14px;
  border:1px solid rgba(255,210,28,.1);
  border-radius:20px;
  background:rgba(255,210,28,.05);
  color:#ffd21c;
  font-size:13px;
  font-weight:500;
  line-height:1.2;
  cursor:pointer
}
.hg-follow-card__btn:hover{background:rgba(255,210,28,.1)}
.hg-follow-card__btn[data-busy="1"]{opacity:.6;pointer-events:none}
@media (max-width:1200px){
  .hg-follow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  .hg-profile-follows{padding:16px var(--hg-page-gutter) 32px}
  .hg-profile-follows__head h1{font-size:22px;line-height:32px}
  .hg-follow-grid{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:14px}
  .hg-follow-card{min-height:110px;padding:14px 12px;border-radius:12px}
  .hg-follow-card__avatar{width:40px;height:40px;border-radius:20px}
  .hg-follow-card__name{font-size:16px}
  .hg-follow-card__bio{
    white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical
  }
  .hg-follow-card__btn{width:72px;height:32px;padding:0;font-size:13px}
}
