@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 .khg-hashtag-generator-tool, .tc-wp-tool-root .khg-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .khg-hashtag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #19213d;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 91, 172, 0.22), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(45, 121, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #fbf8ff 0%, #f4efff 42%, #eef7ff 100%);
  padding: 54px 18px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-bg-mark{
  position: absolute;
  z-index: 1;
  color: rgba(125, 84, 255, 0.12);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-bg-mark-one{
  top: 28px;
  left: 5%;
  font-size: 7rem;
  transform: rotate(-12deg);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-bg-mark-two{
  right: 7%;
  top: 34%;
  font-size: 9rem;
  color: rgba(20, 124, 255, 0.11);
  transform: rotate(10deg);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-bg-mark-three{
  left: 13%;
  bottom: 24px;
  font-size: 6rem;
  color: rgba(255, 86, 164, 0.12);
  transform: rotate(8deg);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-header{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
  margin: 0 0 10px;
  color: #6e5cd7;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .khg-hashtag-generator-tool h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #18203b;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(130, 111, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(79, 70, 229, 0.14);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
  padding: 24px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .khg-hashtag-generator-tool label{
  display: block;
  margin: 0 0 8px;
  color: #34405f;
  font-size: 0.94rem;
  font-weight: 800;
}.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(125, 84, 255, 0.25);
  border-radius: 10px;
  background: #ffffff;
  color: #1d2947;
  outline: none;
  box-shadow: 0 8px 22px rgba(45, 121, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .khg-hashtag-generator-tool textarea{
  resize: vertical;
  min-height: 152px;
  padding: 15px 16px;
  line-height: 1.5;
}.tc-wp-tool-root .khg-hashtag-generator-tool select{
  appearance: none;
  padding: 13px 40px 13px 14px;
  background-image: linear-gradient(45deg, transparent 50%, #7657ff 50%), linear-gradient(135deg, #7657ff 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 .khg-hashtag-generator-tool textarea:focus, .tc-wp-tool-root .khg-hashtag-generator-tool select:focus, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn:focus, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box:focus{
  border-color: #2d79ff;
  box-shadow: 0 0 0 4px rgba(45, 121, 255, 0.17), 0 12px 30px rgba(125, 84, 255, 0.12);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-select-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.56fr);
  gap: 14px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-top: 4px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7d54ff 0%, #2d79ff 52%, #ff5bac 100%);
  box-shadow: 0 14px 30px rgba(45, 121, 255, 0.24);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn-secondary{
  color: #4a3fa7;
  background: #ffffff;
  border-color: rgba(125, 84, 255, 0.26);
  box-shadow: 0 10px 22px rgba(80, 72, 170, 0.08);
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-message{
  width: 100%;
  max-width: 100%;
  min-height: 22px;
  margin-top: 14px;
  color: #5a4ec3;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-message.khg-error{
  color: #a4255d;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-output-label{
  margin: 0 0 4px;
  color: #20294a;
  font-size: 1.02rem;
  font-weight: 900;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-count{
  margin: 0;
  color: #746f91;
  font-size: 0.9rem;
  font-weight: 750;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(45, 121, 255, 0.18);
  border-radius: 10px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(125, 84, 255, 0.08), rgba(255, 91, 172, 0.07)),
    #ffffff;
  outline: none;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box::-webkit-scrollbar-track{
  background: #f1edff;
  border-radius: 999px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7d54ff, #2d79ff, #ff5bac);
  border: 2px solid #f1edff;
  border-radius: 999px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-pill, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-card{
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 84, 255, 0.14), rgba(45, 121, 255, 0.2), rgba(255, 91, 172, 0.15));
  background-size: 220% 100%;
  animation: khgPulse 1.35s ease-in-out infinite;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-pill{
  width: 118px;
  height: 38px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-pill.khg-wide{
  width: 178px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-pill.khg-mid{
  width: 142px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-pill.khg-short{
  width: 92px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-skeleton-card{
  width: 100%;
  height: 76px;
  border-radius: 10px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(125, 84, 255, 0.18);
  border-radius: 999px;
  padding: 9px 10px 9px 13px;
  color: #293154;
  background: linear-gradient(135deg, #ffffff, #f7f2ff);
  box-shadow: 0 8px 18px rgba(80, 72, 170, 0.08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag-text{
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-copy-tag{
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 6px 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #2d79ff, #7d54ff);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-copy-tag:focus{
  outline: 3px solid rgba(45, 121, 255, 0.24);
  outline-offset: 2px;
}.tc-wp-tool-root .khg-hashtag-generator-tool .khg-copy-all{
  align-self: flex-start;
  margin-top: 14px;
}@keyframes khgPulse {
  0% {
    background-position: 0% 50%;
    opacity: 0.72;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
  100% {
    background-position: 0% 50%;
    opacity: 0.72;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 34px 12px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 100%;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 0.88rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-select-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    grid-column: 1 / -1;
    padding: 15px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 0.93rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    width: 100%;
    font-size: 0.92rem;
    padding: 11px 12px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 13px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.84rem;
    padding: 8px 9px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    gap: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 38px 14px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 100%;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 0.92rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-select-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    grid-column: 1 / -1;
    padding: 17px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 0.95rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    width: 100%;
    font-size: 0.94rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 14px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.86rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    gap: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 42px 16px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 100%;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 0.96rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-select-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    grid-column: 1 / -1;
    padding: 19px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 0.97rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    width: 100%;
    font-size: 0.96rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 15px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.88rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    gap: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 50px 22px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 940px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 1rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    padding: 21px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 0.98rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    font-size: 0.95rem;
    padding: 11px 14px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 16px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.9rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    gap: 18px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 56px 26px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 1120px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 1.02rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 20px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    padding: 23px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 1rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    font-size: 0.97rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 17px;
    font-size: 0.97rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.92rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .khg-hashtag-generator-tool .khg-shell{
    padding: 64px 30px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-container{
    max-width: 1200px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-kicker{
    font-size: 1.04rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tool-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-controls, .tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-card{
    padding: 26px;
  }.tc-wp-tool-root .khg-hashtag-generator-tool textarea, .tc-wp-tool-root .khg-hashtag-generator-tool select{
    font-size: 1rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-btn{
    font-size: 0.98rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-preview-box{
    padding: 18px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .khg-hashtag-generator-tool .khg-tag{
    font-size: 0.94rem;
  }}.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;
}

.tc-wp-tool-root .khg-count-number {}
.tc-wp-tool-root .khg-download {}
.tc-wp-tool-root .khg-platform {}
.tc-wp-tool-root .khg-quantity {}
.tc-wp-tool-root .khg-reset {}
.tc-wp-tool-root .khg-topic {}