.FollowPage-module__HMnxFW__pageShell{background-color:var(--follow-page-bg);width:100%;max-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:1280px;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}.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(5,minmax(0,1fr));gap:16px;margin-bottom:40px;display:grid}@media (max-width:1200px){.FollowPage-module__HMnxFW__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:960px){.FollowPage-module__HMnxFW__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media (max-width:720px){.FollowPage-module__HMnxFW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.FollowPage-module__HMnxFW__gridReveal{animation:.28s both FollowPage-module__HMnxFW__followGridReveal}@keyframes FollowPage-module__HMnxFW__followGridReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FollowPage-module__HMnxFW__card{background:var(--card-bg);cursor:pointer;border:1px solid var(--follow-card-border);border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:0;transition:transform .2s,box-shadow .2s,border-color .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(-4px)}.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{aspect-ratio:1;background:var(--follow-avatar-fallback);border:none;border-radius:0;width:100%;position:relative;overflow:hidden}.FollowPage-module__HMnxFW__avatar{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.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;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:12px 10px 14px;display:flex}.FollowPage-module__HMnxFW__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;max-width:calc(100% - 32px);margin-bottom:0;font-size:15px;font-weight:700;line-height:1.3;overflow:hidden}.FollowPage-module__HMnxFW__nameRow{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.FollowPage-module__HMnxFW__partnerOnAvatar{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;width:44px;height:auto;display:block;position:absolute;top:6px;left:6px}.FollowPage-module__HMnxFW__partnerBesideName{pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;width:26px;height:auto;display:none;transform:translateY(-2px)}.FollowPage-module__HMnxFW__followingRibbon{z-index:3;color:#fff;clip-path:polygon(0 0,100% 0,100% 100%,50% 82%,0 100%);pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#ef4444 0%,#dc2626 70%,#b91c1c 100%);width:22px;height:30px;position:absolute;top:0;right:10px;transform:translateZ(0);box-shadow:0 2px 6px #b91c1c59}.FollowPage-module__HMnxFW__followingRibbon:before,.FollowPage-module__HMnxFW__followingRibbon:after{content:"";background:#991b1b;width:3px;height:4px;position:absolute;top:0}.FollowPage-module__HMnxFW__followingRibbon:before{border-radius:1px 0 0;left:-3px}.FollowPage-module__HMnxFW__followingRibbon:after{border-radius:0 1px 0 0;right:-3px}.FollowPage-module__HMnxFW__followingHeart{z-index:1;width:16px;height:16px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.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)}@media (max-width:767px){.FollowPage-module__HMnxFW__pageShell{min-height:0}.FollowPage-module__HMnxFW__loadingShell{height:calc(100dvh - var(--mobile-top-chrome-height,56px) - var(--mobile-nav-offset-effective,var(--mobile-nav-offset,calc(var(--mobile-nav-content-height,54px) + var(--mobile-bottom-safe-inset,env(safe-area-inset-bottom,0px))))))}.FollowPage-module__HMnxFW__container{box-sizing:border-box;gap:12px;max-width:100%;padding:0 0 16px}.FollowPage-module__HMnxFW__mobileAdSlot{margin-top:4px;padding:0 16px}.FollowPage-module__HMnxFW__searchSection{top:var(--mobile-top-chrome-height,56px);z-index:100;box-sizing:border-box;width:100%;min-width:0;max-width:100%;box-shadow:none;border:none;border-bottom:1px solid var(--follow-search-border);background:var(--header-bg);transform:translate3d(0, calc(-1 * var(--viewer-chrome-shift,0px)), 0);border-radius:0;align-items:stretch;gap:12px;margin:0;padding:12px 16px 14px;position:sticky}.FollowPage-module__HMnxFW__searchWrapper{box-sizing:border-box;flex-shrink:0;width:100%;min-width:0;max-width:none;height:44px}.FollowPage-module__HMnxFW__searchInput{box-sizing:border-box;background-position:14px;background-size:18px;max-width:100%;padding:0 16px 0 40px;font-size:15px}.FollowPage-module__HMnxFW__filterTags{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;min-width:0;max-width:100%;display:grid}.FollowPage-module__HMnxFW__tagBtn{border-radius:999px;flex:none;width:100%;min-width:0;padding:7px 4px;font-size:12px;line-height:1.2}.FollowPage-module__HMnxFW__resultSection{box-sizing:border-box;min-width:0;max-width:100%;padding:0 16px}.FollowPage-module__HMnxFW__sectionTitle{margin-top:4px;margin-bottom:12px;font-size:18px}.FollowPage-module__HMnxFW__grid{gap:12px;margin-bottom:24px}.FollowPage-module__HMnxFW__card{border-radius:16px;gap:0;padding:0}.FollowPage-module__HMnxFW__imageFrame{width:100%}.FollowPage-module__HMnxFW__info{text-align:center;align-items:center;gap:8px;padding:12px 10px 14px}.FollowPage-module__HMnxFW__name{max-width:100%;font-size:14px}.FollowPage-module__HMnxFW__partnerOnAvatar{display:none}.FollowPage-module__HMnxFW__partnerBesideName{display:block}.FollowPage-module__HMnxFW__moreBtn{padding:10px 32px;font-size:14px}}@media (max-width:480px){.FollowPage-module__HMnxFW__grid{grid-template-columns:1fr;gap:10px}.FollowPage-module__HMnxFW__card{border-radius:14px;flex-direction:row;align-items:stretch}.FollowPage-module__HMnxFW__imageFrame{aspect-ratio:1;flex-shrink:0;align-self:center;width:104px;min-width:104px;max-width:104px;height:104px;min-height:104px}.FollowPage-module__HMnxFW__info{text-align:left;flex:1;justify-content:center;align-items:flex-start;gap:8px;min-width:0;padding:12px 14px}.FollowPage-module__HMnxFW__name{text-align:left;font-size:18px}.FollowPage-module__HMnxFW__nameRow{justify-content:flex-start;align-items:center;gap:4px;min-height:26px}}@media (max-width:400px){.FollowPage-module__HMnxFW__filterTags{gap:5px}.FollowPage-module__HMnxFW__tagBtn{padding:7px 2px;font-size:11px}}@media (max-width:320px){.FollowPage-module__HMnxFW__filterTags{gap:4px}.FollowPage-module__HMnxFW__tagBtn{letter-spacing:-.2px;padding:6px 2px;font-size:10px}}.FollowPage-module__HMnxFW__skeletonCard{border:1px solid var(--follow-card-border);background:var(--follow-page-bg);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.FollowPage-module__HMnxFW__skeletonImage{aspect-ratio:1;background:var(--follow-avatar-fallback);width:100%;animation:1.2s ease-in-out infinite FollowPage-module__HMnxFW__followSkeletonPulse}.FollowPage-module__HMnxFW__skeletonInfo{flex-direction:column;align-items:center;gap:8px;padding:12px;display:flex}.FollowPage-module__HMnxFW__skeletonName{background:var(--follow-avatar-fallback);border-radius:6px;width:60%;height:14px;animation:1.2s ease-in-out infinite FollowPage-module__HMnxFW__followSkeletonPulse}.FollowPage-module__HMnxFW__skeletonBadge{background:var(--follow-avatar-fallback);border-radius:999px;width:40%;height:20px;animation:1.2s ease-in-out infinite FollowPage-module__HMnxFW__followSkeletonPulse}@keyframes FollowPage-module__HMnxFW__followSkeletonPulse{0%,to{opacity:1}50%{opacity:.55}}
