@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 .hg2026-hashtag-generator, .tc-wp-tool-root .hg2026-hashtag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .hg2026-hashtag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #24213d;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 106, 180, .18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(38, 126, 255, .16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f4ff 48%, #eef5ff 100%);
  padding: 58px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .hg2026-hashtag-generator::before{
  content: "#  #  #";
  position: absolute;
  inset: 18px auto auto 4%;
  color: rgba(114, 76, 255, .12);
  font-weight: 900;
  font-size: 72px;
  letter-spacing: 20px;
  pointer-events: none;
}.tc-wp-tool-root .hg2026-hashtag-generator::after{
  content: "";
  position: absolute;
  right: 4%;
  bottom: 22px;
  width: 260px;
  height: 160px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.45)),
    repeating-linear-gradient(0deg, rgba(124, 92, 255, .13) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(37, 135, 255, .12) 0 1px, transparent 1px 32px);
  border: 1px solid rgba(129, 105, 255, .16);
  pointer-events: none;
}.tc-wp-tool-root .hg2026-wrap{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .hg2026-header{
  max-width: 830px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .hg2026-header h2{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #251d4f;
  font-weight: 850;
}.tc-wp-tool-root .hg2026-header p{
  margin: 14px auto 0;
  max-width: 760px;
  color: #665f84;
  font-size: 1.05rem;
  line-height: 1.65;
}.tc-wp-tool-root .hg2026-card{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(126, 104, 255, .18);
  box-shadow: 0 24px 70px rgba(64, 57, 129, .16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .hg2026-panel{
  min-width: 0;
  max-width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(132, 112, 255, .18);
  box-shadow: 0 12px 34px rgba(73, 65, 126, .08);
  padding: 22px;
}.tc-wp-tool-root .hg2026-controls{
  display: flex;
  flex-direction: column;
  gap: 16px;
}.tc-wp-tool-root .hg2026-field{
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .hg2026-field label{
  display: block;
  margin: 0 0 8px;
  color: #403966;
  font-size: .88rem;
  font-weight: 750;
}.tc-wp-tool-root .hg2026-field textarea, .tc-wp-tool-root .hg2026-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid #d8d0ff;
  background: linear-gradient(180deg, #ffffff, #fbfaff);
  color: #251d4f;
  font: inherit;
  font-size: .98rem;
  line-height: 1.45;
  outline: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}.tc-wp-tool-root .hg2026-field textarea{
  resize: vertical;
  min-height: 172px;
  padding: 14px;
}.tc-wp-tool-root .hg2026-field select{
  min-height: 48px;
  padding: 0 42px 0 13px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7b61ff 50%),
    linear-gradient(135deg, #7b61ff 50%, transparent 50%),
    linear-gradient(180deg, #ffffff, #fbfaff);
  background-position:
    calc(100% - 19px) 21px,
    calc(100% - 13px) 21px,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}.tc-wp-tool-root .hg2026-field textarea:focus, .tc-wp-tool-root .hg2026-field select:focus, .tc-wp-tool-root .hg2026-btn:focus-visible, .tc-wp-tool-root .hg2026-preview:focus, .tc-wp-tool-root .hg2026-pill:focus-visible{
  border-color: #5d7cff;
  box-shadow: 0 0 0 4px rgba(93, 124, 255, .18);
}.tc-wp-tool-root .hg2026-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hg2026-actions{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hg2026-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 10px 13px;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}.tc-wp-tool-root .hg2026-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .hg2026-primary{
  color: #fff;
  background: linear-gradient(135deg, #6e5bff, #2188ff 52%, #ff5cab);
  box-shadow: 0 14px 28px rgba(65, 103, 255, .28);
}.tc-wp-tool-root .hg2026-secondary, .tc-wp-tool-root .hg2026-copy-all{
  color: #463d73;
  background: #f6f3ff;
  border: 1px solid #ddd6ff;
  box-shadow: 0 8px 18px rgba(98, 81, 180, .08);
}.tc-wp-tool-root .hg2026-copy-all{
  margin-top: 14px;
  max-width: 190px;
  align-self: flex-start;
}.tc-wp-tool-root .hg2026-status{
  min-height: 42px;
  width: 100%;
  border-radius: 10px;
  padding: 11px 13px;
  background: #fbf9ff;
  border: 1px solid #e3dcff;
  color: #514a73;
  font-size: .92rem;
  line-height: 1.35;
}.tc-wp-tool-root .hg2026-status.is-error{
  background: #fff6fb;
  border-color: #ffb8da;
  color: #7a2550;
}.tc-wp-tool-root .hg2026-status.is-success{
  background: #f3fbff;
  border-color: #b8dcff;
  color: #204f7d;
}.tc-wp-tool-root .hg2026-preview-panel{
  display: flex;
  flex-direction: column;
  gap: 0;
}.tc-wp-tool-root .hg2026-preview-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 12px;
  min-width: 0;
}.tc-wp-tool-root .hg2026-kicker{
  display: block;
  margin-bottom: 4px;
  color: #7468a6;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root .hg2026-preview-head h3{
  margin: 0;
  color: #251d4f;
  font-size: 1.08rem;
  line-height: 1.2;
}.tc-wp-tool-root .hg2026-count{
  flex: 0 0 auto;
  max-width: 46%;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef5ff;
  color: #315f9e;
  font-size: .8rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-align: center;
}.tc-wp-tool-root .hg2026-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(247, 243, 255, .94), rgba(239, 247, 255, .96)),
    linear-gradient(90deg, rgba(255, 92, 171, .08), rgba(33, 136, 255, .08));
  border: 1px solid rgba(139, 119, 255, .22);
}.tc-wp-tool-root .hg2026-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .hg2026-preview::-webkit-scrollbar-track{
  background: #f3efff;
  border-radius: 999px;
}.tc-wp-tool-root .hg2026-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8f7aff, #4b9dff);
  border-radius: 999px;
  border: 2px solid #f3efff;
}.tc-wp-tool-root .hg2026-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hg2026-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(119, 96, 255, .2);
  border-radius: 10px;
  padding: 9px 11px;
  background: linear-gradient(135deg, #ffffff, #f7f2ff);
  color: #352c64;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
  box-shadow: 0 8px 18px rgba(82, 67, 152, .08);
}.tc-wp-tool-root .hg2026-pill::after{
  content: "Copy";
  margin-left: 8px;
  color: #6d5bff;
  font-size: .72rem;
  font-weight: 850;
}.tc-wp-tool-root .hg2026-skeleton{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hg2026-skeleton span, .tc-wp-tool-root .hg2026-skeleton i{
  display: block;
  min-width: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,.78), rgba(130, 105, 255, .14), rgba(255,255,255,.78));
  background-size: 220% 100%;
  animation: hg2026-shimmer 1.35s ease-in-out infinite;
}.tc-wp-tool-root .hg2026-skeleton span{
  height: 42px;
}.tc-wp-tool-root .hg2026-skeleton i{
  height: 78px;
}@keyframes hg2026-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 34px 10px; }.tc-wp-tool-root .hg2026-wrap{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hg2026-header{ margin-bottom: 18px; }.tc-wp-tool-root .hg2026-header h2{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hg2026-header p{ font-size: .9rem; line-height: 1.5; }.tc-wp-tool-root .hg2026-card, .tc-wp-tool-root .hg2026-grid, .tc-wp-tool-root .hg2026-actions, .tc-wp-tool-root .hg2026-skeleton{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .hg2026-card{ gap: 12px; padding: 10px; }.tc-wp-tool-root .hg2026-panel{ padding: 13px; }.tc-wp-tool-root .hg2026-field textarea{ min-height: 138px; font-size: .9rem; padding: 11px; }.tc-wp-tool-root .hg2026-field select{ font-size: .9rem; min-height: 44px; }.tc-wp-tool-root .hg2026-btn{ min-height: 43px; font-size: .86rem; padding: 9px; }.tc-wp-tool-root .hg2026-preview{ padding: 11px; }.tc-wp-tool-root .hg2026-preview-head{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .hg2026-count{ max-width: 100%; font-size: .76rem; }.tc-wp-tool-root .hg2026-preview-head h3{ font-size: .98rem; }.tc-wp-tool-root .hg2026-tags{ gap: 8px; }.tc-wp-tool-root .hg2026-pill{ font-size: .82rem; padding: 8px 9px; }.tc-wp-tool-root .hg2026-skeleton{ gap: 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 38px 12px; }.tc-wp-tool-root .hg2026-wrap{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hg2026-header h2{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hg2026-header p{ font-size: .94rem; }.tc-wp-tool-root .hg2026-card, .tc-wp-tool-root .hg2026-grid, .tc-wp-tool-root .hg2026-actions, .tc-wp-tool-root .hg2026-skeleton{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .hg2026-card{ padding: 12px; gap: 12px; }.tc-wp-tool-root .hg2026-panel{ padding: 15px; }.tc-wp-tool-root .hg2026-field textarea{ min-height: 146px; font-size: .92rem; }.tc-wp-tool-root .hg2026-btn{ min-height: 44px; font-size: .88rem; }.tc-wp-tool-root .hg2026-preview{ padding: 12px; }.tc-wp-tool-root .hg2026-preview-head{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .hg2026-count{ max-width: 100%; }.tc-wp-tool-root .hg2026-preview-head h3{ font-size: 1rem; }.tc-wp-tool-root .hg2026-pill{ font-size: .84rem; }.tc-wp-tool-root .hg2026-skeleton{ gap: 9px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 44px 14px; }.tc-wp-tool-root .hg2026-wrap{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hg2026-header h2{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hg2026-header p{ font-size: .98rem; }.tc-wp-tool-root .hg2026-card, .tc-wp-tool-root .hg2026-grid, .tc-wp-tool-root .hg2026-actions, .tc-wp-tool-root .hg2026-skeleton{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .hg2026-card{ padding: 13px; }.tc-wp-tool-root .hg2026-panel{ padding: 17px; }.tc-wp-tool-root .hg2026-field textarea{ min-height: 154px; font-size: .95rem; }.tc-wp-tool-root .hg2026-btn{ min-height: 45px; font-size: .9rem; }.tc-wp-tool-root .hg2026-preview{ padding: 14px; }.tc-wp-tool-root .hg2026-preview-head h3{ font-size: 1.02rem; }.tc-wp-tool-root .hg2026-pill{ font-size: .87rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 50px 18px; }.tc-wp-tool-root .hg2026-wrap{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hg2026-header h2{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hg2026-header p{ font-size: 1rem; }.tc-wp-tool-root .hg2026-card{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 14px;
  }.tc-wp-tool-root .hg2026-panel{ padding: 20px; }.tc-wp-tool-root .hg2026-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hg2026-field textarea{ min-height: 160px; font-size: .96rem; }.tc-wp-tool-root .hg2026-btn{ font-size: .92rem; }.tc-wp-tool-root .hg2026-preview{ padding: 15px; }.tc-wp-tool-root .hg2026-pill{ font-size: .9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 56px 20px; }.tc-wp-tool-root .hg2026-card{ gap: 16px; padding: 15px; }.tc-wp-tool-root .hg2026-panel{ padding: 21px; }.tc-wp-tool-root .hg2026-header h2{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hg2026-skeleton{ grid-template-columns: repeat(3, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .hg2026-hashtag-generator{ padding: 64px 24px; }.tc-wp-tool-root .hg2026-wrap{ max-width: 1200px; }.tc-wp-tool-root .hg2026-header h2{ 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;
}