@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 .inflate-hashtag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 91, 168, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(66, 133, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f7f3ff 42%, #eef6ff 100%);
  color: #221b38;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .inflate-hashtag-generator-tool, .tc-wp-tool-root .inflate-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-mark, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-card{
  position: absolute;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-mark{
  font-weight: 900;
  line-height: 1;
  color: rgba(118, 75, 255, 0.1);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-mark-one{
  top: 34px;
  left: 5%;
  font-size: 9rem;
  transform: rotate(-12deg);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-mark-two{
  right: 7%;
  bottom: 36px;
  font-size: 11rem;
  color: rgba(255, 78, 159, 0.11);
  transform: rotate(10deg);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-card{
  border-radius: 10px;
  border: 1px solid rgba(111, 82, 255, 0.12);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 20px 60px rgba(75, 58, 140, 0.08);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-card-one{
  width: 190px;
  height: 120px;
  top: 150px;
  right: 10%;
  transform: rotate(8deg);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-card-two{
  width: 150px;
  height: 92px;
  left: 8%;
  bottom: 120px;
  transform: rotate(-7deg);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-header{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-kicker{
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(111, 82, 255, 0.1);
  color: #6945e8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #211635;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-header p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #675f7d;
  font-size: 1.04rem;
  line-height: 1.65;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid rgba(116, 92, 255, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 80px rgba(73, 55, 130, 0.14);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-controls, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(128, 107, 255, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
  padding: 22px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool label{
  display: block;
  margin-bottom: 8px;
  color: #352853;
  font-size: 0.9rem;
  font-weight: 800;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-input, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(121, 98, 255, 0.22);
  background: #fff;
  color: #241a38;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-input{
  min-height: 160px;
  resize: vertical;
  padding: 15px;
  line-height: 1.55;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-input:focus, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select:focus, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview:focus, .tc-wp-tool-root .inflate-hashtag-generator-tool button:focus-visible, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag:focus-visible{
  border-color: #6e55ff;
  box-shadow: 0 0 0 4px rgba(110, 85, 255, 0.18);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-button-context{
  margin: 2px 0 10px;
  color: #716889;
  font-size: 0.85rem;
  font-weight: 800;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-actions{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-copy-all{
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 12px 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn:hover, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-copy-all:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #6f52ff 0%, #2288ff 54%, #ff5aa8 100%);
  box-shadow: 0 14px 28px rgba(77, 101, 255, 0.28);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn-secondary{
  color: #4e37c8;
  background: #f2efff;
  border-color: rgba(111, 82, 255, 0.18);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn-ghost{
  color: #5f5674;
  background: #fff;
  border-color: rgba(112, 95, 160, 0.18);
}.tc-wp-tool-root .inflate-hashtag-generator-tool button:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-status{
  min-height: 24px;
  margin-top: 14px;
  color: #4d4265;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-status.is-error{
  color: #a9356b;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-status.is-success{
  color: #256f60;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
  display: flex;
  flex-direction: column;
  gap: 14px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-result-eyebrow{
  display: block;
  margin-bottom: 4px;
  color: #755cf1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .inflate-hashtag-generator-tool h2{
  margin: 0;
  color: #241a38;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-count{
  flex: 0 0 auto;
  max-width: 48%;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #256ec9;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: normal;
  text-align: center;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  border: 1px solid rgba(121, 98, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(111, 82, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 90, 168, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 34px 34px;
  padding: 18px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview::-webkit-scrollbar-track{
  background: #f4f0ff;
  border-radius: 999px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7962ff, #ff6aaa);
  border-radius: 999px;
  border: 2px solid #f4f0ff;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-output{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(111, 82, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #f7f3ff 0%, #edf7ff 100%);
  color: #3d2a96;
  padding: 9px 12px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag:hover{
  border-color: rgba(255, 90, 168, 0.5);
  box-shadow: 0 8px 18px rgba(112, 82, 255, 0.12);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-copy-all{
  color: #fff;
  background: linear-gradient(135deg, #ff5aa8 0%, #7357ff 100%);
  box-shadow: 0 12px 26px rgba(255, 90, 168, 0.22);
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton-card{
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: #f1edff;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span{
  height: 38px;
  width: 132px;
  max-width: 100%;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span:nth-child(2){ width: 104px; }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span:nth-child(3){ width: 158px; }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span:nth-child(4){ width: 118px; }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span:nth-child(5){ width: 176px; }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span:nth-child(6){ width: 96px; }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton-card{
  width: 100%;
  height: 74px;
  border-radius: 10px;
  background: #f7f4ff;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton-card-short{
  width: 62%;
  height: 58px;
}.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton span::after, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-skeleton-card::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  animation: ihgShimmer 1.45s infinite;
}@keyframes ihgShimmer {
  100% {
    transform: translateX(100%);
  }
}@media (max-width: 374px) {.tc-wp-tool-root .inflate-hashtag-generator-tool{
    padding: 38px 12px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-controls, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
    grid-column: 1 / -1;
    padding: 14px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select-grid{
    grid-template-columns: 1fr;
    gap: 8px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-input{
    min-height: 126px;
    padding: 12px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-btn, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-copy-all{
    min-height: 46px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-preview{
    padding: 12px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag{
    font-size: 0.82rem;
    padding: 8px 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .inflate-hashtag-generator-tool{
    padding: 44px 14px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-header p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-controls, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
    grid-column: 1 / -1;
    padding: 16px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-input{
    min-height: 136px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag{
    font-size: 0.85rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .inflate-hashtag-generator-tool{
    padding: 52px 18px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-header p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-controls, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
    grid-column: 1 / -1;
    padding: 18px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tag{
    font-size: 0.88rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .inflate-hashtag-generator-tool{
    padding: 64px 22px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-controls, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results{
    padding: 20px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-select-grid{
    grid-template-columns: 1fr;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .inflate-hashtag-generator-tool{
    padding: 70px 24px;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-tool-card{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }}@media (min-width: 1200px) {.tc-wp-tool-root .inflate-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-actions{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.8fr);
  }}@media (max-width: 767px) {.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-card, .tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-bg-mark{
    opacity: 0.55;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-results-head{
    flex-direction: column;
  }.tc-wp-tool-root .inflate-hashtag-generator-tool .ihg-count{
    max-width: 100%;
  }}.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;
}