.CreatorPuzzleRatingCard_card__t3V4W {
  position: relative;
  margin: 0;
  padding: 24px;
  overflow: visible !important;
}
.CreatorPuzzleRatingCard_card__t3V4W:has(.CreatorPuzzleRatingCard_formulaWrapOpen__0aEYF),
.CreatorPuzzleRatingCard_card__t3V4W:has(.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:hover),
.CreatorPuzzleRatingCard_card__t3V4W:has(.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:focus-visible) {
  z-index: 50;
}
.CreatorPuzzleRatingCard_head__rYgJH {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.CreatorPuzzleRatingCard_icon__XAt30 {
  color: var(--warning-color);
}
.CreatorPuzzleRatingCard_title__JrdWH {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
.CreatorPuzzleRatingCard_formulaWrap__kIFaX {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 0;
}
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:hover,
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:focus-visible {
  color: var(--primary-color);
}
.CreatorPuzzleRatingCard_formulaWrapOpen__0aEYF .CreatorPuzzleRatingCard_formulaBtn__4Yyp3,
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:focus-visible {
  color: var(--primary-color);
}
.CreatorPuzzleRatingCard_formulaWrapOpen__0aEYF .CreatorPuzzleRatingCard_formulaTip__2Zq5I,
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:hover + .CreatorPuzzleRatingCard_formulaTip__2Zq5I,
.CreatorPuzzleRatingCard_formulaBtn__4Yyp3:focus-visible + .CreatorPuzzleRatingCard_formulaTip__2Zq5I {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.CreatorPuzzleRatingCard_formulaTip__2Zq5I {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  bottom: auto;
  z-index: 100;
  width: max-content;
  max-width: min(320px, 80vw);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--primary-alpha-15);
  background: var(--glass-bg);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -2px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  translate: -50% 0;
}
@media (max-width: 640px) {
  .CreatorPuzzleRatingCard_formulaTip__2Zq5I {
    left: 0;
    max-width: min(280px, 92vw);
    translate: 0;
  }
}
.CreatorPuzzleRatingCard_body__mxaxA {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
.CreatorPuzzleRatingCard_score__QQs4K {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
}
.CreatorPuzzleRatingCard_meta__RqEZC {
  font-size: 14px;
  color: var(--text-secondary);
}

.ProfileWorkLists_subTabList__CTRVM {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.ProfileWorkLists_subTabButton__nEzHe {
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ProfileWorkLists_subTabButton__nEzHe:hover {
  color: var(--text-primary);
  border-color: var(--primary-alpha-15);
}
.ProfileWorkLists_subTabActive__lQDeE {
  color: var(--text-primary);
  border-color: var(--primary-alpha-30);
  background: var(--primary-alpha-8);
}
.ProfileWorkLists_sectionCard__gf7uW {
  margin-bottom: 24px;
}
.ProfileWorkLists_puzzleList__WgkGB {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ProfileWorkLists_puzzleItem__Y9r0_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  background: rgba(0, 0, 0, 0.12);
}
.ProfileWorkLists_puzzleInfo__lwZp_ {
  min-width: 0;
  flex: 1 1;
}
.ProfileWorkLists_puzzleTitle__AjoKu {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
}
.ProfileWorkLists_puzzleTitle__AjoKu:hover {
  color: var(--primary-color);
}
.ProfileWorkLists_puzzleMeta__8KDCR {
  display: block;
  margin-top: 0.25rem;
  font-size: 14px;
  color: var(--text-secondary);
}
.ProfileWorkLists_puzzleItemActions__6Ppad {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
}
.ProfileWorkLists_puzzleRating__B5XaN {
  font-size: 14px;
  color: var(--text-secondary);
}
.ProfileWorkLists_pagination___nW15 {
  margin-top: 24px;
}
.ProfileWorkLists_loadingHint__eNP1k {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
}
.ProfileWorkLists_plogActionBar__Ab5iH {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.ProfileWorkLists_plogActionLink__CROwb,
.ProfileWorkLists_plogActionButton__Zy3To {
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ProfileWorkLists_plogActionLink__CROwb:hover,
.ProfileWorkLists_plogActionButton__Zy3To:hover {
  color: var(--text-primary);
  border-color: var(--primary-alpha-15);
}
.ProfileWorkLists_plogActionButton__Zy3To {
  color: var(--text-primary);
  border-color: var(--primary-alpha-30);
  background: var(--primary-alpha-8);
}

.ActivityHeatmap_card__Y2ahl {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ActivityHeatmap_cardHeader___UJbL {
  align-items: flex-start;
}
.ActivityHeatmap_headerMain__uJ64V {
  flex: 1 1;
  min-width: 0;
}
.ActivityHeatmap_heatmapBody__qLm_w {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1;
  padding-top: 16px;
  overflow: visible;
  min-width: 0;
}
.ActivityHeatmap_summaryText__f9JLH {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
}
.ActivityHeatmap_dimensionTabs__kT8DD {
  display: flex;
  gap: 2px;
  padding: 2px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  background: rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}
.ActivityHeatmap_dimensionTabs__kT8DD::-webkit-scrollbar {
  height: 0;
}
.ActivityHeatmap_dimTab__QE36B {
  flex: 1 0 auto;
  min-width: 0;
  padding: 4px 8px;
  border-radius: calc(var(--radius-lg) - 2px);
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.ActivityHeatmap_dimTab__QE36B:hover {
  color: var(--text-primary);
}
.ActivityHeatmap_dimTabActive__rkzVR {
  color: var(--primary-color);
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.ActivityHeatmap_heatmapPanel__KFyos {
  width: 100%;
  padding: 8px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--primary-alpha-12);
  background: rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  min-width: 0;
}
.ActivityHeatmap_heatmapWrap__hQccx {
  position: relative;
  overflow: visible;
  width: 100%;
  min-width: 0;
}
.ActivityHeatmap_heatmapScroll__sAhNU {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  width: 100%;
  max-width: 100%;
}
.ActivityHeatmap_heatmapScroll__sAhNU::-webkit-scrollbar {
  height: 4px;
}
.ActivityHeatmap_heatmapScroll__sAhNU::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 2px;
}
.ActivityHeatmap_heatmapGrid__6tnxZ {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.ActivityHeatmap_monthRow__QI5sO {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
  width: 100%;
  min-width: 0;
}
.ActivityHeatmap_dayLabelSpacer__IuCMu {
  width: 26px;
  flex-shrink: 0;
}
.ActivityHeatmap_monthLabels__cpwzU {
  flex: 1 1;
  min-width: 0;
  position: relative;
  font-size: 10px;
  color: var(--text-muted);
  height: 14px;
}
.ActivityHeatmap_monthLabel__DzbXL {
  position: absolute;
  white-space: nowrap;
  line-height: 1;
}
.ActivityHeatmap_gridRows__KLe0a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.ActivityHeatmap_gridRow__yHIwk {
  display: flex;
  gap: 2px;
  width: 100%;
  min-width: 0;
}
.ActivityHeatmap_dayLabel__RU2lb {
  width: 26px;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--text-muted);
  text-align: right;
  padding-right: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ActivityHeatmap_cell__Ckqt2 {
  flex: 1 1;
  min-width: 6px;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
  cursor: pointer;
  transition: transform 0.15s ease, outline 0.15s ease;
}
.ActivityHeatmap_cell__Ckqt2:hover {
  transform: scale(1.2);
  outline: 1px solid var(--text-primary);
  outline-offset: -1px;
  z-index: 1;
  position: relative;
}
.ActivityHeatmap_cellEmpty__z1fMQ {
  flex: 1 1;
  min-width: 6px;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
  background: var(--bg-tertiary);
}
.ActivityHeatmap_cellToday__fsB_S {
  outline: 1px solid var(--text-primary);
  outline-offset: -1px;
}
.ActivityHeatmap_cell_cellEmpty__09ijK {
  background: var(--cell-empty, var(--bg-tertiary));
}
.ActivityHeatmap_cell_cellL1__wwnF9 {
  background: var(--cell-l1, var(--primary-alpha-15));
}
.ActivityHeatmap_cell_cellL2__IS5dU {
  background: var(--cell-l2, var(--primary-alpha-30));
}
.ActivityHeatmap_cell_cellL3__tossv {
  background: var(--cell-l3, var(--primary-alpha-50));
}
.ActivityHeatmap_cell_cellL4__Ss7p_ {
  background: var(--primary-color);
}
.ActivityHeatmap_tooltip__WwNKo {
  position: fixed;
  transform: translate(-50%, -120%);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 8px 16px;
  font-size: 14px;
  pointer-events: none;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  min-width: 160px;
}
.ActivityHeatmap_tooltipDate__TBsUq {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  font-size: 14px;
}
.ActivityHeatmap_tooltipRow__WQDUq {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.6;
}
.ActivityHeatmap_tooltipDot__5JcJ5 {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.ActivityHeatmap_legend__yqJqo {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: flex-end;
  padding-top: 4px;
  border-top: 1px solid var(--border-color);
  font-size: 9px;
  color: var(--text-muted);
}
.ActivityHeatmap_legendCell__1bZlD {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.ActivityHeatmap_legendLabel__tglGZ {
  margin: 0 1px;
}
.ActivityHeatmap_skeletonGrid__Enmp4 {
  display: grid;
  grid-template-columns: repeat(53, minmax(0, 1fr));
  grid-template-rows: repeat(7, minmax(0, 1fr));
  grid-gap: 2px;
  gap: 2px;
  width: 100%;
  aspect-ratio: 53 / 7;
}
.ActivityHeatmap_skeletonCell__a_ikF {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  background: var(--bg-tertiary);
  animation: ActivityHeatmap_skeletonPulse__DABnB 1.5s ease-in-out infinite;
}
@keyframes ActivityHeatmap_skeletonPulse__DABnB {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}

.ProfileBadgeShowcase_showcaseContainer__PYlFZ {
  flex-shrink: 0;
}
.ProfileBadgeShowcase_showcaseGrid__8j05t {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ProfileBadgeShowcase_showcaseRow___Idqx {
  display: flex;
  gap: 8px;
  overflow: visible;
}
.ProfileBadgeShowcase_showcaseRow___Idqx:nth-child(2) {
  padding-left: calc(20px + 4px);
}
@media (max-width: 768px) {
  .ProfileBadgeShowcase_showcaseRow___Idqx:nth-child(2) {
    padding-left: calc(18px + 4px);
  }
}
.ProfileBadgeShowcase_showcaseSlot__dCIOn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  overflow: visible;
}
.ProfileBadgeShowcase_showcaseEmpty__xWL3k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px dashed var(--border-color);
  border-radius: var(--radius-lg);
  color: var(--text-muted);
  font-size: 14px;
  transition: border-color 0.2s, color 0.2s;
  overflow: visible;
}
.ProfileBadgeShowcase_showcaseEmpty__xWL3k:hover {
  border-color: var(--primary-alpha-40);
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .ProfileBadgeShowcase_showcaseEmpty__xWL3k {
    width: 36px;
    height: 36px;
  }
}
.ProfileBadgeShowcase_showcaseBadge__0K8tY {
  cursor: pointer;
  transition: transform 0.25s ease;
}
.ProfileBadgeShowcase_showcaseBadge__0K8tY:hover {
  transform: scale(1.1);
}
.ProfileBadgeShowcase_showcaseBadgeStatic__KS_c9 {
  transition: transform 0.25s ease;
}
.ProfileBadgeShowcase_badgeTooltip__q0j7c {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 4px 8px;
  white-space: nowrap;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ProfileBadgeShowcase_badgeTooltipName__l_OSQ {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.ProfileBadgeShowcase_badgeTooltipDesc__ft0Rk {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.ProfileBadgeShowcase_editModal__jfnRP {
  min-height: 300px;
}
.ProfileBadgeShowcase_editHint__7CyOw {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.ProfileBadgeShowcase_currentSlotPreview__J6qB8 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 8px 16px;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}
.ProfileBadgeShowcase_previewLabel__qUxLP {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.ProfileBadgeShowcase_previewArea__ugKsO {
  display: flex;
  align-items: center;
  flex: 1 1;
}
.ProfileBadgeShowcase_previewBadge__E7ouR {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ProfileBadgeShowcase_previewName__fq36u {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}
.ProfileBadgeShowcase_previewEmpty__JwR74 {
  font-size: 14px;
  color: var(--text-muted);
}
.ProfileBadgeShowcase_slotRemoveBtn__rZx6O {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 10px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
  transition: background 0.2s, color 0.2s;
}
.ProfileBadgeShowcase_slotRemoveBtn__rZx6O:hover {
  background: var(--error-color);
  color: #fff;
  border-color: var(--error-color);
}
.ProfileBadgeShowcase_badgePicker__C7kEr {
  margin-top: 16px;
}
.ProfileBadgeShowcase_badgePickerTitle__dErpw {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.ProfileBadgeShowcase_badgePickerList__2Vvbm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
}
.ProfileBadgeShowcase_badgePickerItem__9g2CK {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: var(--bg-secondary);
}
.ProfileBadgeShowcase_badgePickerItem__9g2CK:hover {
  border-color: var(--primary-alpha-30);
  background: var(--primary-alpha-5);
}
.ProfileBadgeShowcase_badgeItemDisabled__CskQ4 {
  opacity: 0.35;
  cursor: not-allowed;
}
.ProfileBadgeShowcase_badgeItemDisabled__CskQ4:hover {
  border-color: var(--border-color);
  background: var(--bg-secondary);
}
.ProfileBadgeShowcase_badgePickerInfo__Jw7Rp {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-width: 0;
}
.ProfileBadgeShowcase_badgePickerName__a6aoO {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.ProfileBadgeShowcase_badgePickerDesc__gQvEW {
  font-size: 12px;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ProfileBadgeShowcase_levelPicker__Z_nbM {
  margin-top: 16px;
}
.ProfileBadgeShowcase_levelBackBtn__ycLB1 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--primary-light);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ProfileBadgeShowcase_levelBackBtn__ycLB1:hover {
  opacity: 0.8;
}
.ProfileBadgeShowcase_showcaseFooter__isQhI {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.FollowListModal_statsRow__3y1bb {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 3px;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.FollowListModal_statBtn__R_wn5 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.FollowListModal_statBtn__R_wn5 strong {
  color: var(--text-primary);
  font-weight: 700;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.FollowListModal_statBtn__R_wn5:hover:not(:disabled) {
  background: var(--primary-alpha-8);
  color: var(--text-primary);
}
.FollowListModal_statBtn__R_wn5:disabled {
  cursor: default;
  opacity: 0.72;
}
.FollowListModal_statDivider__0TFMO {
  width: 1px;
  height: 18px;
  flex-shrink: 0;
  background: var(--border-color);
}
.FollowListModal_list__qOqEw {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.FollowListModal_userRow__gSqFJ {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  background: var(--glass-bg);
  cursor: pointer;
  color: inherit;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.FollowListModal_userRow__gSqFJ:hover {
  background: var(--primary-alpha-8);
  border-color: var(--primary-alpha-20);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.FollowListModal_userName__fnyL_ {
  flex: 1 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: var(--text-primary);
}
.FollowListModal_userChevron__nKeRf {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.2s ease, color 0.2s ease;
}
.FollowListModal_userRow__gSqFJ:hover .FollowListModal_userChevron__nKeRf {
  color: var(--primary-color);
  transform: translateX(2px);
}
.FollowListModal_loading__uAWrm,
.FollowListModal_hidden__3uORh {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
}
@media (max-width: 768px) {
  .FollowListModal_statsRow__3y1bb {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .FollowListModal_statBtn__R_wn5 {
    min-height: 44px;
    padding: 8px 16px;
    flex: 1 1 auto;
    justify-content: center;
  }
  .FollowListModal_userRow__gSqFJ {
    min-height: 48px;
    padding: 8px 16px;
  }
}

