@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 .chg-hashtag-generator-tool, .tc-wp-tool-root .chg-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .chg-hashtag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 18px;
  color: #231942;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 89, 188, 0.22), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(0, 132, 255, 0.20), transparent 30%),
    linear-gradient(135deg, #fff8ff 0%, #f3f0ff 44%, #eef8ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-header{
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{
  margin: 0 0 12px;
  color: #5f4ab8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}.tc-wp-tool-root .chg-hashtag-generator-tool h1{
  margin: 0;
  color: #16113a;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 20px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(112, 91, 222, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 70px rgba(72, 51, 154, 0.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(117, 97, 230, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.95));
  box-shadow: 0 14px 34px rgba(62, 46, 140, 0.08);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{
  padding: 24px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-field{
  width: 100%;
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .chg-hashtag-generator-tool label{
  display: block;
  margin: 0 0 8px;
  color: #2b2453;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(102, 91, 208, 0.24);
  border-radius: 10px;
  background: #ffffff;
  color: #21183f;
  font-size: 1rem;
  line-height: 1.45;
  outline: none;
  box-shadow: 0 8px 18px rgba(78, 62, 175, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{
  min-height: 148px;
  resize: vertical;
  padding: 15px 16px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-select{
  height: 48px;
  padding: 0 14px;
  appearance: auto;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input:focus, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-select:focus, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn:focus-visible, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill:focus-visible{
  border-color: #5d7cff;
  box-shadow: 0 0 0 4px rgba(93, 124, 255, 0.18);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-select-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 6px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7a5cff 0%, #0084ff 52%, #ff4fb8 100%);
  box-shadow: 0 14px 28px rgba(93, 124, 255, 0.28);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn-secondary, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-copy-all{
  color: #44327a;
  background: #ffffff;
  border-color: rgba(105, 87, 214, 0.22);
  box-shadow: 0 8px 18px rgba(75, 58, 150, 0.08);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-copy-all{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-status{
  min-height: 24px;
  margin-top: 14px;
  color: #4c3f83;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-status.is-error{
  color: #9f214e;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-status.is-success{
  color: #17664d;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin-bottom: 14px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-label{
  display: inline-flex;
  margin-bottom: 5px;
  color: #6b4edc;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .chg-hashtag-generator-tool h2{
  margin: 0;
  color: #1e1744;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-count{
  flex: 0 0 auto;
  max-width: 45%;
  padding: 7px 10px;
  border-radius: 10px;
  color: #1d5d92;
  background: #eef8ff;
  border: 1px solid rgba(0, 132, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(103, 88, 214, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(255, 79, 184, 0.10), transparent 34%);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box::-webkit-scrollbar-track{
  background: #f2edff;
  border-radius: 999px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8b6cff, #ff69bf);
  border-radius: 999px;
  border: 2px solid #f2edff;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-pill, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-card{
  display: block;
  border-radius: 10px;
  background: linear-gradient(90deg, #eee8ff 0%, #ffffff 46%, #e8f5ff 100%);
  background-size: 220% 100%;
  animation: chgShimmer 1.35s ease-in-out infinite;
  border: 1px solid rgba(123, 96, 255, 0.10);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-pill{
  width: 112px;
  height: 38px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-mid{
  width: 148px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-wide{
  width: 190px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-card{
  width: 76px;
  height: 38px;
  background: linear-gradient(135deg, rgba(255, 104, 191, 0.14), rgba(0, 132, 255, 0.13));
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skel-card-small{
  width: 52px;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid rgba(111, 86, 226, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f2ff 100%);
  color: #2d225c;
  box-shadow: 0 8px 16px rgba(78, 58, 160, 0.08);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill:hover{
  border-color: rgba(255, 79, 184, 0.4);
  background: linear-gradient(135deg, #fff7fc 0%, #eef7ff 100%);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-mark, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-card{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-mark{
  color: rgba(107, 78, 220, 0.10);
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-mark-one{
  top: 34px;
  left: 5%;
  font-size: 7rem;
  transform: rotate(-12deg);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-mark-two{
  right: 6%;
  bottom: 42px;
  font-size: 9rem;
  transform: rotate(10deg);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-card{
  width: 132px;
  height: 86px;
  border-radius: 10px;
  border: 1px solid rgba(0, 132, 255, 0.12);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 40px rgba(91, 73, 178, 0.10);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-card-one{
  top: 132px;
  right: 12%;
  transform: rotate(8deg);
}.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-card-two{
  left: 8%;
  bottom: 96px;
  transform: rotate(-7deg);
}@keyframes chgShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 42px 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 100%; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{ font-size: 0.88rem; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{ padding: 14px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{ min-height: 118px; font-size: 0.92rem; padding: 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-select-grid{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{ width: 100%; font-size: 0.9rem; min-height: 42px; padding: 10px 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{ padding: 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool h2{ font-size: 1rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{ font-size: 0.82rem; padding: 8px 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{ gap: 8px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-mark, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-bg-card{ opacity: 0.45; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 46px 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 100%; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{ font-size: 0.92rem; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ grid-template-columns: 1fr; gap: 13px; padding: 11px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{ padding: 16px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{ min-height: 124px; font-size: 0.94rem; padding: 13px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-select-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{ width: 100%; font-size: 0.91rem; min-height: 43px; padding: 10px 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{ padding: 13px; }.tc-wp-tool-root .chg-hashtag-generator-tool h2{ font-size: 1.04rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{ font-size: 0.84rem; padding: 9px 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{ gap: 8px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 52px 14px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 100%; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{ font-size: 0.96rem; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{ padding: 18px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{ min-height: 132px; font-size: 0.96rem; padding: 14px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-select-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{ width: 100%; font-size: 0.92rem; min-height: 44px; padding: 11px 13px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{ padding: 14px; }.tc-wp-tool-root .chg-hashtag-generator-tool h2{ font-size: 1.08rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{ font-size: 0.86rem; padding: 9px 11px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{ gap: 9px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 64px 18px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 940px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{ font-size: 1rem; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{ padding: 22px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{ min-height: 138px; font-size: 0.98rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{ font-size: 0.93rem; min-height: 45px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{ padding: 15px; }.tc-wp-tool-root .chg-hashtag-generator-tool h2{ font-size: 1.14rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{ font-size: 0.9rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{ gap: 10px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 70px 22px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 1120px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-kicker{ font-size: 1rem; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ gap: 18px; padding: 15px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-control-panel, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-output-panel{ padding: 23px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-input{ min-height: 144px; font-size: 1rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-btn{ font-size: 0.94rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-results-box{ padding: 16px; }.tc-wp-tool-root .chg-hashtag-generator-tool h2{ font-size: 1.16rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill{ font-size: 0.91rem; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-skeleton, .tc-wp-tool-root .chg-hashtag-generator-tool .chg-pill-wrap{ gap: 10px; }}@media (min-width: 1200px) {.tc-wp-tool-root .chg-hashtag-generator-tool{ padding: 78px 24px; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-inner{ max-width: 1200px; }.tc-wp-tool-root .chg-hashtag-generator-tool h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .chg-hashtag-generator-tool .chg-tool-card{ gap: 20px; }}.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;
}