@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 .cnhg-couple-hashtag-tool, .tc-wp-tool-root .cnhg-couple-hashtag-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .cnhg-couple-hashtag-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 58px 18px;
  color: #201334;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 91, 160, 0.18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(41, 117, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8fd 0%, #f7f3ff 42%, #eef6ff 100%);
  font-family: inherit;
}.tc-wp-tool-root .cnhg-couple-hashtag-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(111, 76, 255, 0.08) 1px, transparent 1px),
    linear-gradient(45deg, rgba(255, 91, 160, 0.08) 1px, transparent 1px);
  background-size: 72px 72px, 96px 96px;
  pointer-events: none;
}.tc-wp-tool-root .cnhg-bg-mark{
  position: absolute;
  z-index: 0;
  color: rgba(113, 70, 255, 0.08);
  font-weight: 900;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}.tc-wp-tool-root .cnhg-bg-mark-one{
  top: 32px;
  left: 5%;
  font-size: 118px;
  transform: rotate(-12deg);
}.tc-wp-tool-root .cnhg-bg-mark-two{
  right: 7%;
  top: 155px;
  font-size: 86px;
  color: rgba(0, 117, 255, 0.08);
  transform: rotate(10deg);
}.tc-wp-tool-root .cnhg-bg-mark-three{
  left: 12%;
  bottom: 46px;
  font-size: 72px;
  color: rgba(255, 64, 145, 0.08);
  transform: rotate(8deg);
}.tc-wp-tool-root .cnhg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cnhg-header{
  width: 100%;
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
}.tc-wp-tool-root .cnhg-header h1{
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #211536;
  font-weight: 850;
}.tc-wp-tool-root .cnhg-subtitle{
  width: 100%;
  max-width: 780px;
  margin: 14px auto 0;
  color: #625173;
  font-size: 1.02rem;
  line-height: 1.65;
}.tc-wp-tool-root .cnhg-tool-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}.tc-wp-tool-root .cnhg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(130, 106, 190, 0.22);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(82, 54, 139, 0.15);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .cnhg-input-panel{
  padding: 24px;
}.tc-wp-tool-root .cnhg-output-panel{
  padding: 24px;
}.tc-wp-tool-root .cnhg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cnhg-field label{
  display: block;
  margin: 0 0 8px;
  color: #352447;
  font-size: 0.92rem;
  font-weight: 750;
}.tc-wp-tool-root .cnhg-textarea, .tc-wp-tool-root .cnhg-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(117, 92, 174, 0.28);
  border-radius: 10px;
  background: #ffffff;
  color: #251832;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 1px 2px rgba(74, 51, 120, 0.04);
  outline: none;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .cnhg-textarea{
  resize: vertical;
  min-height: 132px;
  padding: 15px 16px;
  line-height: 1.55;
}.tc-wp-tool-root .cnhg-select{
  height: 48px;
  padding: 0 14px;
  appearance: auto;
}.tc-wp-tool-root .cnhg-textarea:focus, .tc-wp-tool-root .cnhg-select:focus, .tc-wp-tool-root .cnhg-btn:focus-visible, .tc-wp-tool-root .cnhg-tag:focus-visible{
  border-color: #316cff;
  box-shadow: 0 0 0 4px rgba(49, 108, 255, 0.16);
}.tc-wp-tool-root .cnhg-control-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root .cnhg-button-row{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.75fr);
  gap: 12px;
  margin-top: 18px;
}.tc-wp-tool-root .cnhg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  padding: 12px 15px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .cnhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .cnhg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #ff4f9a 0%, #7a4cff 52%, #166cff 100%);
  box-shadow: 0 14px 30px rgba(91, 88, 255, 0.26);
}.tc-wp-tool-root .cnhg-btn-secondary{
  color: #342049;
  background: linear-gradient(180deg, #ffffff 0%, #f7f3ff 100%);
  border: 1px solid rgba(117, 92, 174, 0.22);
}.tc-wp-tool-root .cnhg-btn-copy{
  color: #ffffff;
  background: linear-gradient(135deg, #266fff 0%, #8b5cff 58%, #ff5ca8 100%);
  box-shadow: 0 14px 30px rgba(76, 89, 255, 0.22);
}.tc-wp-tool-root .cnhg-message{
  width: 100%;
  max-width: 100%;
  min-height: 24px;
  margin-top: 12px;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cnhg-validation{
  color: #9b234d;
  font-weight: 750;
}.tc-wp-tool-root .cnhg-status{
  color: #255c38;
  font-weight: 750;
}.tc-wp-tool-root .cnhg-output-head{
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .cnhg-kicker{
  margin: 0 0 4px;
  color: #7a47ff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-tool-root .cnhg-output-head h2{
  margin: 0;
  color: #251832;
  font-size: 1.28rem;
  line-height: 1.2;
}.tc-wp-tool-root .cnhg-count{
  flex: 0 0 auto;
  max-width: 45%;
  padding: 7px 10px;
  border-radius: 999px;
  color: #43305b;
  background: #f4edff;
  border: 1px solid rgba(122, 76, 255, 0.14);
  font-size: 0.83rem;
  font-weight: 800;
  white-space: normal;
  text-align: center;
}.tc-wp-tool-root .cnhg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 246px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(129, 99, 190, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(255, 91, 160, 0.12), transparent 36%);
  scrollbar-color: #b79cff #f4efff;
  scrollbar-width: thin;
}.tc-wp-tool-root .cnhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .cnhg-preview::-webkit-scrollbar-track{
  background: #f4efff;
  border-radius: 999px;
}.tc-wp-tool-root .cnhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #c2adff, #ff9ac6);
  border-radius: 999px;
}.tc-wp-tool-root .cnhg-skeleton, .tc-wp-tool-root .cnhg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .cnhg-skeleton span{
  display: block;
  width: min(100%, 148px);
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f0e9ff 0%, #fff5fb 45%, #eaf3ff 78%, #f0e9ff 100%);
  background-size: 240% 100%;
  animation: cnhgShimmer 1.4s ease-in-out infinite;
}.tc-wp-tool-root .cnhg-skeleton span:nth-child(2n){
  width: min(100%, 118px);
}.tc-wp-tool-root .cnhg-skeleton span:nth-child(3n){
  width: min(100%, 176px);
}@keyframes cnhgShimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}.tc-wp-tool-root .cnhg-tag{
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(100, 82, 180, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  color: #2b1a3f;
  background: linear-gradient(135deg, #ffffff 0%, #f8f3ff 48%, #eef6ff 100%);
  box-shadow: 0 8px 20px rgba(68, 47, 118, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 750;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.tc-wp-tool-root .cnhg-tag::after{
  content: "Copy";
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  color: #6544d9;
  background: rgba(122, 76, 255, 0.1);
  font-size: 0.68rem;
  font-weight: 850;
}.tc-wp-tool-root .cnhg-result-status{
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  color: #5c4a72;
  font-size: 0.92rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cnhg-copy-area{
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}.tc-wp-tool-root .cnhg-copy-area .cnhg-btn{
  width: auto;
  min-width: 180px;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 34px 10px;
  }.tc-wp-tool-root .cnhg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .cnhg-header{
    margin-bottom: 18px;
  }.tc-wp-tool-root .cnhg-header h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .cnhg-subtitle{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-tool-root .cnhg-tool-grid, .tc-wp-tool-root .cnhg-control-grid, .tc-wp-tool-root .cnhg-button-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .cnhg-input-panel, .tc-wp-tool-root .cnhg-output-panel{
    padding: 14px;
    grid-column: 1 / -1;
  }.tc-wp-tool-root .cnhg-textarea{
    min-height: 116px;
    padding: 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .cnhg-select, .tc-wp-tool-root .cnhg-btn{
    min-height: 44px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .cnhg-preview{
    min-height: 214px;
    padding: 12px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .cnhg-tag{
    padding: 8px 10px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .cnhg-copy-area{
    justify-content: stretch;
  }.tc-wp-tool-root .cnhg-copy-area .cnhg-btn{
    width: 100%;
    min-width: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 38px 12px;
  }.tc-wp-tool-root .cnhg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .cnhg-header h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .cnhg-subtitle{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-tool-root .cnhg-tool-grid, .tc-wp-tool-root .cnhg-control-grid, .tc-wp-tool-root .cnhg-button-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .cnhg-input-panel, .tc-wp-tool-root .cnhg-output-panel{
    padding: 16px;
    grid-column: 1 / -1;
  }.tc-wp-tool-root .cnhg-textarea{
    min-height: 120px;
    padding: 13px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .cnhg-btn{
    min-height: 45px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .cnhg-preview{
    min-height: 224px;
    padding: 13px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .cnhg-tag{
    padding: 8px 11px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .cnhg-copy-area{
    justify-content: stretch;
  }.tc-wp-tool-root .cnhg-copy-area .cnhg-btn{
    width: 100%;
    min-width: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 44px 14px;
  }.tc-wp-tool-root .cnhg-header h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .cnhg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .cnhg-tool-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .cnhg-input-panel, .tc-wp-tool-root .cnhg-output-panel{
    grid-column: 1 / -1;
    padding: 18px;
  }.tc-wp-tool-root .cnhg-control-grid, .tc-wp-tool-root .cnhg-button-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .cnhg-preview{
    padding: 14px;
  }.tc-wp-tool-root .cnhg-tag{
    font-size: 0.88rem;
  }.tc-wp-tool-root .cnhg-copy-area{
    justify-content: stretch;
  }.tc-wp-tool-root .cnhg-copy-area .cnhg-btn{
    width: 100%;
    min-width: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 52px 18px;
  }.tc-wp-tool-root .cnhg-header h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .cnhg-tool-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .cnhg-input-panel, .tc-wp-tool-root .cnhg-output-panel{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .cnhg-button-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 56px 18px;
  }.tc-wp-tool-root .cnhg-header h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .cnhg-tool-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .cnhg-couple-hashtag-tool{
    padding: 64px 18px;
  }.tc-wp-tool-root .cnhg-shell{
    max-width: 1200px;
  }.tc-wp-tool-root .cnhg-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;
}

.tc-wp-tool-root .cnhg-copy-all {}
.tc-wp-tool-root .cnhg-download {}
.tc-wp-tool-root .cnhg-reset {}