@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 .rtg-tag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #10243f;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 95, 255, .18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(28, 190, 166, .18), transparent 30%),
    linear-gradient(135deg, #eef8ff 0%, #f7fbff 42%, #f2fff9 100%);
}.tc-wp-tool-root .rtg-tag-generator-tool, .tc-wp-tool-root .rtg-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .rtg-tag-generator-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(33, 88, 132, .08) 1px, transparent 1px),
    linear-gradient(rgba(33, 88, 132, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  pointer-events: none;
}.tc-wp-tool-root .rtg-tag-generator-tool::after{
  content: "#keyword   tag:type   seo:content   category:marketing";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 22px;
  padding: 14px 18px;
  border: 1px solid rgba(60, 115, 160, .14);
  border-radius: 10px;
  color: rgba(34, 66, 95, .22);
  background: rgba(255, 255, 255, .36);
  letter-spacing: .04em;
  pointer-events: none;
}.tc-wp-tool-root .rtg-bg-chip{
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(80, 120, 180, .18);
  background: rgba(255, 255, 255, .62);
  color: rgba(19, 50, 84, .42);
  box-shadow: 0 16px 36px rgba(35, 76, 120, .08);
  font-size: .82rem;
  font-weight: 800;
  pointer-events: none;
}.tc-wp-tool-root .rtg-bg-chip-1{ top: 72px; left: 7%; transform: rotate(-8deg); }.tc-wp-tool-root .rtg-bg-chip-2{ top: 170px; right: 9%; transform: rotate(7deg); }.tc-wp-tool-root .rtg-bg-chip-3{ bottom: 112px; left: 11%; transform: rotate(5deg); }.tc-wp-tool-root .rtg-bg-chip-4{ top: 330px; left: 3%; transform: rotate(-5deg); }.tc-wp-tool-root .rtg-bg-chip-5{ bottom: 190px; right: 5%; transform: rotate(-7deg); }.tc-wp-tool-root .rtg-wrap{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .rtg-hero{
  text-align: center;
}.tc-wp-tool-root .rtg-hero h1{
  margin: 0;
  color: #112b4c;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .rtg-hero p{
  max-width: 830px;
  margin: 14px auto 0;
  color: #48627d;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-tool-root .rtg-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(67, 108, 157, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 24px 70px rgba(45, 88, 125, .16);
  backdrop-filter: blur(18px);
  overflow: hidden;
}.tc-wp-tool-root .rtg-settings, .tc-wp-tool-root .rtg-preview-panel{
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rtg-settings{
  background:
    linear-gradient(180deg, rgba(225, 244, 255, .78), rgba(237, 255, 249, .72)),
    linear-gradient(135deg, rgba(126, 103, 255, .08), transparent);
  border-right: 1px solid rgba(72, 113, 154, .14);
}.tc-wp-tool-root .rtg-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .rtg-field label{
  color: #183654;
  font-size: .9rem;
  font-weight: 800;
}.tc-wp-tool-root .rtg-field label span{
  color: #a23c73;
}.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(63, 108, 148, .22);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, .88);
  color: #14304e;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .rtg-field input:focus, .tc-wp-tool-root .rtg-field select:focus, .tc-wp-tool-root .rtg-btn:focus-visible{
  border-color: #4a9ff5;
  box-shadow: 0 0 0 4px rgba(74, 159, 245, .18);
}.tc-wp-tool-root .rtg-validation, .tc-wp-tool-root .rtg-status{
  min-height: 24px;
  color: #7a254f;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}.tc-wp-tool-root .rtg-status{
  color: #17614f;
  margin-top: 12px;
}.tc-wp-tool-root .rtg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}.tc-wp-tool-root .rtg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  line-height: 1.2;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, opacity .16s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rtg-btn:hover:not(:disabled){
  transform: translateY(-1px);
}.tc-wp-tool-root .rtg-primary{
  color: #fff;
  background: linear-gradient(135deg, #247cf0, #35c4aa);
  box-shadow: 0 14px 28px rgba(38, 126, 212, .22);
}.tc-wp-tool-root .rtg-secondary, .tc-wp-tool-root .rtg-copy-all{
  color: #173653;
  background: rgba(255, 255, 255, .85);
  border-color: rgba(68, 113, 153, .2);
}.tc-wp-tool-root .rtg-copy-all{
  margin-top: 12px;
}.tc-wp-tool-root .rtg-btn:disabled{
  cursor: not-allowed;
  opacity: .52;
}.tc-wp-tool-root .rtg-preview-panel{
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(249, 253, 255, .9));
}.tc-wp-tool-root .rtg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .rtg-preview-head h2{
  margin: 0;
  color: #14304e;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .rtg-count{
  flex: 0 0 auto;
  border-radius: 10px;
  padding: 7px 10px;
  color: #24506d;
  background: #eafff8;
  border: 1px solid rgba(45, 181, 154, .22);
  font-size: .82rem;
  font-weight: 850;
}.tc-wp-tool-root .rtg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(70, 111, 153, .16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(245, 251, 255, .84)),
    radial-gradient(circle at top right, rgba(126, 103, 255, .09), transparent 34%);
  scrollbar-color: #8fcde4 #edf7fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .rtg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .rtg-preview-box::-webkit-scrollbar-track{
  background: #edf7fb;
  border-radius: 10px;
}.tc-wp-tool-root .rtg-preview-box::-webkit-scrollbar-thumb{
  background: #8fcde4;
  border-radius: 10px;
}.tc-wp-tool-root .rtg-skeleton{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .rtg-skeleton span{
  min-height: 76px;
  border-radius: 10px;
  border: 1px solid rgba(83, 133, 171, .12);
  background:
    linear-gradient(90deg, rgba(226, 242, 252, .8), rgba(255, 255, 255, .95), rgba(232, 255, 248, .8));
  background-size: 220% 100%;
  animation: rtg-shimmer 1.35s infinite linear;
}@keyframes rtg-shimmer {
  from { background-position: 220% 0; }
  to { background-position: -220% 0; }
}.tc-wp-tool-root .rtg-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rtg-tag-card{
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(69, 111, 157, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 24px rgba(34, 78, 116, .07);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rtg-line{
  margin: 0 0 6px;
  color: #183654;
  line-height: 1.45;
  font-size: .93rem;
}.tc-wp-tool-root .rtg-line strong{
  color: #456078;
  font-weight: 850;
}.tc-wp-tool-root .rtg-copy-one{
  margin-top: 10px;
  padding: 9px 10px;
  color: #18506d;
  background: #eefaff;
  border: 1px solid rgba(59, 146, 185, .2);
}.tc-wp-tool-root .rtg-code{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  color: #183654;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  line-height: 1.55;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .rtg-wrap{ padding: 32px 12px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 20px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: .92rem; }.tc-wp-tool-root .rtg-dashboard{ grid-template-columns: 1fr; gap: 0; }.tc-wp-tool-root .rtg-settings, .tc-wp-tool-root .rtg-preview-panel{ width: 100%; padding: 16px; }.tc-wp-tool-root .rtg-settings{ border-right: 0; border-bottom: 1px solid rgba(72, 113, 154, .14); }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 46px; padding: 11px 12px; font-size: .92rem; }.tc-wp-tool-root .rtg-preview-head{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .rtg-preview-head h2{ font-size: 1.12rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 12px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .rtg-tag-card{ padding: 12px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .rtg-wrap{ padding: 38px 14px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 22px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: .96rem; }.tc-wp-tool-root .rtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rtg-settings, .tc-wp-tool-root .rtg-preview-panel{ width: 100%; padding: 18px; }.tc-wp-tool-root .rtg-settings{ border-right: 0; border-bottom: 1px solid rgba(72, 113, 154, .14); }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 48px; padding: 12px 13px; font-size: .94rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 13px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .rtg-tag-card{ padding: 13px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .rtg-wrap{ padding: 44px 18px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 24px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: 1rem; }.tc-wp-tool-root .rtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rtg-settings, .tc-wp-tool-root .rtg-preview-panel{ width: 100%; padding: 22px; }.tc-wp-tool-root .rtg-settings{ border-right: 0; border-bottom: 1px solid rgba(72, 113, 154, .14); }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 50px; padding: 13px 14px; font-size: .96rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 14px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .rtg-tag-card{ padding: 14px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .rtg-wrap{ padding: 58px 26px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 30px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .rtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rtg-settings, .tc-wp-tool-root .rtg-preview-panel{ width: 100%; padding: 26px; }.tc-wp-tool-root .rtg-settings{ border-right: 0; border-bottom: 1px solid rgba(72, 113, 154, .14); }.tc-wp-tool-root .rtg-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 50px; padding: 13px 15px; font-size: .98rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 18px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .rtg-tag-card{ padding: 15px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .rtg-wrap{ padding: 68px 30px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 34px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: 1.06rem; }.tc-wp-tool-root .rtg-settings{ padding: 28px; }.tc-wp-tool-root .rtg-preview-panel{ padding: 28px; }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 50px; padding: 13px 15px; font-size: .98rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 18px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .rtg-tag-card{ padding: 16px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .93rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .rtg-wrap{ padding: 78px 32px; }.tc-wp-tool-root .rtg-hero{ margin-bottom: 36px; }.tc-wp-tool-root .rtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rtg-hero p{ font-size: 1.08rem; }.tc-wp-tool-root .rtg-settings{ padding: 30px; }.tc-wp-tool-root .rtg-preview-panel{ padding: 30px; }.tc-wp-tool-root .rtg-field input, .tc-wp-tool-root .rtg-field select, .tc-wp-tool-root .rtg-btn{ min-height: 52px; padding: 14px 16px; font-size: 1rem; }.tc-wp-tool-root .rtg-preview-box{ padding: 20px; }.tc-wp-tool-root .rtg-grid, .tc-wp-tool-root .rtg-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .rtg-tag-card{ padding: 17px; }.tc-wp-tool-root .rtg-line, .tc-wp-tool-root .rtg-code{ font-size: .94rem; }}.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 .rtg-download {}
.tc-wp-tool-root .rtg-reset {}