@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 .tgx-tag-generator, .tc-wp-tool-root .tgx-tag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .tgx-tag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 72px 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #142033;
  background:
    radial-gradient(circle at 12% 18%, rgba(139, 92, 246, 0.13), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(45, 212, 191, 0.16), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef9fb 42%, #f7f5ff 100%);
}.tc-wp-tool-root .tgx-tag-generator::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(#8cc7d8 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.07) 1px, transparent 1px);
  background-size: 24px 24px, 92px 92px;
  opacity: 0.36;
  pointer-events: none;
}.tc-wp-tool-root .tgx-inner{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .tgx-hero{
  text-align: center;
  max-width: 850px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .tgx-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10213c;
  font-weight: 820;
}.tc-wp-tool-root .tgx-hero p{
  margin: 0 auto;
  color: #496174;
  font-size: 1.04rem;
  line-height: 1.6;
  max-width: 760px;
}.tc-wp-tool-root .tgx-dashboard{
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 18px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(130, 167, 194, 0.34);
  box-shadow: 0 24px 70px rgba(34, 74, 110, 0.14);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(154, 179, 202, 0.38);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 35px rgba(31, 68, 105, 0.08);
}.tc-wp-tool-root .tgx-settings{
  padding: 22px;
}.tc-wp-tool-root .tgx-preview-panel{
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}.tc-wp-tool-root .tgx-panel-title{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}.tc-wp-tool-root .tgx-panel-title span, .tc-wp-tool-root .tgx-preview-head h2{
  font-size: 1.02rem;
  line-height: 1.25;
  color: #12233a;
  font-weight: 780;
  margin: 0;
}.tc-wp-tool-root .tgx-panel-title small, .tc-wp-tool-root .tgx-kicker{
  font-size: 0.78rem;
  color: #60758a;
  font-weight: 650;
}.tc-wp-tool-root .tgx-form{
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tgx-field{
  display: grid;
  gap: 7px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tgx-field label{
  font-size: 0.86rem;
  color: #233a52;
  font-weight: 720;
}.tc-wp-tool-root .tgx-field label span{
  color: #b4234b;
}.tc-wp-tool-root .tgx-field input, .tc-wp-tool-root .tgx-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid #c8d8e5;
  background: #fbfdff;
  color: #15263b;
  padding: 11px 12px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.tc-wp-tool-root .tgx-field input:focus, .tc-wp-tool-root .tgx-field select:focus, .tc-wp-tool-root .tgx-tag-generator button:focus-visible, .tc-wp-tool-root .tgx-output:focus{
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.22);
}.tc-wp-tool-root .tgx-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
}.tc-wp-tool-root .tgx-tag-generator button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 760;
  font-size: 0.9rem;
  min-height: 44px;
  padding: 10px 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .tgx-tag-generator button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .tgx-generate{
  grid-column: 1 / -1;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #12b7a7 58%, #8b5cf6);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.24);
}.tc-wp-tool-root .tgx-generate span{
  display: block;
  font-size: 0.72rem;
  font-weight: 650;
  opacity: 0.88;
  margin-top: 2px;
}.tc-wp-tool-root .tgx-download, .tc-wp-tool-root .tgx-reset, .tc-wp-tool-root .tgx-copy-all, .tc-wp-tool-root .tgx-copy-one{
  color: #173252;
  background: #eaf5f7;
  border: 1px solid #c5dfe7 !important;
}.tc-wp-tool-root .tgx-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tgx-count{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 780;
  color: #185466;
  background: #dff7f3;
  border: 1px solid #b9ebe3;
}.tc-wp-tool-root .tgx-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 10px;
  border: 1px solid #d1e0ea;
  background:
    linear-gradient(180deg, rgba(248, 253, 255, 0.98), rgba(255, 255, 255, 0.98)),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(20, 107, 150, 0.05) 34px 35px);
  padding: 16px;
}.tc-wp-tool-root .tgx-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .tgx-output::-webkit-scrollbar-track{
  background: #eef7fa;
  border-radius: 999px;
}.tc-wp-tool-root .tgx-output::-webkit-scrollbar-thumb{
  background: linear-gradient(#69d5c8, #8ca7ff);
  border-radius: 999px;
  border: 2px solid #eef7fa;
}.tc-wp-tool-root .tgx-skeleton{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .tgx-skel-chip, .tc-wp-tool-root .tgx-skel-card{
  display: block;
  min-width: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #e8f3f7 0%, #f7fbff 45%, #e9f4fb 100%);
  background-size: 240% 100%;
  animation: tgxPulse 1.45s ease-in-out infinite;
  border: 1px solid rgba(170, 200, 215, 0.58);
}.tc-wp-tool-root .tgx-skel-chip{
  height: 44px;
}.tc-wp-tool-root .tgx-skel-chip.wide{
  height: 44px;
}.tc-wp-tool-root .tgx-skel-chip.small{
  height: 38px;
}.tc-wp-tool-root .tgx-skel-card{
  height: 112px;
}@keyframes tgxPulse {
  0% { background-position: 0% 50%; opacity: 0.78; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.78; }
}.tc-wp-tool-root .tgx-tag-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tgx-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid #cfe0ec;
  background: linear-gradient(180deg, #ffffff, #f5fbfd);
  padding: 12px;
  display: grid;
  gap: 7px;
  box-shadow: 0 10px 20px rgba(33, 77, 108, 0.07);
}.tc-wp-tool-root .tgx-tag-line{
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.42;
  color: #284159;
}.tc-wp-tool-root .tgx-tag-line strong{
  color: #10213c;
}.tc-wp-tool-root .tgx-copy-one{
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-size: 0.78rem !important;
  justify-self: start;
}.tc-wp-tool-root .tgx-text-output{
  margin: 0;
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
  line-height: 1.65;
  color: #18314b;
}.tc-wp-tool-root .tgx-output-actions{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}.tc-wp-tool-root .tgx-copy-all{
  max-width: 180px !important;
}.tc-wp-tool-root .tgx-message{
  min-height: 19px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 650;
}.tc-wp-tool-root .tgx-error{
  color: #a21d3a;
}.tc-wp-tool-root .tgx-success{
  color: #147063;
}.tc-wp-tool-root .tgx-bg-chip{
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 760;
  color: rgba(26, 54, 82, 0.66);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(130, 170, 194, 0.35);
  box-shadow: 0 12px 30px rgba(60, 96, 132, 0.08);
  pointer-events: none;
}.tc-wp-tool-root .tgx-bg-chip-1{ top: 34px; left: 6%; transform: rotate(-7deg); }.tc-wp-tool-root .tgx-bg-chip-2{ top: 108px; right: 7%; transform: rotate(5deg); }.tc-wp-tool-root .tgx-bg-chip-3{ bottom: 64px; left: 8%; transform: rotate(6deg); }.tc-wp-tool-root .tgx-bg-chip-4{ bottom: 38px; right: 9%; transform: rotate(-5deg); }@media (max-width: 374px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 36px 10px; }.tc-wp-tool-root .tgx-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: 1fr; gap: 10px; padding: 10px; }.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 12px; }.tc-wp-tool-root .tgx-field input, .tc-wp-tool-root .tgx-field select{ min-height: 42px; font-size: 0.88rem; }.tc-wp-tool-root .tgx-tag-generator button{ min-height: 40px; font-size: 0.82rem; }.tc-wp-tool-root .tgx-output{ padding: 10px; font-size: 0.82rem; }.tc-wp-tool-root .tgx-skeleton, .tc-wp-tool-root .tgx-tag-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .tgx-tag-card{ padding: 10px; }.tc-wp-tool-root .tgx-tag-line, .tc-wp-tool-root .tgx-text-output{ font-size: 0.78rem; }.tc-wp-tool-root .tgx-actions{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .tgx-copy-all{ max-width: 100% !important; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 42px 12px; }.tc-wp-tool-root .tgx-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: 1fr; gap: 11px; padding: 11px; }.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 14px; }.tc-wp-tool-root .tgx-field input, .tc-wp-tool-root .tgx-field select{ min-height: 43px; font-size: 0.9rem; }.tc-wp-tool-root .tgx-tag-generator button{ min-height: 41px; font-size: 0.84rem; }.tc-wp-tool-root .tgx-output{ padding: 11px; }.tc-wp-tool-root .tgx-skeleton, .tc-wp-tool-root .tgx-tag-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .tgx-tag-card{ padding: 10px; }.tc-wp-tool-root .tgx-tag-line, .tc-wp-tool-root .tgx-text-output{ font-size: 0.8rem; }.tc-wp-tool-root .tgx-actions{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .tgx-copy-all{ max-width: 100% !important; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 48px 14px; }.tc-wp-tool-root .tgx-hero p{ font-size: 0.94rem; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: 1fr; gap: 12px; padding: 12px; }.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 16px; }.tc-wp-tool-root .tgx-field input, .tc-wp-tool-root .tgx-field select{ min-height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .tgx-tag-generator button{ min-height: 42px; font-size: 0.86rem; }.tc-wp-tool-root .tgx-output{ padding: 12px; }.tc-wp-tool-root .tgx-skeleton, .tc-wp-tool-root .tgx-tag-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .tgx-tag-card{ padding: 11px; }.tc-wp-tool-root .tgx-tag-line, .tc-wp-tool-root .tgx-text-output{ font-size: 0.82rem; }.tc-wp-tool-root .tgx-copy-all{ max-width: 100% !important; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 58px 18px; }.tc-wp-tool-root .tgx-hero p{ font-size: 1rem; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: 1fr; gap: 14px; padding: 14px; }.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 20px; }.tc-wp-tool-root .tgx-field input, .tc-wp-tool-root .tgx-field select{ min-height: 45px; font-size: 0.94rem; }.tc-wp-tool-root .tgx-tag-generator button{ min-height: 43px; font-size: 0.88rem; }.tc-wp-tool-root .tgx-output{ padding: 14px; }.tc-wp-tool-root .tgx-skeleton, .tc-wp-tool-root .tgx-tag-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .tgx-tag-card{ padding: 12px; }.tc-wp-tool-root .tgx-tag-line, .tc-wp-tool-root .tgx-text-output{ font-size: 0.84rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 66px 20px; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr); }.tc-wp-tool-root .tgx-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .tgx-settings, .tc-wp-tool-root .tgx-preview-panel{ padding: 20px; }.tc-wp-tool-root .tgx-tag-grid, .tc-wp-tool-root .tgx-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }}@media (min-width: 1200px) {.tc-wp-tool-root .tgx-tag-generator{ padding: 76px 24px; }.tc-wp-tool-root .tgx-inner{ max-width: 1200px; }.tc-wp-tool-root .tgx-dashboard{ grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr); }.tc-wp-tool-root .tgx-tag-grid, .tc-wp-tool-root .tgx-skeleton{ grid-template-columns: repeat(2, 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;
}

.tc-wp-tool-root .tgx-format {}
.tc-wp-tool-root .tgx-platform {}
.tc-wp-tool-root .tgx-quantity {}
.tc-wp-tool-root .tgx-style {}
.tc-wp-tool-root .tgx-topic {}