@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .bhg-social-growth-tool, .tc-wp-tool-root .bhg-social-growth-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .bhg-social-growth-tool{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 72px 18px;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 90, 166, 0.22), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(46, 111, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6f1ff 42%, #eef7ff 100%);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-bg-mark{
  position: absolute;
  z-index: 0;
  color: rgba(119, 75, 255, 0.1);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-mark-one{
  top: 38px;
  left: 7%;
  font-size: 84px;
  transform: rotate(-12deg);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-mark-two{
  top: 160px;
  right: 8%;
  font-size: 120px;
  color: rgba(0, 119, 255, 0.08);
  transform: rotate(10deg);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-mark-three{
  bottom: 54px;
  left: 12%;
  font-size: 96px;
  color: rgba(255, 72, 159, 0.08);
  transform: rotate(8deg);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-header{
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-tool-root .bhg-social-growth-tool h1{
  margin: 0 0 14px;
  color: #16172a;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{
  margin: 0 auto;
  max-width: 760px;
  color: #495168;
  font-size: 1.06rem;
  line-height: 1.65;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: stretch;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(126, 87, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(56, 48, 112, 0.14);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{
  padding: 26px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-field{
  display: grid;
  gap: 9px;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-growth-tool label{
  color: #252b42;
  font-size: 0.9rem;
  font-weight: 780;
}.tc-wp-tool-root .bhg-social-growth-tool textarea, .tc-wp-tool-root .bhg-social-growth-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(92, 73, 190, 0.22);
  border-radius: 10px;
  background: #ffffff;
  color: #172033;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .bhg-social-growth-tool textarea{
  min-height: 172px;
  resize: vertical;
  padding: 15px 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bhg-social-growth-tool select{
  min-height: 48px;
  padding: 0 14px;
  appearance: auto;
}.tc-wp-tool-root .bhg-social-growth-tool textarea:focus, .tc-wp-tool-root .bhg-social-growth-tool select:focus, .tc-wp-tool-root .bhg-social-growth-tool button:focus-visible{
  border-color: #5d6cff;
  box-shadow: 0 0 0 4px rgba(93, 108, 255, 0.18);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-action-label{
  margin: 18px 0 9px;
  color: #5c6477;
  font-size: 0.82rem;
  font-weight: 760;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  padding: 13px 18px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: normal;
  text-align: center;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #6157ff 0%, #1d8cff 52%, #ff4fa3 100%);
  box-shadow: 0 14px 30px rgba(77, 99, 255, 0.28);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-secondary{
  color: #312f58;
  background: #f3f0ff;
  border: 1px solid rgba(101, 84, 217, 0.16);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-message{
  min-height: 22px;
  margin-top: 14px;
  color: #40506b;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-message.bhg-error{
  color: #9b1c3e;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-message.bhg-success{
  color: #17624a;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-results{
  display: flex;
  flex-direction: column;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-results-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-kicker{
  display: block;
  margin-bottom: 5px;
  color: #6757d8;
  font-size: 0.78rem;
  font-weight: 880;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .bhg-social-growth-tool h2{
  margin: 0;
  color: #191b31;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-count{
  flex: 0 0 auto;
  max-width: 42%;
  border-radius: 999px;
  padding: 8px 11px;
  color: #235270;
  background: #eaf7ff;
  font-size: 0.78rem;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{
  width: 100%;
  min-height: 246px;
  max-height: 300px;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(106, 88, 214, 0.16);
  border-radius: 10px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 246, 255, 0.92)),
    repeating-linear-gradient(90deg, rgba(98, 87, 255, 0.04) 0 1px, transparent 1px 46px);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview::-webkit-scrollbar-track{
  background: #f2edff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #786bff, #24a3ff);
  border: 2px solid #f2edff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton, .tc-wp-tool-root .bhg-social-growth-tool .bhg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton span{
  display: block;
  width: clamp(82px, 24%, 146px);
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eee8ff 0%, #ffffff 46%, #eaf6ff 100%);
  background-size: 240% 100%;
  animation: bhgPulse 1.45s ease-in-out infinite;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton span:nth-child(3n){
  width: clamp(116px, 32%, 190px);
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton span:nth-child(4n){
  width: clamp(72px, 18%, 118px);
}@keyframes bhgPulse {
  0% { background-position: 120% 0; opacity: 0.72; }
  50% { opacity: 1; }
  100% { background-position: -120% 0; opacity: 0.72; }
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(92, 95, 255, 0.18);
  border-radius: 999px;
  padding: 10px 13px;
  color: #273056;
  background: linear-gradient(135deg, #ffffff 0%, #f5f1ff 55%, #eef9ff 100%);
  box-shadow: 0 8px 18px rgba(65, 76, 160, 0.08);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.2;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag:hover, .tc-wp-tool-root .bhg-social-growth-tool .bhg-tag:focus-visible{
  border-color: #6571ff;
  box-shadow: 0 0 0 4px rgba(101, 113, 255, 0.14), 0 10px 22px rgba(65, 76, 160, 0.1);
  outline: none;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-copy-wrap{
  display: none;
  margin-top: 14px;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-copy-wrap.bhg-visible{
  display: flex;
  justify-content: flex-end;
}.tc-wp-tool-root .bhg-social-growth-tool .bhg-copy-all{
  color: #ffffff;
  background: linear-gradient(135deg, #2d6bff, #9b5cff);
  box-shadow: 0 12px 26px rgba(45, 107, 255, 0.22);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 44px 12px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 100%; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 0.92rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 138px; font-size: 0.92rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-actions{ display: grid; grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ width: 100%; padding: 12px 13px; font-size: 0.88rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 12px; min-height: 224px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-results-head{ flex-direction: column; gap: 8px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-count{ max-width: 100%; }.tc-wp-tool-root .bhg-social-growth-tool h2{ font-size: 1.02rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.84rem; padding: 9px 10px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton{ gap: 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 50px 14px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 100%; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 0.96rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 148px; font-size: 0.94rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-actions{ display: grid; grid-template-columns: 1fr; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ width: 100%; padding: 12px 14px; font-size: 0.9rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 14px; min-height: 230px; }.tc-wp-tool-root .bhg-social-growth-tool h2{ font-size: 1.08rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.86rem; padding: 9px 11px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 56px 16px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 100%; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 1rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ grid-column: 1 / -1; padding: 20px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 156px; font-size: 0.96rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-actions{ display: grid; grid-template-columns: 1fr; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ width: 100%; padding: 13px 15px; font-size: 0.92rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 15px; min-height: 238px; }.tc-wp-tool-root .bhg-social-growth-tool h2{ font-size: 1.12rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.88rem; padding: 10px 12px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 66px 22px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 940px; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 1.04rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ grid-column: 1 / -1; padding: 24px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 162px; font-size: 1rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-actions{ gap: 10px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ padding: 13px 18px; font-size: 0.94rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 18px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-skeleton span{ width: clamp(100px, 22%, 150px); }.tc-wp-tool-root .bhg-social-growth-tool h2{ font-size: 1.2rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.91rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 72px 26px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 1120px; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 1.06rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); gap: 22px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ padding: 25px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 168px; font-size: 1rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ padding: 13px 18px; font-size: 0.94rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 18px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .bhg-social-growth-tool{ padding: 78px 28px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-inner{ max-width: 1200px; }.tc-wp-tool-root .bhg-social-growth-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-header p{ font-size: 1.08rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-shell{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 24px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-controls, .tc-wp-tool-root .bhg-social-growth-tool .bhg-results{ padding: 28px; }.tc-wp-tool-root .bhg-social-growth-tool textarea{ min-height: 176px; font-size: 1rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-btn{ padding: 14px 20px; font-size: 0.95rem; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-preview{ padding: 20px; }.tc-wp-tool-root .bhg-social-growth-tool .bhg-tag{ font-size: 0.93rem; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .bhg-platform {}
.tc-wp-tool-root .bhg-quantity {}
.tc-wp-tool-root .bhg-topic {}