@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 .ehg-event-hashtag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 18px;
  background:
    linear-gradient(135deg, rgba(248, 246, 255, .96), rgba(255, 255, 255, .96) 42%, rgba(238, 248, 255, .95)),
    radial-gradient(circle at 18% 14%, rgba(167, 108, 255, .16), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(0, 132, 255, .14), transparent 25%),
    radial-gradient(circle at 70% 88%, rgba(255, 95, 162, .12), transparent 26%);
  color: #1f1d35;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ehg-event-hashtag-generator, .tc-wp-tool-root .ehg-event-hashtag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .ehg-event-hashtag-generator button, .tc-wp-tool-root .ehg-event-hashtag-generator input, .tc-wp-tool-root .ehg-event-hashtag-generator textarea, .tc-wp-tool-root .ehg-event-hashtag-generator select{
  font: inherit;
}.tc-wp-tool-root .ehg-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .ehg-bg-mark{
  position: absolute;
  color: rgba(122, 87, 255, .08);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .ehg-bg-mark-one{
  top: 34px;
  left: 5%;
  font-size: 9rem;
  transform: rotate(-10deg);
}.tc-wp-tool-root .ehg-bg-mark-two{
  right: 6%;
  bottom: 26px;
  font-size: 11rem;
  color: rgba(0, 132, 255, .075);
  transform: rotate(8deg);
}.tc-wp-tool-root .ehg-bg-ticket{
  position: absolute;
  top: 94px;
  right: 16%;
  width: 180px;
  height: 82px;
  border: 1px solid rgba(129, 95, 255, .16);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,.16)),
    repeating-linear-gradient(90deg, transparent 0 19px, rgba(129, 95, 255, .12) 20px 21px);
  transform: rotate(7deg);
  pointer-events: none;
}.tc-wp-tool-root .ehg-header{
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .ehg-kicker{
  margin: 0 0 10px;
  color: #6b55d8;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-tool-root .ehg-header h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #17142b;
}.tc-wp-tool-root .ehg-tool-card{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 22px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(129, 95, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(66, 52, 130, .16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(129, 95, 255, .16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,248,255,.92));
  box-shadow: 0 14px 34px rgba(83, 67, 140, .09);
}.tc-wp-tool-root .ehg-control-panel{
  padding: 22px;
}.tc-wp-tool-root .ehg-preview-panel{
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}.tc-wp-tool-root .ehg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .ehg-field label{
  display: block;
  margin: 0 0 8px;
  color: #332d58;
  font-size: .92rem;
  font-weight: 760;
}.tc-wp-tool-root .ehg-field textarea, .tc-wp-tool-root .ehg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(116, 92, 224, .25);
  border-radius: 10px;
  background: #ffffff;
  color: #201d35;
  outline: none;
  box-shadow: 0 8px 22px rgba(74, 60, 130, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .ehg-field textarea{
  min-height: 136px;
  resize: vertical;
  padding: 14px 15px;
  line-height: 1.5;
}.tc-wp-tool-root .ehg-field select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .ehg-field textarea:focus, .tc-wp-tool-root .ehg-field select:focus, .tc-wp-tool-root .ehg-btn:focus-visible, .tc-wp-tool-root .ehg-tag:focus-visible{
  border-color: #6d5cff;
  box-shadow: 0 0 0 4px rgba(109, 92, 255, .18), 0 10px 24px rgba(74, 60, 130, .08);
}.tc-wp-tool-root .ehg-control-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 4px;
}.tc-wp-tool-root .ehg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 820;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root .ehg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ehg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #6d5cff, #0088ff 54%, #ff5fa2);
  box-shadow: 0 13px 28px rgba(83, 92, 255, .28);
}.tc-wp-tool-root .ehg-btn-secondary{
  color: #3d3474;
  background: #ffffff;
  border-color: rgba(116, 92, 224, .22);
  box-shadow: 0 9px 22px rgba(74, 60, 130, .07);
}.tc-wp-tool-root .ehg-status{
  width: 100%;
  max-width: 100%;
  min-height: 24px;
  margin-top: 14px;
  color: #4c456e;
  font-size: .94rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .ehg-status.is-error{
  color: #9d214c;
}.tc-wp-tool-root .ehg-status.is-success{
  color: #256349;
}.tc-wp-tool-root .ehg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-preview-label{
  display: inline-block;
  margin-bottom: 4px;
  color: #6b55d8;
  font-size: .82rem;
  font-weight: 860;
  text-transform: uppercase;
  letter-spacing: .06em;
}.tc-wp-tool-root .ehg-preview-head h2{
  margin: 0;
  color: #1d1934;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ehg-count{
  flex: 0 1 auto;
  max-width: 45%;
  padding: 7px 10px;
  border: 1px solid rgba(0, 132, 255, .18);
  border-radius: 10px;
  background: #eff8ff;
  color: #1365a8;
  font-size: .84rem;
  font-weight: 820;
  text-align: center;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .ehg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(116, 92, 224, .18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,250,255,.96)),
    linear-gradient(90deg, rgba(109,92,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(109,92,255,.04) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  scrollbar-width: thin;
  scrollbar-color: #8f7cff #f0ecff;
}.tc-wp-tool-root .ehg-results::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ehg-results::-webkit-scrollbar-track{
  background: #f0ecff;
  border-radius: 10px;
}.tc-wp-tool-root .ehg-results::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8f7cff, #00a0ff);
  border-radius: 10px;
  border: 2px solid #f0ecff;
}.tc-wp-tool-root .ehg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid rgba(109, 92, 255, .19);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #f7f4ff);
  color: #352b74;
  cursor: pointer;
  font-size: .94rem;
  font-weight: 780;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 8px 18px rgba(87, 70, 143, .08);
}.tc-wp-tool-root .ehg-tag:hover{
  border-color: rgba(0, 132, 255, .34);
  background: linear-gradient(135deg, #ffffff, #eef8ff);
}.tc-wp-tool-root .ehg-skeleton{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ehg-skeleton span{
  width: min(148px, 100%);
  max-width: 100%;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(238,233,255,.95), rgba(247,251,255,.95), rgba(255,232,244,.95));
  background-size: 220% 100%;
  animation: ehgPulse 1.35s ease-in-out infinite;
}.tc-wp-tool-root .ehg-skeleton span:nth-child(2n){
  width: min(112px, 100%);
}.tc-wp-tool-root .ehg-skeleton span:nth-child(3n){
  width: min(176px, 100%);
}.tc-wp-tool-root .ehg-copy-all{
  align-self: flex-start;
  color: #ffffff;
  background: linear-gradient(135deg, #ff5fa2, #7a5cff);
  box-shadow: 0 12px 24px rgba(194, 79, 168, .23);
}@keyframes ehgPulse {
  0% { background-position: 0% 50%; opacity: .72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: .72; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ehg-event-hashtag-generator{ padding: 38px 10px; }.tc-wp-tool-root .ehg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-kicker{ font-size: .86rem; }.tc-wp-tool-root .ehg-tool-card{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{ grid-column: 1 / -1; padding: 12px; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ehg-field textarea{ min-height: 116px; padding: 12px; font-size: .92rem; }.tc-wp-tool-root .ehg-field select{ min-height: 44px; font-size: .92rem; }.tc-wp-tool-root .ehg-btn{ width: 100%; min-height: 43px; padding: 10px 12px; font-size: .9rem; }.tc-wp-tool-root .ehg-preview-head{ flex-direction: column; }.tc-wp-tool-root .ehg-preview-head h2{ font-size: 1rem; }.tc-wp-tool-root .ehg-count{ max-width: 100%; font-size: .78rem; }.tc-wp-tool-root .ehg-results{ padding: 10px; }.tc-wp-tool-root .ehg-tag{ font-size: .82rem; padding: 8px 9px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ehg-event-hashtag-generator{ padding: 42px 12px; }.tc-wp-tool-root .ehg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-kicker{ font-size: .9rem; }.tc-wp-tool-root .ehg-tool-card{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .ehg-field textarea{ min-height: 122px; padding: 12px; font-size: .94rem; }.tc-wp-tool-root .ehg-field select{ min-height: 45px; font-size: .94rem; }.tc-wp-tool-root .ehg-btn{ min-height: 44px; padding: 10px 13px; font-size: .92rem; }.tc-wp-tool-root .ehg-preview-head{ flex-direction: column; }.tc-wp-tool-root .ehg-preview-head h2{ font-size: 1.04rem; }.tc-wp-tool-root .ehg-count{ max-width: 100%; font-size: .8rem; }.tc-wp-tool-root .ehg-results{ padding: 12px; }.tc-wp-tool-root .ehg-tag{ font-size: .84rem; padding: 8px 10px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ehg-event-hashtag-generator{ padding: 48px 14px; }.tc-wp-tool-root .ehg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-kicker{ font-size: .94rem; }.tc-wp-tool-root .ehg-tool-card{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .ehg-control-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ehg-field textarea{ min-height: 128px; font-size: .96rem; }.tc-wp-tool-root .ehg-field select{ min-height: 46px; font-size: .96rem; }.tc-wp-tool-root .ehg-btn{ flex: 1 1 140px; min-height: 44px; font-size: .94rem; }.tc-wp-tool-root .ehg-preview-head h2{ font-size: 1.08rem; }.tc-wp-tool-root .ehg-results{ padding: 13px; }.tc-wp-tool-root .ehg-tag{ font-size: .88rem; padding: 8px 10px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ehg-event-hashtag-generator{ padding: 60px 18px; }.tc-wp-tool-root .ehg-container{ width: 100%; max-width: 940px; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-kicker{ font-size: .98rem; }.tc-wp-tool-root .ehg-tool-card{ grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 18px; padding: 16px; }.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{ padding: 18px; }.tc-wp-tool-root .ehg-field textarea{ font-size: .98rem; }.tc-wp-tool-root .ehg-btn{ min-height: 45px; font-size: .95rem; }.tc-wp-tool-root .ehg-preview-head h2{ font-size: 1.12rem; }.tc-wp-tool-root .ehg-tag{ font-size: .9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ehg-event-hashtag-generator{ padding: 68px 22px; }.tc-wp-tool-root .ehg-container{ width: 100%; max-width: 1120px; }.tc-wp-tool-root .ehg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ehg-kicker{ font-size: 1rem; }.tc-wp-tool-root .ehg-tool-card{ gap: 20px; padding: 18px; }.tc-wp-tool-root .ehg-control-panel, .tc-wp-tool-root .ehg-preview-panel{ padding: 21px; }.tc-wp-tool-root .ehg-field textarea{ font-size: 1rem; }.tc-wp-tool-root .ehg-btn{ font-size: .96rem; }.tc-wp-tool-root .ehg-preview-head h2{ font-size: 1.16rem; }.tc-wp-tool-root .ehg-tag{ font-size: .92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ehg-container{ max-width: 1200px; }.tc-wp-tool-root .ehg-header h1{ 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;
}