@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 .nhg-name-hashtag-generator, .tc-wp-tool-root .nhg-name-hashtag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .nhg-name-hashtag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  padding: 36px 18px;
  color: #202033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 93, 168, 0.18), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(56, 128, 255, 0.17), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7f2ff 46%, #eef7ff 100%);
}.tc-wp-tool-root .nhg-name-hashtag-generator::before{
  content: "# # #";
  position: absolute;
  inset: 22px auto auto 4%;
  color: rgba(122, 92, 255, 0.08);
  font-size: clamp(4rem, 14vw, 10rem);
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  line-height: 1;
}.tc-wp-tool-root .nhg-name-hashtag-generator::after{
  content: "";
  position: absolute;
  right: 5%;
  bottom: 28px;
  width: min(280px, 42vw);
  height: min(180px, 28vw);
  border: 1px solid rgba(124, 92, 255, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(124, 92, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(124, 92, 255, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
  pointer-events: none;
}.tc-wp-tool-root .nhg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .nhg-hero{
  text-align: center;
  margin: 0 auto 24px;
  max-width: 780px;
}.tc-wp-tool-root .nhg-kicker{
  margin: 0 0 8px;
  color: #6c41de;
  font-size: 0.98rem;
  font-weight: 750;
}.tc-wp-tool-root .nhg-hero h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  color: #191932;
  letter-spacing: 0;
}.tc-wp-tool-root .nhg-tool-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nhg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(124, 92, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 55px rgba(48, 38, 96, 0.13);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{
  padding: 22px;
}.tc-wp-tool-root .nhg-field{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .nhg-field label{
  color: #2c2945;
  font-size: 0.92rem;
  font-weight: 750;
}.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(112, 89, 214, 0.24);
  border-radius: 10px;
  background: #ffffff;
  color: #23233b;
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .nhg-field textarea{
  resize: vertical;
  min-height: 132px;
  padding: 14px;
}.tc-wp-tool-root .nhg-field select{
  min-height: 48px;
  padding: 0 40px 0 13px;
}.tc-wp-tool-root .nhg-field textarea:focus, .tc-wp-tool-root .nhg-field select:focus, .tc-wp-tool-root .nhg-btn:focus-visible, .tc-wp-tool-root .nhg-pill:focus-visible{
  border-color: #6d5cff;
  box-shadow: 0 0 0 4px rgba(109, 92, 255, 0.18);
}.tc-wp-tool-root .nhg-control-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 14px;
  margin-top: 16px;
  min-width: 0;
}.tc-wp-tool-root .nhg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nhg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .nhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .nhg-btn-primary{
  flex: 1 1 150px;
  min-height: 52px;
  padding: 11px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #6d5cff 0%, #2388ff 48%, #ff5da8 100%);
  box-shadow: 0 14px 30px rgba(74, 93, 255, 0.26);
  flex-direction: column;
}.tc-wp-tool-root .nhg-btn-primary small{
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
}.tc-wp-tool-root .nhg-btn-secondary{
  flex: 1 1 128px;
  min-height: 52px;
  padding: 12px 16px;
  color: #493b8f;
  background: #f5f2ff;
  border: 1px solid rgba(109, 92, 255, 0.18);
}.tc-wp-tool-root .nhg-status{
  min-height: 24px;
  margin-top: 14px;
  color: #4d456a;
  font-size: 0.93rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .nhg-status[data-state="error"]{
  color: #9a234d;
}.tc-wp-tool-root .nhg-status[data-state="success"]{
  color: #23694b;
}.tc-wp-tool-root .nhg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  min-width: 0;
}.tc-wp-tool-root .nhg-output-label{
  display: block;
  margin-bottom: 3px;
  color: #7657e6;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.tc-wp-tool-root .nhg-output-head strong{
  display: block;
  color: #202033;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .nhg-count{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  color: #394173;
  background: #eef3ff;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .nhg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border: 1px solid rgba(124, 92, 255, 0.16);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 93, 168, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(35, 136, 255, 0.08), transparent 38%),
    #fbfaff;
}.tc-wp-tool-root .nhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .nhg-preview::-webkit-scrollbar-track{
  background: #f0ebff;
  border-radius: 999px;
}.tc-wp-tool-root .nhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#7c5cff, #ff6faf);
  border-radius: 999px;
  border: 2px solid #f0ebff;
}.tc-wp-tool-root .nhg-skeleton{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nhg-skeleton span, .tc-wp-tool-root .nhg-skeleton i{
  display: block;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eee8ff 0%, #f9f6ff 45%, #eaf3ff 80%);
  background-size: 220% 100%;
  animation: nhg-shimmer 1.4s ease-in-out infinite;
}.tc-wp-tool-root .nhg-skeleton i{
  height: 74px;
  border-radius: 10px;
}.tc-wp-tool-root .nhg-empty{
  margin: 12px 0 0;
  color: #716b91;
  font-size: 0.94rem;
  font-weight: 700;
}.tc-wp-tool-root .nhg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nhg-pill{
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(109, 92, 255, 0.18);
  border-radius: 999px;
  padding: 10px 13px;
  color: #382f7d;
  background: linear-gradient(135deg, #ffffff, #f4f1ff);
  box-shadow: 0 8px 20px rgba(75, 62, 140, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nhg-btn-copy{
  width: 100%;
  margin-top: 12px;
  min-height: 48px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #735cff, #ff5da8);
  box-shadow: 0 12px 26px rgba(138, 84, 210, 0.22);
}@keyframes nhg-shimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 24px 10px; }.tc-wp-tool-root .nhg-shell{ max-width: 100%; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-kicker{ font-size: 0.86rem; }.tc-wp-tool-root .nhg-tool-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{ padding: 14px; }.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{ font-size: 0.92rem; }.tc-wp-tool-root .nhg-control-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .nhg-actions{ gap: 8px; }.tc-wp-tool-root .nhg-btn{ width: 100%; font-size: 0.9rem; }.tc-wp-tool-root .nhg-preview{ padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .nhg-skeleton{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .nhg-pill{ font-size: 0.85rem; padding: 9px 11px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 26px 12px; }.tc-wp-tool-root .nhg-shell{ max-width: 100%; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-kicker{ font-size: 0.9rem; }.tc-wp-tool-root .nhg-tool-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{ padding: 16px; }.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{ font-size: 0.94rem; }.tc-wp-tool-root .nhg-control-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .nhg-btn{ width: 100%; font-size: 0.93rem; }.tc-wp-tool-root .nhg-preview{ padding: 13px; font-size: 0.92rem; }.tc-wp-tool-root .nhg-skeleton{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .nhg-pill{ font-size: 0.88rem; padding: 9px 12px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 30px 14px; }.tc-wp-tool-root .nhg-shell{ max-width: 100%; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-kicker{ font-size: 0.94rem; }.tc-wp-tool-root .nhg-tool-grid{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{ padding: 18px; }.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{ font-size: 0.96rem; }.tc-wp-tool-root .nhg-control-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .nhg-btn{ font-size: 0.94rem; }.tc-wp-tool-root .nhg-preview{ padding: 14px; font-size: 0.94rem; }.tc-wp-tool-root .nhg-skeleton{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .nhg-pill{ font-size: 0.9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 34px 18px; }.tc-wp-tool-root .nhg-shell{ max-width: 100%; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-kicker{ font-size: 0.96rem; }.tc-wp-tool-root .nhg-tool-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{ padding: 20px; }.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{ font-size: 0.98rem; }.tc-wp-tool-root .nhg-btn{ font-size: 0.96rem; }.tc-wp-tool-root .nhg-preview{ padding: 15px; font-size: 0.96rem; }.tc-wp-tool-root .nhg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .nhg-pill{ font-size: 0.92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 38px 22px; }.tc-wp-tool-root .nhg-shell{ max-width: 100%; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-kicker{ font-size: 0.98rem; }.tc-wp-tool-root .nhg-tool-grid{ gap: 18px; }.tc-wp-tool-root .nhg-controls, .tc-wp-tool-root .nhg-output-wrap{ padding: 21px; }.tc-wp-tool-root .nhg-field textarea, .tc-wp-tool-root .nhg-field select{ font-size: 1rem; }.tc-wp-tool-root .nhg-btn{ font-size: 0.97rem; }.tc-wp-tool-root .nhg-preview{ padding: 16px; font-size: 0.97rem; }.tc-wp-tool-root .nhg-pill{ font-size: 0.93rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .nhg-name-hashtag-generator{ padding: 44px 24px; }.tc-wp-tool-root .nhg-shell{ max-width: 1200px; }.tc-wp-tool-root .nhg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .nhg-tool-grid{ gap: 22px; }}.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;
}