@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 .itg-premium-tag-generator{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 18px;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  overflow: hidden;
}.tc-wp-tool-root .itg-premium-tag-generator *, .tc-wp-tool-root .itg-premium-tag-generator *::before, .tc-wp-tool-root .itg-premium-tag-generator *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .itg-premium-tag-generator h1, .tc-wp-tool-root .itg-premium-tag-generator h2, .tc-wp-tool-root .itg-premium-tag-generator p{
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .itg-hero{
  position: relative;
  text-align: center;
  padding: 42px 16px 30px;
  overflow: hidden;
}.tc-wp-tool-root .itg-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(127, 92, 255, .15), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(20, 184, 166, .16), transparent 26%),
    linear-gradient(135deg, rgba(239, 246, 255, .94), rgba(236, 253, 245, .72));
  border: 1px solid rgba(157, 178, 211, .35);
  border-radius: 10px;
  z-index: 0;
}.tc-wp-tool-root .itg-bg-tags{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}.tc-wp-tool-root .itg-bg-tags span{
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid rgba(71, 105, 148, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .66);
  color: rgba(36, 56, 89, .44);
  font-size: .76rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(30, 64, 175, .08);
}.tc-wp-tool-root .itg-bg-tags span:nth-child(1){ left: 5%; top: 18%; }.tc-wp-tool-root .itg-bg-tags span:nth-child(2){ right: 8%; top: 22%; }.tc-wp-tool-root .itg-bg-tags span:nth-child(3){ left: 16%; bottom: 17%; }.tc-wp-tool-root .itg-bg-tags span:nth-child(4){ right: 19%; bottom: 13%; }.tc-wp-tool-root .itg-bg-tags span:nth-child(5){ left: 47%; top: 10%; }.tc-wp-tool-root .itg-bg-tags span:nth-child(6){ right: 41%; bottom: 6%; }.tc-wp-tool-root .itg-hero h1{
  position: relative;
  z-index: 2;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #111c33;
  font-weight: 850;
  max-width: 900px;
  margin: 0 auto 14px;
}.tc-wp-tool-root .itg-hero p{
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  color: #4b5f7a;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .itg-dashboard{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  margin-top: 22px;
  border: 1px solid rgba(143, 162, 189, .38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248, 252, 255, .98));
  box-shadow: 0 24px 65px rgba(30, 64, 175, .13);
  overflow: hidden;
}.tc-wp-tool-root .itg-settings-panel, .tc-wp-tool-root .itg-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 24px;
}.tc-wp-tool-root .itg-settings-panel{
  background:
    linear-gradient(180deg, rgba(239, 246, 255, .88), rgba(255, 255, 255, .92)),
    radial-gradient(circle at 10% 20%, rgba(20, 184, 166, .12), transparent 32%);
  border-right: 1px solid rgba(143, 162, 189, .32);
}.tc-wp-tool-root .itg-preview-panel{
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240, 253, 250, .58)),
    repeating-linear-gradient(90deg, rgba(59,130,246,.035) 0 1px, transparent 1px 42px);
}.tc-wp-tool-root .itg-panel-head, .tc-wp-tool-root .itg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}.tc-wp-tool-root .itg-panel-head h2, .tc-wp-tool-root .itg-preview-head h2{
  font-size: 1.05rem;
  color: #14213d;
  font-weight: 800;
}.tc-wp-tool-root .itg-panel-head span, .tc-wp-tool-root .itg-count{
  display: inline-flex;
  width: auto;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 10px;
  background: #eef6ff;
  color: #315c93;
  border: 1px solid rgba(96, 165, 250, .25);
  font-size: .75rem;
  font-weight: 750;
}.tc-wp-tool-root .itg-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .itg-field label{
  display: block;
  width: 100%;
  margin-bottom: 7px;
  color: #253650;
  font-size: .88rem;
  font-weight: 750;
}.tc-wp-tool-root .itg-field strong{
  color: #7c3aed;
}.tc-wp-tool-root .itg-field input, .tc-wp-tool-root .itg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(135, 154, 184, .52);
  border-radius: 10px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, .95);
  color: #162238;
  font-size: .94rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root .itg-field input:focus, .tc-wp-tool-root .itg-field select:focus, .tc-wp-tool-root .itg-premium-tag-generator button:focus-visible, .tc-wp-tool-root .itg-output:focus{
  border-color: #42b7d6;
  box-shadow: 0 0 0 4px rgba(66, 183, 214, .18);
}.tc-wp-tool-root .itg-grid-controls{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .itg-message{
  min-height: 24px;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 12px;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .itg-validation{
  color: #9b2c2c;
}.tc-wp-tool-root .itg-success{
  color: #17665a;
}.tc-wp-tool-root .itg-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .itg-premium-tag-generator button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 13px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .itg-premium-tag-generator button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .itg-generate{
  grid-column: 1 / -1;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #14b8a6 58%, #7c3aed);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .24);
}.tc-wp-tool-root .itg-download, .tc-wp-tool-root .itg-reset, .tc-wp-tool-root .itg-copy-all, .tc-wp-tool-root .itg-copy-one{
  color: #1f3554;
  background: #ffffff;
  border: 1px solid rgba(132, 155, 189, .38) !important;
  box-shadow: 0 10px 22px rgba(31, 53, 84, .07);
}.tc-wp-tool-root .itg-copy-all{
  margin-top: 12px;
}.tc-wp-tool-root .itg-button-context{
  margin-top: 13px;
  color: #5f718b;
  font-size: .84rem;
  line-height: 1.55;
}.tc-wp-tool-root .itg-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(143, 162, 189, .32);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, .74);
}.tc-wp-tool-root .itg-output::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .itg-output::-webkit-scrollbar-track{
  background: #edf6fb;
  border-radius: 10px;
}.tc-wp-tool-root .itg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #93c5fd, #5eead4);
  border-radius: 10px;
  border: 2px solid #edf6fb;
}.tc-wp-tool-root .itg-skeleton{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .itg-skeleton span, .tc-wp-tool-root .itg-skeleton div{
  display: block;
  width: 100%;
  min-height: 54px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eaf3ff 0%, #f8fbff 45%, #dffaf3 70%, #eaf3ff 100%);
  background-size: 220% 100%;
  animation: itgPulse 1.35s ease-in-out infinite;
  border: 1px solid rgba(144, 172, 209, .24);
}.tc-wp-tool-root .itg-skeleton span:nth-child(2n){
  min-height: 72px;
}@keyframes itgPulse {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}.tc-wp-tool-root .itg-chip-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .itg-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(125, 145, 178, .3);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #f5fbff);
  padding: 13px;
  box-shadow: 0 10px 24px rgba(30, 64, 175, .08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .itg-tag-card p{
  margin: 0 0 7px;
  font-size: .86rem;
  line-height: 1.35;
  color: #243650;
}.tc-wp-tool-root .itg-tag-card b{
  color: #111c33;
}.tc-wp-tool-root .itg-copy-one{
  margin-top: 8px;
  min-height: 36px;
  padding: 8px 10px;
  font-size: .82rem;
}.tc-wp-tool-root .itg-text-output{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #172033;
  font: 500 .9rem/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .itg-premium-tag-generator{ padding: 18px 10px; }.tc-wp-tool-root .itg-hero{ padding: 28px 10px 22px; }.tc-wp-tool-root .itg-hero p{ font-size: .88rem; }.tc-wp-tool-root .itg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .itg-settings-panel, .tc-wp-tool-root .itg-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 14px; border-right: 0; }.tc-wp-tool-root .itg-grid-controls, .tc-wp-tool-root .itg-actions, .tc-wp-tool-root .itg-chip-grid, .tc-wp-tool-root .itg-skeleton{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .itg-field input, .tc-wp-tool-root .itg-field select, .tc-wp-tool-root .itg-premium-tag-generator button{ min-height: 42px; font-size: .86rem; }.tc-wp-tool-root .itg-output{ padding: 10px; }.tc-wp-tool-root .itg-tag-card{ padding: 10px; }.tc-wp-tool-root .itg-tag-card p, .tc-wp-tool-root .itg-text-output{ font-size: .8rem; }.tc-wp-tool-root .itg-bg-tags span{ font-size: .68rem; padding: 4px 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .itg-premium-tag-generator{ padding: 22px 12px; }.tc-wp-tool-root .itg-hero{ padding: 32px 12px 24px; }.tc-wp-tool-root .itg-hero p{ font-size: .92rem; }.tc-wp-tool-root .itg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .itg-settings-panel, .tc-wp-tool-root .itg-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 16px; border-right: 0; }.tc-wp-tool-root .itg-grid-controls, .tc-wp-tool-root .itg-actions, .tc-wp-tool-root .itg-chip-grid, .tc-wp-tool-root .itg-skeleton{ grid-template-columns: 1fr; }.tc-wp-tool-root .itg-output{ padding: 12px; }.tc-wp-tool-root .itg-tag-card{ padding: 11px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .itg-premium-tag-generator{ padding: 26px 14px; }.tc-wp-tool-root .itg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .itg-settings-panel, .tc-wp-tool-root .itg-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 18px; border-right: 0; }.tc-wp-tool-root .itg-grid-controls, .tc-wp-tool-root .itg-actions, .tc-wp-tool-root .itg-chip-grid, .tc-wp-tool-root .itg-skeleton{ grid-template-columns: 1fr; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .itg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .itg-settings-panel, .tc-wp-tool-root .itg-preview-panel{ width: 100%; max-width: 100%; min-width: 0; border-right: 0; }.tc-wp-tool-root .itg-chip-grid, .tc-wp-tool-root .itg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .itg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }}@media (min-width: 1200px) {.tc-wp-tool-root .itg-premium-tag-generator{ max-width: 1200px; padding: 42px 0; }.tc-wp-tool-root .itg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }}.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 .itg-format {}
.tc-wp-tool-root .itg-platform {}
.tc-wp-tool-root .itg-quantity {}
.tc-wp-tool-root .itg-style {}
.tc-wp-tool-root .itg-topic {}