@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 .ahg-hashtag-generator-wrap, .tc-wp-tool-root .ahg-hashtag-generator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ahg-hashtag-generator-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  padding: 72px 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 95, 178, 0.18), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(40, 118, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f4ff 44%, #eef7ff 100%);
}.tc-wp-tool-root .ahg-shell{
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  z-index: 1;
}.tc-wp-tool-root .ahg-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.75;
}.tc-wp-tool-root .ahg-bg span{
  position: absolute;
  font-weight: 900;
  color: rgba(118, 74, 255, 0.09);
  font-size: 92px;
  line-height: 1;
}.tc-wp-tool-root .ahg-bg span:nth-child(1){ top: 18px; left: 2%; transform: rotate(-12deg); }.tc-wp-tool-root .ahg-bg span:nth-child(2){ right: 4%; top: 76px; transform: rotate(10deg); }.tc-wp-tool-root .ahg-bg span:nth-child(3){ left: 52%; bottom: 18px; transform: rotate(-8deg); }.tc-wp-tool-root .ahg-bg i{
  position: absolute;
  display: block;
  width: 150px;
  height: 92px;
  border: 1px solid rgba(116, 91, 255, 0.12);
  background: rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  transform: rotate(-8deg);
}.tc-wp-tool-root .ahg-bg i:nth-of-type(1){ top: 12%; right: 17%; }.tc-wp-tool-root .ahg-bg i:nth-of-type(2){ bottom: 10%; left: 7%; transform: rotate(9deg); }.tc-wp-tool-root .ahg-bg i:nth-of-type(3){ bottom: 28%; right: 4%; width: 110px; height: 68px; }.tc-wp-tool-root .ahg-header{
  position: relative;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .ahg-kicker{
  margin: 0 0 10px;
  color: #6947d6;
  font-size: 1rem;
  font-weight: 750;
}.tc-wp-tool-root .ahg-header h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.05;
  letter-spacing: 0;
  color: #14182e;
}.tc-wp-tool-root .ahg-tool{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(119, 91, 255, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(73, 68, 142, 0.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .ahg-controls{
  padding: 24px;
}.tc-wp-tool-root .ahg-output{
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}.tc-wp-tool-root .ahg-field{
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-field label{
  color: #2d3552;
  font-size: 0.9rem;
  font-weight: 760;
}.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(106, 91, 255, 0.24);
  border-radius: 10px;
  background: #ffffff;
  color: #19213a;
  font: inherit;
  font-size: 0.98rem;
  outline: none;
  box-shadow: 0 8px 22px rgba(82, 82, 156, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .ahg-field textarea{
  resize: vertical;
  min-height: 148px;
  padding: 15px;
}.tc-wp-tool-root .ahg-field select{
  appearance: none;
  padding: 13px 42px 13px 14px;
  background-image:
    linear-gradient(45deg, transparent 50%, #764aff 50%),
    linear-gradient(135deg, #764aff 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .ahg-field textarea:focus, .tc-wp-tool-root .ahg-field select:focus, .tc-wp-tool-root .ahg-btn:focus-visible, .tc-wp-tool-root .ahg-pill button:focus-visible{
  border-color: #2876ff;
  box-shadow: 0 0 0 4px rgba(40, 118, 255, 0.18), 0 12px 28px rgba(91, 73, 190, 0.12);
}.tc-wp-tool-root .ahg-control-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 16px;
}.tc-wp-tool-root .ahg-actions{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.75fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 18px;
}.tc-wp-tool-root .ahg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .ahg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ahg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7657ff 0%, #2876ff 52%, #ff5fb2 100%);
  box-shadow: 0 14px 28px rgba(77, 105, 255, 0.26);
}.tc-wp-tool-root .ahg-btn-secondary{
  color: #44336f;
  background: #ffffff;
  border-color: rgba(118, 87, 255, 0.22);
}.tc-wp-tool-root .ahg-btn-copy{
  color: #ffffff;
  background: linear-gradient(135deg, #2876ff, #7657ff);
  box-shadow: 0 12px 26px rgba(40, 118, 255, 0.22);
}.tc-wp-tool-root .ahg-status{
  min-height: 22px;
  margin-top: 14px;
  color: #5b4c77;
  font-size: 0.92rem;
  font-weight: 700;
}.tc-wp-tool-root .ahg-status.is-error{
  color: #9b245a;
}.tc-wp-tool-root .ahg-status.is-success{
  color: #24664c;
}.tc-wp-tool-root .ahg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-output-label{
  margin: 0 0 4px;
  color: #7657ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .ahg-output h2{
  margin: 0;
  color: #172033;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ahg-count-badge{
  flex: 0 0 auto;
  max-width: 48%;
  border-radius: 999px;
  padding: 7px 10px;
  color: #5a3ed2;
  background: #f1edff;
  border: 1px solid rgba(118, 87, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: normal;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .ahg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid rgba(40, 118, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,244,255,0.94)),
    radial-gradient(circle at top right, rgba(255, 95, 178, 0.12), transparent 36%);
  padding: 18px;
  scrollbar-width: thin;
  scrollbar-color: #a491ff #f3efff;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar-track{
  background: #f3efff;
  border-radius: 999px;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7657ff, #ff72bd);
  border-radius: 999px;
  border: 2px solid #f3efff;
}.tc-wp-tool-root .ahg-skeleton{
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-card-shape{
  height: 76px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #f1edff 0%, #ffffff 42%, #eaf3ff 72%, #f1edff 100%);
  background-size: 220% 100%;
  animation: ahgShimmer 1.5s infinite linear;
}.tc-wp-tool-root .ahg-card-shape.small{
  height: 44px;
}.tc-wp-tool-root .ahg-placeholder-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-placeholder-row span{
  display: block;
  width: clamp(72px, 24%, 132px);
  max-width: 100%;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eee8ff 0%, #ffffff 45%, #e8f2ff 100%);
  background-size: 220% 100%;
  animation: ahgShimmer 1.5s infinite linear;
}@keyframes ahgShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}.tc-wp-tool-root .ahg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-pill{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  min-width: 0;
  padding: 8px 8px 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 87, 255, 0.18);
  background: linear-gradient(135deg, #ffffff, #f7f3ff);
  color: #312759;
  box-shadow: 0 8px 18px rgba(80, 70, 154, 0.08);
  font-size: 0.92rem;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-pill span{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-pill button{
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #7657ff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}.tc-wp-tool-root .ahg-copy-row{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-copy-row[hidden]{
  display: none;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 38px 10px; }.tc-wp-tool-root .ahg-shell{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-kicker{ font-size: 0.86rem; }.tc-wp-tool-root .ahg-tool, .tc-wp-tool-root .ahg-control-grid, .tc-wp-tool-root .ahg-actions{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 10px; }.tc-wp-tool-root .ahg-panel{ max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-controls, .tc-wp-tool-root .ahg-output, .tc-wp-tool-root .ahg-preview{ padding: 14px; }.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{ font-size: 0.9rem; }.tc-wp-tool-root .ahg-btn{ padding: 11px 10px; font-size: 0.88rem; }.tc-wp-tool-root .ahg-output h2{ font-size: 1rem; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }.tc-wp-tool-root .ahg-placeholder-row, .tc-wp-tool-root .ahg-tags{ display: grid; grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .ahg-placeholder-row span{ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.82rem; padding: 7px 7px 7px 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 42px 12px; }.tc-wp-tool-root .ahg-shell{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-kicker{ font-size: 0.9rem; }.tc-wp-tool-root .ahg-tool, .tc-wp-tool-root .ahg-control-grid, .tc-wp-tool-root .ahg-actions{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 11px; }.tc-wp-tool-root .ahg-controls, .tc-wp-tool-root .ahg-output, .tc-wp-tool-root .ahg-preview{ padding: 16px; }.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{ font-size: 0.92rem; }.tc-wp-tool-root .ahg-btn{ padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .ahg-output h2{ font-size: 1.04rem; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }.tc-wp-tool-root .ahg-placeholder-row, .tc-wp-tool-root .ahg-tags{ display: grid; grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ahg-placeholder-row span{ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.86rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 48px 14px; }.tc-wp-tool-root .ahg-shell{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-kicker{ font-size: 0.94rem; }.tc-wp-tool-root .ahg-tool, .tc-wp-tool-root .ahg-control-grid, .tc-wp-tool-root .ahg-actions{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 12px; }.tc-wp-tool-root .ahg-controls, .tc-wp-tool-root .ahg-output, .tc-wp-tool-root .ahg-preview{ padding: 18px; }.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{ font-size: 0.95rem; }.tc-wp-tool-root .ahg-btn{ padding: 12px 13px; font-size: 0.92rem; }.tc-wp-tool-root .ahg-output h2{ font-size: 1.08rem; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }.tc-wp-tool-root .ahg-placeholder-row, .tc-wp-tool-root .ahg-tags{ display: grid; grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ahg-placeholder-row span{ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 60px 18px; }.tc-wp-tool-root .ahg-shell{ max-width: 940px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-kicker{ font-size: 0.98rem; }.tc-wp-tool-root .ahg-tool{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 16px; }.tc-wp-tool-root .ahg-controls, .tc-wp-tool-root .ahg-output, .tc-wp-tool-root .ahg-preview{ padding: 22px; }.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{ font-size: 0.97rem; }.tc-wp-tool-root .ahg-btn{ font-size: 0.94rem; }.tc-wp-tool-root .ahg-output h2{ font-size: 1.13rem; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }.tc-wp-tool-root .ahg-tags{ gap: 10px; }.tc-wp-tool-root .ahg-pill{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 68px 20px; }.tc-wp-tool-root .ahg-shell{ max-width: 1120px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-kicker{ font-size: 1rem; }.tc-wp-tool-root .ahg-tool{ gap: 18px; }.tc-wp-tool-root .ahg-controls, .tc-wp-tool-root .ahg-output, .tc-wp-tool-root .ahg-preview{ padding: 23px; }.tc-wp-tool-root .ahg-field textarea, .tc-wp-tool-root .ahg-field select{ font-size: 0.98rem; }.tc-wp-tool-root .ahg-btn{ font-size: 0.95rem; }.tc-wp-tool-root .ahg-output h2{ font-size: 1.16rem; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }.tc-wp-tool-root .ahg-pill{ font-size: 0.91rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ahg-hashtag-generator-wrap{ padding: 76px 24px; }.tc-wp-tool-root .ahg-shell{ max-width: 1200px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-tool{ gap: 22px; }.tc-wp-tool-root .ahg-preview{ max-height: 300px; }}.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;
}