@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 .ttg-premium-tag-generator, .tc-wp-tool-root .ttg-premium-tag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .ttg-premium-tag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 20px;
  color: #172033;
  background:
    radial-gradient(circle at 12% 18%, rgba(118, 91, 255, 0.16), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(19, 184, 164, 0.18), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf7f6 44%, #f6f4ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .ttg-premium-tag-generator::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(42, 63, 101, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08), transparent 34%, rgba(20, 184, 166, 0.08));
  background-size: 22px 22px, 100% 100%;
  pointer-events: none;
}.tc-wp-tool-root .ttg-bg-tags{
  position: absolute;
  inset: 0;
  pointer-events: none;
}.tc-wp-tool-root .ttg-bg-tags span{
  position: absolute;
  max-width: 180px;
  padding: 8px 13px;
  border: 1px solid rgba(48, 73, 116, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(28, 45, 78, 0.58);
  font-size: 13px;
  box-shadow: 0 14px 35px rgba(39, 56, 93, 0.08);
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .ttg-bg-tags span:nth-child(1){ top: 8%; left: 6%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(2){ top: 22%; right: 8%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(3){ top: 58%; left: 4%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(4){ top: 74%; right: 9%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(5){ top: 40%; right: 18%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(6){ bottom: 6%; left: 18%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(7){ top: 11%; left: 45%; }.tc-wp-tool-root .ttg-bg-tags span:nth-child(8){ bottom: 19%; right: 32%; }.tc-wp-tool-root .ttg-inner{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttg-hero{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 760px;
}.tc-wp-tool-root .ttg-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  color: #10213f;
  letter-spacing: 0;
}.tc-wp-tool-root .ttg-hero p{
  margin: 0;
  color: #4e617d;
  font-size: 1.02rem;
  line-height: 1.6;
}.tc-wp-tool-root .ttg-dashboard{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 38% 62%;
  border: 1px solid rgba(33, 66, 109, 0.13);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(22, 44, 80, 0.16);
}.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ttg-settings-panel{
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(230, 249, 246, 0.92), rgba(245, 247, 255, 0.95)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(226, 240, 255, 0.62));
  border-right: 1px solid rgba(33, 66, 109, 0.11);
}.tc-wp-tool-root .ttg-preview-panel{
  padding: 26px;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-tool-root .ttg-panel-title, .tc-wp-tool-root .ttg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}.tc-wp-tool-root .ttg-panel-title{
  justify-content: flex-start;
}.tc-wp-tool-root .ttg-title-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17b6a6, #6e6aff);
  box-shadow: 0 0 0 6px rgba(23, 182, 166, 0.12);
  flex: 0 0 auto;
}.tc-wp-tool-root .ttg-panel-title h2, .tc-wp-tool-root .ttg-preview-head h2{
  margin: 0;
  color: #15243d;
  font-size: 1.05rem;
  line-height: 1.25;
}.tc-wp-tool-root .ttg-result-label{
  margin: 5px 0 0;
  color: #66758d;
  font-size: 0.9rem;
  line-height: 1.4;
}.tc-wp-tool-root .ttg-count{
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 10px;
  background: #edf7ff;
  color: #23507f;
  font-size: 0.84rem;
  font-weight: 700;
  border: 1px solid rgba(37, 99, 235, 0.14);
}.tc-wp-tool-root .ttg-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}.tc-wp-tool-root .ttg-field label{
  display: block;
  margin-bottom: 7px;
  color: #253858;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .ttg-field label span{
  color: #b42318;
}.tc-wp-tool-root .ttg-field input, .tc-wp-tool-root .ttg-field select{
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(37, 68, 112, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #18243a;
  font-size: 0.96rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}.tc-wp-tool-root .ttg-field input:focus, .tc-wp-tool-root .ttg-field select:focus, .tc-wp-tool-root .ttg-btn:focus-visible{
  border-color: #4f72ff;
  box-shadow: 0 0 0 4px rgba(79, 114, 255, 0.18);
}.tc-wp-tool-root .ttg-actions, .tc-wp-tool-root .ttg-output-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttg-actions{
  margin-top: 20px;
}.tc-wp-tool-root .ttg-output-actions{
  margin-top: 16px;
  justify-content: flex-end;
}.tc-wp-tool-root .ttg-btn{
  width: auto;
  max-width: 100%;
  min-height: 44px;
  padding: 11px 15px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .ttg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ttg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #2456d6, #17a594);
  box-shadow: 0 12px 24px rgba(36, 86, 214, 0.22);
}.tc-wp-tool-root .ttg-btn-secondary{
  color: #253858;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 68, 112, 0.18);
}.tc-wp-tool-root .ttg-message, .tc-wp-tool-root .ttg-status{
  width: 100%;
  max-width: 100%;
  min-height: 22px;
  margin-top: 14px;
  color: #42526e;
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttg-message.ttg-error{
  color: #9b1c1c;
  font-weight: 700;
}.tc-wp-tool-root .ttg-status.ttg-success{
  color: #12695f;
  font-weight: 700;
}.tc-wp-tool-root .ttg-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(35, 67, 112, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(23, 182, 166, 0.08), transparent 28%);
  scrollbar-color: #83d8cf #edf4fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .ttg-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ttg-output::-webkit-scrollbar-track{
  background: #edf4fb;
  border-radius: 10px;
}.tc-wp-tool-root .ttg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8ac9ff, #69d7ca);
  border-radius: 10px;
  border: 2px solid #edf4fb;
}.tc-wp-tool-root .ttg-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttg-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(35, 67, 112, 0.13);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(21, 42, 73, 0.07);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttg-tag-line{
  margin: 0 0 7px;
  color: #243552;
  font-size: 0.92rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttg-tag-line strong{
  color: #10213f;
}.tc-wp-tool-root .ttg-copy-one{
  width: 100%;
  margin-top: 8px;
  min-height: 36px;
  padding: 8px 10px;
  color: #244766;
  background: #effaf8;
  border: 1px solid rgba(23, 166, 150, 0.2);
}.tc-wp-tool-root .ttg-text-output{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  color: #1f2f49;
  font-size: 0.91rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .ttg-skeleton{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttg-skeleton span{
  display: block;
  min-height: 82px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(226, 237, 249, 0.7), rgba(255, 255, 255, 0.95), rgba(226, 237, 249, 0.7)),
    linear-gradient(135deg, rgba(23, 182, 166, 0.12), rgba(110, 106, 255, 0.1));
  background-size: 220% 100%, 100% 100%;
  animation: ttgPulse 1.4s ease-in-out infinite;
  border: 1px solid rgba(35, 67, 112, 0.1);
}@keyframes ttgPulse {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 220% 0, 0 0; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 32px 10px; }.tc-wp-tool-root .ttg-inner{ max-width: 100%; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{ padding: 14px; border-right: 0; }.tc-wp-tool-root .ttg-field input, .tc-wp-tool-root .ttg-field select{ min-height: 42px; font-size: 0.9rem; }.tc-wp-tool-root .ttg-btn{ width: 100%; min-height: 42px; font-size: 0.9rem; padding: 10px; }.tc-wp-tool-root .ttg-results-grid, .tc-wp-tool-root .ttg-skeleton{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ttg-output{ padding: 10px; }.tc-wp-tool-root .ttg-tag-card{ padding: 10px; }.tc-wp-tool-root .ttg-tag-line, .tc-wp-tool-root .ttg-text-output{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 36px 12px; }.tc-wp-tool-root .ttg-inner{ max-width: 100%; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{ padding: 16px; border-right: 0; }.tc-wp-tool-root .ttg-field input, .tc-wp-tool-root .ttg-field select{ min-height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .ttg-btn{ flex: 1 1 100%; min-height: 42px; font-size: 0.91rem; }.tc-wp-tool-root .ttg-results-grid, .tc-wp-tool-root .ttg-skeleton{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ttg-output{ padding: 12px; }.tc-wp-tool-root .ttg-tag-card{ padding: 11px; }.tc-wp-tool-root .ttg-tag-line, .tc-wp-tool-root .ttg-text-output{ font-size: 0.86rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 42px 14px; }.tc-wp-tool-root .ttg-inner{ max-width: 100%; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-hero p{ font-size: 0.95rem; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{ padding: 18px; border-right: 0; }.tc-wp-tool-root .ttg-field input, .tc-wp-tool-root .ttg-field select{ min-height: 45px; font-size: 0.94rem; }.tc-wp-tool-root .ttg-btn{ flex: 1 1 140px; min-height: 43px; font-size: 0.92rem; }.tc-wp-tool-root .ttg-results-grid, .tc-wp-tool-root .ttg-skeleton{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .ttg-output{ padding: 13px; }.tc-wp-tool-root .ttg-tag-card{ padding: 12px; }.tc-wp-tool-root .ttg-tag-line, .tc-wp-tool-root .ttg-text-output{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 48px 18px; }.tc-wp-tool-root .ttg-inner{ max-width: 920px; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-hero p{ font-size: 1rem; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{ padding: 22px; border-right: 0; }.tc-wp-tool-root .ttg-actions{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .ttg-btn{ min-height: 44px; font-size: 0.94rem; }.tc-wp-tool-root .ttg-results-grid, .tc-wp-tool-root .ttg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttg-tag-card{ padding: 13px; }.tc-wp-tool-root .ttg-tag-line, .tc-wp-tool-root .ttg-text-output{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 54px 20px; }.tc-wp-tool-root .ttg-inner{ max-width: 1100px; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-hero p{ font-size: 1.01rem; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 38% 62%; }.tc-wp-tool-root .ttg-settings-panel, .tc-wp-tool-root .ttg-preview-panel{ padding: 24px; }.tc-wp-tool-root .ttg-btn{ min-height: 44px; font-size: 0.93rem; }.tc-wp-tool-root .ttg-results-grid, .tc-wp-tool-root .ttg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttg-tag-card{ padding: 13px; }}@media (min-width: 1200px) {.tc-wp-tool-root .ttg-premium-tag-generator{ padding: 60px 24px; }.tc-wp-tool-root .ttg-inner{ max-width: 1200px; }.tc-wp-tool-root .ttg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttg-dashboard{ grid-template-columns: 38% 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 .ttg-copy-all {}
.tc-wp-tool-root .ttg-download {}
.tc-wp-tool-root .ttg-reset {}