.FollowPage-module__HMnxFW__pageShell{background-color:var(--follow-page-bg);width:100%;min-height:100vh}.FollowPage-module__HMnxFW__loadingShell{background-color:var(--follow-page-bg);width:100%;height:100vh;color:var(--follow-loading-text);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.FollowPage-module__HMnxFW__loadingSpinner{color:var(--accent-text);animation:1s linear infinite FollowPage-module__HMnxFW__spin}.FollowPage-module__HMnxFW__loadingText{font-size:14px;font-weight:500}@keyframes FollowPage-module__HMnxFW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FollowPage-module__HMnxFW__container{background-color:#0000;flex-direction:column;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:40px 20px 80px;font-family:Pretendard,sans-serif;display:flex}.FollowPage-module__HMnxFW__sectionTitle{color:var(--text-primary);word-break:break-all;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:22px;font-weight:700;line-height:1.4;display:flex}.FollowPage-module__HMnxFW__searchSection{background:var(--card-bg);width:100%;box-shadow:var(--follow-search-shadow);border:1px solid var(--follow-search-border);border-radius:32px;flex-direction:column;align-items:center;gap:20px;padding:40px 20px;display:flex}.FollowPage-module__HMnxFW__searchWrapper{background:linear-gradient(90deg,#60a5fa,#c084fc);border-radius:99px;justify-content:center;align-items:center;width:100%;max-width:600px;height:60px;padding:2px;display:flex}.FollowPage-module__HMnxFW__searchInput{background:var(--card-bg);width:100%;height:100%;color:var(--text-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-position:20px;background-repeat:no-repeat;border:none;border-radius:99px;outline:none;padding:0 24px 0 50px;font-size:16px}.FollowPage-module__HMnxFW__searchInput::placeholder{color:var(--text-muted)}.FollowPage-module__HMnxFW__filterTags{gap:8px;width:100%;max-width:600px;display:flex}.FollowPage-module__HMnxFW__tagBtn{border:1px solid var(--follow-tag-border);background:var(--follow-tag-bg);min-width:0;color:var(--follow-tag-text);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all;border-radius:20px;flex:1 1 0;padding:8px 10px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;overflow:hidden}@media (max-width:400px){.FollowPage-module__HMnxFW__filterTags{gap:6px}.FollowPage-module__HMnxFW__tagBtn{padding:8px 6px;font-size:12px}}@media (max-width:320px){.FollowPage-module__HMnxFW__filterTags{gap:4px}.FollowPage-module__HMnxFW__tagBtn{letter-spacing:-.1px;padding:7px 4px;font-size:11px}}.FollowPage-module__HMnxFW__tagBtn:focus{outline:none}.FollowPage-module__HMnxFW__tagBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (hover:hover){.FollowPage-module__HMnxFW__tagAll:not(.FollowPage-module__HMnxFW__tagActive):hover{background:var(--follow-tag-all-hover-bg);border-color:var(--follow-tag-all-hover-border);color:var(--follow-tag-all-hover-text)}.FollowPage-module__HMnxFW__tagChzzk:not(.FollowPage-module__HMnxFW__tagActive):hover{background:var(--follow-tag-chzzk-hover-bg);border-color:var(--follow-tag-chzzk-hover-border);color:var(--follow-tag-chzzk-hover-text)}.FollowPage-module__HMnxFW__tagSoop:not(.FollowPage-module__HMnxFW__tagActive):hover{background:var(--follow-tag-soop-hover-bg);border-color:var(--follow-tag-soop-hover-border);color:var(--follow-tag-soop-hover-text)}.FollowPage-module__HMnxFW__tagCime:not(.FollowPage-module__HMnxFW__tagActive):hover{background:var(--follow-tag-cime-hover-bg);border-color:var(--follow-tag-cime-hover-border);color:var(--follow-tag-cime-hover-text)}}.FollowPage-module__HMnxFW__tagAll.FollowPage-module__HMnxFW__tagActive{background:var(--follow-tag-all-active-bg);color:var(--follow-tag-all-active-text);border-color:var(--follow-tag-all-active-border);box-shadow:var(--follow-tag-active-shadow)}.FollowPage-module__HMnxFW__tagChzzk.FollowPage-module__HMnxFW__tagActive{background:var(--follow-tag-chzzk-active-bg);color:var(--follow-tag-chzzk-active-text);border-color:var(--follow-tag-chzzk-active-border);box-shadow:none}.FollowPage-module__HMnxFW__tagSoop.FollowPage-module__HMnxFW__tagActive{background:var(--follow-tag-soop-active-bg);color:var(--follow-tag-soop-active-text);border-color:var(--follow-tag-soop-active-border);box-shadow:none}.FollowPage-module__HMnxFW__tagCime.FollowPage-module__HMnxFW__tagActive{background:var(--follow-tag-cime-active-bg);color:var(--follow-tag-cime-active-text);border-color:var(--follow-tag-cime-active-border);box-shadow:none}.FollowPage-module__HMnxFW__resultSection{width:100%}.FollowPage-module__HMnxFW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:40px;display:grid}.FollowPage-module__HMnxFW__card{background:var(--card-bg);cursor:pointer;border:1px solid var(--follow-card-border);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex;position:relative;overflow:hidden}@media (hover:hover){.FollowPage-module__HMnxFW__card:hover{box-shadow:var(--follow-card-hover-shadow);border-color:var(--follow-card-hover-border);transform:translateY(-5px)}.FollowPage-module__HMnxFW__cardChzzk:hover{border-color:#00ffa3}.FollowPage-module__HMnxFW__cardSoop:hover{border-color:#0e4194}.FollowPage-module__HMnxFW__cardCime:hover{border-color:#7b34f3}}.FollowPage-module__HMnxFW__imageFrame{border:4px solid var(--follow-avatar-ring);background:var(--follow-avatar-fallback);border-radius:50%;width:100px;height:100px;position:relative;overflow:hidden}.FollowPage-module__HMnxFW__imageFrame img{object-fit:cover;width:100px;height:100px}.FollowPage-module__HMnxFW__avatar{object-fit:cover}.FollowPage-module__HMnxFW__avatarFallback{background:var(--follow-avatar-fallback);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.FollowPage-module__HMnxFW__info{text-align:center}.FollowPage-module__HMnxFW__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:140px;margin-bottom:6px;font-size:16px;font-weight:700;overflow:hidden}.FollowPage-module__HMnxFW__platformBadge{border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.FollowPage-module__HMnxFW__badgeChzzk{background:var(--platform-chzzk-bg);color:var(--platform-chzzk-text)}.FollowPage-module__HMnxFW__badgeSoop{background:var(--platform-soop-bg);color:var(--platform-soop-text)}.FollowPage-module__HMnxFW__badgeCime{background:var(--platform-cime-bg);color:var(--platform-cime-text)}.FollowPage-module__HMnxFW__moreBtn{background:var(--card-bg);border:1px solid var(--follow-more-border);color:var(--follow-more-text);cursor:pointer;border-radius:99px;margin:0 auto;padding:12px 40px;font-weight:600;transition:all .2s;display:block}.FollowPage-module__HMnxFW__moreBtn:disabled{opacity:.6;cursor:not-allowed}@media (hover:hover){.FollowPage-module__HMnxFW__moreBtn:hover:not(:disabled){background:var(--follow-more-hover);color:var(--text-primary)}}.FollowPage-module__HMnxFW__moreBtn:active:not(:disabled){transform:scale(.95)}
