@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 .h1tg-tag-generator-tool, .tc-wp-tool-root .h1tg-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .h1tg-tag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background:
    radial-gradient(circle at 12% 12%, rgba(126, 87, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(24, 190, 166, .18), transparent 30%),
    linear-gradient(135deg, #f6fbff 0%, #eef7fb 44%, #f8f6ff 100%);
}.tc-wp-tool-root .h1tg-tag-generator-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(33, 83, 120, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 83, 120, .08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  pointer-events: none;
}.tc-wp-tool-root .h1tg-bg-tags{
  position: absolute;
  inset: 0;
  pointer-events: none;
}.tc-wp-tool-root .h1tg-bg-tags span{
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid rgba(52, 118, 155, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .52);
  color: rgba(34, 76, 104, .48);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(31, 75, 110, .08);
}.tc-wp-tool-root .h1tg-bg-tags span:nth-child(1){ left: 7%; top: 18%; }.tc-wp-tool-root .h1tg-bg-tags span:nth-child(2){ left: 82%; top: 14%; }.tc-wp-tool-root .h1tg-bg-tags span:nth-child(3){ left: 11%; bottom: 17%; }.tc-wp-tool-root .h1tg-bg-tags span:nth-child(4){ right: 8%; bottom: 23%; }.tc-wp-tool-root .h1tg-bg-tags span:nth-child(5){ left: 45%; top: 8%; }.tc-wp-tool-root .h1tg-bg-tags span:nth-child(6){ right: 20%; bottom: 8%; }.tc-wp-tool-root .h1tg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .h1tg-hero{
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .h1tg-hero h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #102033;
  font-weight: 850;
}.tc-wp-tool-root .h1tg-hero p{
  margin: 12px auto 0;
  max-width: 720px;
  color: #52657a;
  font-size: 1.02rem;
  line-height: 1.6;
}.tc-wp-tool-root .h1tg-dashboard{
  display: grid;
  grid-template-columns: 38% 62%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(82, 113, 147, .16);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 28px 70px rgba(35, 73, 105, .16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .h1tg-settings, .tc-wp-tool-root .h1tg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .h1tg-settings{
  padding: 24px;
  background: linear-gradient(180deg, rgba(238, 248, 250, .88), rgba(246, 243, 255, .82));
  border-right: 1px solid rgba(82, 113, 147, .14);
}.tc-wp-tool-root .h1tg-preview{
  padding: 24px;
  background: rgba(255, 255, 255, .82);
}.tc-wp-tool-root .h1tg-field{
  width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .h1tg-field label{
  display: flex;
  gap: 4px;
  margin-bottom: 7px;
  color: #1b3048;
  font-size: .88rem;
  font-weight: 750;
}.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(71, 103, 137, .2);
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  color: #172033;
  font: inherit;
  font-size: .95rem;
  padding: 11px 13px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .h1tg-field input:focus, .tc-wp-tool-root .h1tg-field select:focus, .tc-wp-tool-root .h1tg-btn:focus-visible{
  border-color: #6f65ff;
  box-shadow: 0 0 0 4px rgba(111, 101, 255, .16);
}.tc-wp-tool-root .h1tg-validation, .tc-wp-tool-root .h1tg-success{
  min-height: 22px;
  margin: 4px 0 12px;
  font-size: .88rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .h1tg-validation{
  color: #9a3412;
  font-weight: 700;
}.tc-wp-tool-root .h1tg-success{
  color: #08715f;
  font-weight: 750;
}.tc-wp-tool-root .h1tg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .h1tg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 14px;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}.tc-wp-tool-root .h1tg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .h1tg-primary{
  color: #fff;
  background: linear-gradient(135deg, #575cff, #12bda4);
  box-shadow: 0 12px 28px rgba(63, 91, 221, .24);
}.tc-wp-tool-root .h1tg-secondary, .tc-wp-tool-root .h1tg-copy-one, .tc-wp-tool-root .h1tg-copy-all{
  color: #1c3958;
  background: rgba(255, 255, 255, .86);
  border-color: rgba(74, 110, 143, .18);
}.tc-wp-tool-root .h1tg-copy-all{
  margin-top: 14px;
  max-width: 190px;
}.tc-wp-tool-root .h1tg-preview-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .h1tg-preview-top h2{
  margin: 0;
  color: #172033;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 850;
}.tc-wp-tool-root .h1tg-count{
  flex: 0 0 auto;
  border: 1px solid rgba(18, 189, 164, .22);
  border-radius: 10px;
  background: rgba(236, 253, 248, .9);
  color: #08715f;
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 850;
}.tc-wp-tool-root .h1tg-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(74, 110, 143, .16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.9));
  padding: 16px;
  scrollbar-color: #8fded3 #eef7fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .h1tg-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .h1tg-output::-webkit-scrollbar-track{
  background: #eef7fb;
  border-radius: 10px;
}.tc-wp-tool-root .h1tg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #84d8cd, #8f8cff);
  border-radius: 10px;
}.tc-wp-tool-root .h1tg-skeleton{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .h1tg-skeleton span{
  display: block;
  min-height: 78px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(237, 245, 251, .8), rgba(255,255,255,.95), rgba(237, 245, 251, .8)),
    linear-gradient(135deg, rgba(18,189,164,.14), rgba(111,101,255,.12));
  background-size: 220% 100%, 100% 100%;
  border: 1px solid rgba(84, 125, 160, .12);
  animation: h1tgShimmer 1.45s ease-in-out infinite;
}@keyframes h1tgShimmer {
  0% { background-position: 120% 0, 0 0; }
  100% { background-position: -120% 0, 0 0; }
}.tc-wp-tool-root .h1tg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .h1tg-chip-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .h1tg-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(74, 110, 143, .14);
  border-radius: 10px;
  padding: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(38, 81, 116, .08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .h1tg-tag-card strong{
  display: block;
  margin-bottom: 8px;
  color: #142842;
  font-size: .93rem;
  line-height: 1.35;
}.tc-wp-tool-root .h1tg-meta{
  display: grid;
  gap: 5px;
  color: #52657a;
  font-size: .8rem;
  line-height: 1.35;
}.tc-wp-tool-root .h1tg-copy-one{
  margin-top: 10px;
  min-height: 34px;
  padding: 8px 10px;
  font-size: .78rem;
}.tc-wp-tool-root .h1tg-pre{
  margin: 0;
  white-space: pre-wrap;
  color: #1d2e43;
  font: 600 .9rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .h1tg-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 34px 10px; }.tc-wp-tool-root .h1tg-container{ width: 100%; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: .9rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 1fr; gap: 0; }.tc-wp-tool-root .h1tg-settings, .tc-wp-tool-root .h1tg-preview{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .h1tg-settings{ border-right: 0; border-bottom: 1px solid rgba(82,113,147,.14); }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 43px; font-size: .9rem; }.tc-wp-tool-root .h1tg-btn{ min-height: 42px; font-size: .88rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 10px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .82rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 38px 12px; }.tc-wp-tool-root .h1tg-container{ width: 100%; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: .94rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .h1tg-settings, .tc-wp-tool-root .h1tg-preview{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .h1tg-settings{ border-right: 0; border-bottom: 1px solid rgba(82,113,147,.14); }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 44px; font-size: .92rem; }.tc-wp-tool-root .h1tg-btn{ min-height: 43px; font-size: .9rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 11px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .86rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 44px 14px; }.tc-wp-tool-root .h1tg-container{ width: 100%; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: .98rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .h1tg-settings, .tc-wp-tool-root .h1tg-preview{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .h1tg-settings{ border-right: 0; border-bottom: 1px solid rgba(82,113,147,.14); }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 45px; font-size: .94rem; }.tc-wp-tool-root .h1tg-btn{ min-height: 44px; font-size: .92rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 12px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 52px 22px; }.tc-wp-tool-root .h1tg-container{ width: 100%; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: 1rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .h1tg-settings, .tc-wp-tool-root .h1tg-preview{ grid-column: 1 / -1; padding: 22px; }.tc-wp-tool-root .h1tg-settings{ border-right: 0; border-bottom: 1px solid rgba(82,113,147,.14); }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 46px; font-size: .95rem; }.tc-wp-tool-root .h1tg-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .h1tg-btn{ min-height: 44px; font-size: .94rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 13px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 58px 26px; }.tc-wp-tool-root .h1tg-container{ width: 100%; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 38% 62%; }.tc-wp-tool-root .h1tg-settings{ padding: 22px; }.tc-wp-tool-root .h1tg-preview{ padding: 22px; }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 46px; font-size: .95rem; }.tc-wp-tool-root .h1tg-btn{ min-height: 44px; font-size: .94rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 13px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .9rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .h1tg-tag-generator-tool{ padding: 64px 28px; }.tc-wp-tool-root .h1tg-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .h1tg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .h1tg-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .h1tg-dashboard{ grid-template-columns: 38% 62%; }.tc-wp-tool-root .h1tg-settings{ padding: 26px; }.tc-wp-tool-root .h1tg-preview{ padding: 26px; }.tc-wp-tool-root .h1tg-field input, .tc-wp-tool-root .h1tg-field select{ min-height: 47px; font-size: .96rem; }.tc-wp-tool-root .h1tg-btn{ min-height: 45px; font-size: .95rem; }.tc-wp-tool-root .h1tg-skeleton, .tc-wp-tool-root .h1tg-chip-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .h1tg-tag-card{ padding: 14px; }.tc-wp-tool-root .h1tg-tag-card strong, .tc-wp-tool-root .h1tg-pre{ font-size: .92rem; }}.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 .h1tg-download {}
.tc-wp-tool-root .h1tg-format {}
.tc-wp-tool-root .h1tg-platform {}
.tc-wp-tool-root .h1tg-quantity {}
.tc-wp-tool-root .h1tg-reset {}
.tc-wp-tool-root .h1tg-style {}
.tc-wp-tool-root .h1tg-topic {}