@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 .ptg-product-tag-generator, .tc-wp-tool-root .ptg-product-tag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .ptg-product-tag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 18px;
  color: #14213d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 165, 250, 0.22), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(167, 139, 250, 0.18), transparent 30%),
    radial-gradient(circle at 74% 82%, rgba(45, 212, 191, 0.18), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eef9f6 48%, #f8f7ff 100%);
}.tc-wp-tool-root .ptg-product-tag-generator::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(20, 33, 61, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
  background-size: 22px 22px, 96px 96px;
  pointer-events: none;
}.tc-wp-tool-root .ptg-product-tag-generator::after{
  content: "#tags  product-keywords  metadata  categories  ecommerce-labels";
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(920px, 92%);
  color: rgba(30, 64, 175, 0.13);
  font-weight: 800;
  font-size: clamp(1.2rem, 4vw, 3rem);
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}.tc-wp-tool-root .ptg-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ptg-hero{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .ptg-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10203f;
  font-weight: 850;
}.tc-wp-tool-root .ptg-hero p{
  margin: 0 auto;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: #4b5b73;
}.tc-wp-tool-root .ptg-bg-elements{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}.tc-wp-tool-root .ptg-float-chip{
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 190px;
  padding: 8px 14px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 10px;
  color: rgba(30, 64, 175, 0.48);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.06);
  font-size: 0.82rem;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-chip-1{ top: 78px; left: 5%; }.tc-wp-tool-root .ptg-chip-2{ top: 172px; right: 6%; }.tc-wp-tool-root .ptg-chip-3{ bottom: 138px; left: 7%; }.tc-wp-tool-root .ptg-chip-4{ bottom: 82px; right: 11%; }.tc-wp-tool-root .ptg-keyline{
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.45), transparent);
}.tc-wp-tool-root .ptg-line-1{ top: 122px; left: 18%; width: 190px; }.tc-wp-tool-root .ptg-line-2{ top: 246px; right: 16%; width: 150px; }.tc-wp-tool-root .ptg-line-3{ bottom: 154px; left: 28%; width: 230px; }.tc-wp-tool-root .ptg-dashboard{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: 0;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(18px);
  overflow: hidden;
}.tc-wp-tool-root .ptg-settings-panel, .tc-wp-tool-root .ptg-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}.tc-wp-tool-root .ptg-settings-panel{
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.94), rgba(240, 253, 250, 0.88)),
    repeating-linear-gradient(135deg, rgba(59, 130, 246, 0.06) 0 1px, transparent 1px 13px);
  border-right: 1px solid rgba(148, 163, 184, 0.28);
}.tc-wp-tool-root .ptg-settings-panel h2, .tc-wp-tool-root .ptg-preview-head h2{
  margin: 0;
  color: #16233f;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: 0;
}.tc-wp-tool-root .ptg-settings-panel h2{
  margin-bottom: 20px;
}.tc-wp-tool-root .ptg-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}.tc-wp-tool-root .ptg-field label{
  display: block;
  margin: 0 0 7px;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 760;
}.tc-wp-tool-root .ptg-field label span{
  color: #be123c;
  font-weight: 900;
}.tc-wp-tool-root .ptg-field input, .tc-wp-tool-root .ptg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  border-radius: 10px;
  padding: 11px 13px;
  color: #14213d;
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}.tc-wp-tool-root .ptg-field input:focus, .tc-wp-tool-root .ptg-field select:focus, .tc-wp-tool-root .ptg-btn:focus-visible, .tc-wp-tool-root .ptg-copy-tag:focus-visible{
  outline: 3px solid rgba(96, 165, 250, 0.38);
  outline-offset: 2px;
  border-color: #3b82f6;
}.tc-wp-tool-root .ptg-control-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}.tc-wp-tool-root .ptg-message, .tc-wp-tool-root .ptg-status{
  min-height: 22px;
  margin: 4px 0 14px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #475569;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-message.is-error{
  color: #9f1239;
  font-weight: 720;
}.tc-wp-tool-root .ptg-status.is-success, .tc-wp-tool-root .ptg-message.is-success{
  color: #047857;
  font-weight: 720;
}.tc-wp-tool-root .ptg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ptg-btn{
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 14px;
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ptg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #14b8a6 58%, #8b5cf6);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}.tc-wp-tool-root .ptg-btn-secondary{
  color: #1e3a5f;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(148, 163, 184, 0.42);
}.tc-wp-tool-root .ptg-btn-copy{
  width: auto;
  min-width: 132px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18);
}.tc-wp-tool-root .ptg-preview-panel{
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92)),
    radial-gradient(circle at 92% 8%, rgba(167, 139, 250, 0.16), transparent 34%);
}.tc-wp-tool-root .ptg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}.tc-wp-tool-root .ptg-kicker{
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 10px;
  color: #0f766e;
  background: rgba(240, 253, 250, 0.9);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .ptg-count{
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 10px;
  color: #4338ca;
  background: rgba(238, 242, 255, 0.92);
  border: 1px solid rgba(129, 140, 248, 0.26);
  font-size: 0.82rem;
  font-weight: 850;
}.tc-wp-tool-root .ptg-output{
  width: 100%;
  max-width: 100%;
  min-height: 352px;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at 10% 8%, rgba(96, 165, 250, 0.08), transparent 34%);
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-width: thin;
  scrollbar-color: #93c5fd #eef6ff;
}.tc-wp-tool-root .ptg-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ptg-output::-webkit-scrollbar-track{
  background: #eef6ff;
  border-radius: 999px;
}.tc-wp-tool-root .ptg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #93c5fd, #5eead4);
  border-radius: 999px;
  border: 2px solid #eef6ff;
}.tc-wp-tool-root .ptg-skeleton{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 14px;
  color: #64748b;
}.tc-wp-tool-root .ptg-skel-row, .tc-wp-tool-root .ptg-skel-grid{
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .ptg-skel-row span, .tc-wp-tool-root .ptg-skel-grid span, .tc-wp-tool-root .ptg-skel-card{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(90deg, #eaf4ff 0%, #f5fbff 45%, #e8fff9 100%);
}.tc-wp-tool-root .ptg-skel-row span{
  width: 132px;
  max-width: 100%;
  height: 34px;
}.tc-wp-tool-root .ptg-skel-grid span{
  width: calc(50% - 5px);
  max-width: 100%;
  height: 76px;
}.tc-wp-tool-root .ptg-skel-card{
  width: 100%;
  height: 112px;
}.tc-wp-tool-root .ptg-skel-row span::after, .tc-wp-tool-root .ptg-skel-grid span::after, .tc-wp-tool-root .ptg-skel-card::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  animation: ptgShimmer 1.45s infinite;
}.tc-wp-tool-root .ptg-skeleton p{
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}@keyframes ptgShimmer {
  100% { transform: translateX(100%); }
}.tc-wp-tool-root .ptg-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ptg-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(240,253,250,0.78));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-card-tag{
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-meta{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.35;
}.tc-wp-tool-root .ptg-meta strong{
  color: #334155;
}.tc-wp-tool-root .ptg-copy-tag{
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 10px;
  color: #1d4ed8;
  background: rgba(239, 246, 255, 0.9);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .ptg-text-output{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  color: #1e293b;
  font: 0.92rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ptg-output-actions{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ptg-product-tag-generator{
    padding: 34px 10px;
  }.tc-wp-tool-root .ptg-container{
    width: 100%;
  }.tc-wp-tool-root .ptg-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-settings-panel, .tc-wp-tool-root .ptg-preview-panel{
    grid-column: 1 / -1;
    padding: 16px;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .ptg-settings-panel{
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  }.tc-wp-tool-root .ptg-field input, .tc-wp-tool-root .ptg-field select, .tc-wp-tool-root .ptg-btn{
    min-height: 44px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .ptg-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: 1fr;
    gap: 9px;
  }.tc-wp-tool-root .ptg-tag-card{
    padding: 10px;
  }.tc-wp-tool-root .ptg-card-tag{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ptg-skel-grid span{
    width: 100%;
  }.tc-wp-tool-root .ptg-float-chip, .tc-wp-tool-root .ptg-keyline{
    display: none;
  }.tc-wp-tool-root .ptg-output{
    padding: 12px;
  }.tc-wp-tool-root .ptg-btn-copy{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ptg-product-tag-generator{
    padding: 38px 12px;
  }.tc-wp-tool-root .ptg-hero p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-settings-panel, .tc-wp-tool-root .ptg-preview-panel{
    grid-column: 1 / -1;
    padding: 18px;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .ptg-settings-panel{
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-skel-grid span{
    width: 100%;
  }.tc-wp-tool-root .ptg-float-chip, .tc-wp-tool-root .ptg-keyline{
    display: none;
  }.tc-wp-tool-root .ptg-btn-copy{
    width: 100%;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ptg-product-tag-generator{
    padding: 44px 14px;
  }.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-settings-panel, .tc-wp-tool-root .ptg-preview-panel{
    grid-column: 1 / -1;
    padding: 22px;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .ptg-settings-panel{
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-skel-grid span{
    width: 100%;
  }.tc-wp-tool-root .ptg-btn-copy{
    width: 100%;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ptg-settings-panel, .tc-wp-tool-root .ptg-preview-panel{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .ptg-settings-panel{
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  }.tc-wp-tool-root .ptg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }.tc-wp-tool-root .ptg-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ptg-container{
    max-width: 1200px;
  }.tc-wp-tool-root .ptg-dashboard{
    grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  }.tc-wp-tool-root .ptg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}.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;
}