@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 .ehg-hashtag-generator-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 56px 20px;
  color: #1f2544;
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(135deg, rgba(126, 87, 255, .12), rgba(0, 166, 255, .10) 36%, rgba(255, 91, 166, .12)),
    radial-gradient(circle at 16% 12%, rgba(126, 87, 255, .18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 166, 255, .14), transparent 26%),
    #fbfaff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ehg-hashtag-generator-wrap, .tc-wp-tool-root .ehg-hashtag-generator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ehg-hashtag-generator-wrap::before{
  content: "#  #  #";
  position: absolute;
  inset: 18px 0 auto 0;
  color: rgba(126, 87, 255, .10);
  font-size: 84px;
  font-weight: 800;
  letter-spacing: 34px;
  text-align: center;
  pointer-events: none;
}.tc-wp-tool-root .ehg-hashtag-generator-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(126, 87, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 166, 255, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 72%);
  pointer-events: none;
}.tc-wp-tool-root .ehg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .ehg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 850px;
}.tc-wp-tool-root .ehg-header h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #20224a;
}.tc-wp-tool-root .ehg-header p{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555d7f;
}.tc-wp-tool-root .ehg-tool{
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(126, 87, 255, .18);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 50px rgba(67, 76, 143, .13);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{
  padding: 24px;
}.tc-wp-tool-root .ehg-field{
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-field label{
  font-size: .92rem;
  font-weight: 750;
  color: #2c315f;
}.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(126, 87, 255, .24);
  border-radius: 10px;
  background: #fff;
  color: #22284f;
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .ehg-field textarea{
  resize: vertical;
  min-height: 150px;
  padding: 15px 16px;
}.tc-wp-tool-root .ehg-field select{
  min-height: 48px;
  padding: 0 14px;
  cursor: pointer;
}.tc-wp-tool-root .ehg-field textarea:focus, .tc-wp-tool-root .ehg-field select:focus, .tc-wp-tool-root .ehg-btn:focus-visible, .tc-wp-tool-root .ehg-pill:focus-visible{
  border-color: #725cff;
  box-shadow: 0 0 0 4px rgba(114, 92, 255, .18);
}.tc-wp-tool-root .ehg-control-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root .ehg-button-note{
  margin-top: 18px;
  font-size: .82rem;
  font-weight: 750;
  color: #626a91;
}.tc-wp-tool-root .ehg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}.tc-wp-tool-root .ehg-btn{
  width: auto;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 18px;
  font: inherit;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ehg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ehg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #725cff, #00a6ff 52%, #ff5ba6);
  box-shadow: 0 12px 24px rgba(114, 92, 255, .24);
}.tc-wp-tool-root .ehg-btn-secondary, .tc-wp-tool-root .ehg-copy-all{
  color: #343a73;
  background: #fff;
  border-color: rgba(126, 87, 255, .25);
  box-shadow: 0 10px 22px rgba(67, 76, 143, .08);
}.tc-wp-tool-root .ehg-copy-all{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .ehg-status{
  min-height: 24px;
  margin-top: 14px;
  font-size: .93rem;
  font-weight: 700;
  color: #555d7f;
}.tc-wp-tool-root .ehg-status.is-error{
  color: #a52858;
}.tc-wp-tool-root .ehg-status.is-success{
  color: #17755d;
}.tc-wp-tool-root .ehg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .ehg-kicker{
  display: block;
  margin-bottom: 5px;
  color: #725cff;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}.tc-wp-tool-root .ehg-output-head h2{
  margin: 0;
  color: #20224a;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ehg-count-badge{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 11px;
  background: #f2efff;
  color: #4c3bcc;
  font-size: .82rem;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .ehg-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(126, 87, 255, .16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247, 245, 255, .92)),
    radial-gradient(circle at 12% 0%, rgba(255, 91, 166, .10), transparent 35%);
  padding: 18px;
  scrollbar-color: #9a8cff #eeeaff;
  scrollbar-width: thin;
}.tc-wp-tool-root .ehg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ehg-preview::-webkit-scrollbar-track{
  background: #eeeaff;
  border-radius: 999px;
}.tc-wp-tool-root .ehg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #725cff, #00a6ff);
  border-radius: 999px;
}.tc-wp-tool-root .ehg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-pill{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 166, 255, .18);
  border-radius: 999px;
  padding: 10px 13px;
  color: #263062;
  background: linear-gradient(135deg, #ffffff, #f4f2ff);
  box-shadow: 0 8px 18px rgba(67, 76, 143, .08);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ehg-skeleton-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-skeleton-pill, .tc-wp-tool-root .ehg-skeleton-card{
  display: block;
  min-width: 0;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126,87,255,.10), rgba(0,166,255,.15), rgba(255,91,166,.10));
  background-size: 220% 100%;
  animation: ehgPulse 1.5s ease-in-out infinite;
}.tc-wp-tool-root .ehg-skeleton-pill.short{
  width: 72%;
}.tc-wp-tool-root .ehg-skeleton-pill.long{
  width: 100%;
}.tc-wp-tool-root .ehg-skeleton-card{
  height: 74px;
  border-radius: 10px;
}.tc-wp-tool-root .ehg-skeleton-card.wide{
  grid-column: 1 / -1;
}@keyframes ehgPulse {
  0% { background-position: 0% 50%; opacity: .72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: .72; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ehg-hashtag-generator-wrap{ padding: 34px 12px; }.tc-wp-tool-root .ehg-container{ width: 100%; }.tc-wp-tool-root .ehg-header{ margin-bottom: 18px; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-header p{ font-size: .9rem; }.tc-wp-tool-root .ehg-tool{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .ehg-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{ padding: 15px; }.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{ font-size: .92rem; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ehg-actions{ display: grid; grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ehg-btn{ width: 100%; padding: 11px 12px; font-size: .9rem; }.tc-wp-tool-root .ehg-preview{ padding: 12px; font-size: .9rem; }.tc-wp-tool-root .ehg-skeleton-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ehg-pill{ font-size: .84rem; padding: 9px 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ehg-hashtag-generator-wrap{ padding: 38px 14px; }.tc-wp-tool-root .ehg-container{ width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-header p{ font-size: .94rem; }.tc-wp-tool-root .ehg-tool{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .ehg-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{ padding: 17px; }.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{ font-size: .94rem; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ehg-actions{ display: grid; grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ehg-btn{ width: 100%; padding: 12px 13px; font-size: .92rem; }.tc-wp-tool-root .ehg-preview{ padding: 13px; font-size: .92rem; }.tc-wp-tool-root .ehg-skeleton-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ehg-pill{ font-size: .86rem; padding: 9px 11px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ehg-hashtag-generator-wrap{ padding: 42px 16px; }.tc-wp-tool-root .ehg-container{ width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-header p{ font-size: .98rem; }.tc-wp-tool-root .ehg-tool{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ehg-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{ padding: 19px; }.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{ font-size: .96rem; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .ehg-actions{ display: grid; grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ehg-btn{ width: 100%; padding: 12px 14px; font-size: .94rem; }.tc-wp-tool-root .ehg-preview{ padding: 15px; font-size: .94rem; }.tc-wp-tool-root .ehg-skeleton-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .ehg-pill{ font-size: .89rem; padding: 9px 12px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ehg-hashtag-generator-wrap{ padding: 50px 18px; }.tc-wp-tool-root .ehg-container{ width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-header p{ font-size: 1rem; }.tc-wp-tool-root .ehg-tool{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .ehg-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{ padding: 22px; }.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{ font-size: .98rem; }.tc-wp-tool-root .ehg-btn{ font-size: .95rem; }.tc-wp-tool-root .ehg-preview{ padding: 17px; font-size: .95rem; }.tc-wp-tool-root .ehg-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ehg-pill{ font-size: .92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ehg-hashtag-generator-wrap{ padding: 54px 20px; }.tc-wp-tool-root .ehg-container{ width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-header p{ font-size: 1.03rem; }.tc-wp-tool-root .ehg-tool{ gap: 20px; }.tc-wp-tool-root .ehg-input-card, .tc-wp-tool-root .ehg-output-card{ padding: 23px; }.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{ font-size: 1rem; }.tc-wp-tool-root .ehg-btn{ font-size: .96rem; }.tc-wp-tool-root .ehg-preview{ padding: 18px; font-size: .96rem; }.tc-wp-tool-root .ehg-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ehg-pill{ font-size: .93rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ehg-container{ max-width: 1200px; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }}.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;
}