@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 .vtg-voice-tag-generator-tool, .tc-wp-tool-root .vtg-voice-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .vtg-voice-tag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 18px;
  color: #102033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 14%, rgba(126, 111, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(70, 210, 176, 0.2), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(77, 176, 255, 0.17), transparent 34%),
    linear-gradient(135deg, #f8fcff 0%, #eef9fb 48%, #f8f7ff 100%);
}.tc-wp-tool-root .vtg-bg-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}.tc-wp-tool-root .vtg-float, .tc-wp-tool-root .vtg-wave{
  position: absolute;
  border: 1px solid rgba(54, 88, 128, 0.12);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 40px rgba(31, 65, 105, 0.08);
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .vtg-float{
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(35, 58, 88, 0.52);
  font-size: 0.8rem;
  font-weight: 700;
}.tc-wp-tool-root .vtg-float-1{ top: 9%; left: 5%; }.tc-wp-tool-root .vtg-float-2{ top: 24%; right: 7%; }.tc-wp-tool-root .vtg-float-3{ bottom: 20%; left: 8%; }.tc-wp-tool-root .vtg-float-4{ bottom: 8%; right: 14%; }.tc-wp-tool-root .vtg-float-5{ top: 48%; left: 2%; }.tc-wp-tool-root .vtg-wave{
  width: 180px;
  height: 46px;
  border-radius: 14px;
  opacity: 0.65;
}.tc-wp-tool-root .vtg-wave::before{
  content: "";
  position: absolute;
  inset: 12px;
  background: repeating-linear-gradient(90deg, rgba(71, 173, 226, 0.4) 0 4px, transparent 4px 10px);
  border-radius: 10px;
}.tc-wp-tool-root .vtg-wave-1{ top: 15%; left: 42%; transform: rotate(-7deg); }.tc-wp-tool-root .vtg-wave-2{ bottom: 18%; right: 30%; transform: rotate(8deg); }.tc-wp-tool-root .vtg-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .vtg-hero{
  width: 100%;
  max-width: 830px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .vtg-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #102033;
  font-weight: 850;
}.tc-wp-tool-root .vtg-hero p{
  margin: 0 auto;
  color: #475c71;
  font-size: 1.02rem;
  line-height: 1.65;
}.tc-wp-tool-root .vtg-dashboard{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  border: 1px solid rgba(50, 88, 122, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(24, 55, 89, 0.14);
  overflow: hidden;
}.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
}.tc-wp-tool-root .vtg-settings{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 250, 252, 0.92));
  border-right: 1px solid rgba(48, 83, 116, 0.12);
}.tc-wp-tool-root .vtg-preview{
  background:
    linear-gradient(135deg, rgba(246, 252, 255, 0.92), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 80% 0%, rgba(139, 125, 255, 0.14), transparent 34%);
}.tc-wp-tool-root .vtg-panel-head{
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}.tc-wp-tool-root .vtg-panel-head h2{
  margin: 0;
  color: #13283f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root .vtg-label{
  display: block;
  margin-bottom: 5px;
  color: #5f6ee8;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.tc-wp-tool-root .vtg-mini-badge, .tc-wp-tool-root .vtg-count{
  flex: 0 0 auto;
  max-width: 100%;
  border-radius: 999px;
  padding: 7px 10px;
  background: #edf8f5;
  color: #14735f;
  border: 1px solid rgba(41, 170, 140, 0.2);
  font-size: 0.76rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .vtg-field label{
  display: block;
  margin: 0 0 7px;
  color: #263b52;
  font-size: 0.88rem;
  font-weight: 760;
}.tc-wp-tool-root .vtg-field label span{
  color: #9b3151;
}.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(49, 79, 111, 0.18);
  border-radius: 9px;
  padding: 11px 13px;
  background: #ffffff;
  color: #13283f;
  font: inherit;
  font-size: 0.94rem;
  outline: none;
  box-shadow: 0 8px 20px rgba(33, 64, 96, 0.04);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-field input:focus, .tc-wp-tool-root .vtg-field select:focus, .tc-wp-tool-root .vtg-btn:focus, .tc-wp-tool-root .vtg-output:focus{
  border-color: #5b75ff;
  box-shadow: 0 0 0 3px rgba(91, 117, 255, 0.2);
}.tc-wp-tool-root .vtg-actions{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .vtg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 10px 13px;
  cursor: pointer;
  font: inherit;
  font-size: 0.91rem;
  font-weight: 820;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .vtg-primary{
  grid-column: 1 / -1;
  color: #ffffff;
  background: linear-gradient(135deg, #526dff, #39bfa1);
  box-shadow: 0 14px 28px rgba(62, 113, 214, 0.24);
}.tc-wp-tool-root .vtg-secondary{
  color: #17314a;
  background: #ffffff;
  border-color: rgba(50, 86, 122, 0.16);
}.tc-wp-tool-root .vtg-ghost{
  color: #496176;
  background: #f2f7fa;
  border-color: rgba(50, 86, 122, 0.12);
}.tc-wp-tool-root .vtg-validation, .tc-wp-tool-root .vtg-success{
  width: 100%;
  max-width: 100%;
  min-height: 22px;
  margin-top: 12px;
  color: #8a2744;
  font-size: 0.88rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-success{
  color: #14735f;
}.tc-wp-tool-root .vtg-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(50, 86, 122, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  scrollbar-width: thin;
  scrollbar-color: #9edbd3 #eef6f8;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .vtg-output::-webkit-scrollbar-track{
  background: #eef6f8;
  border-radius: 999px;
}.tc-wp-tool-root .vtg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7e8fff, #73d8c4);
  border-radius: 999px;
  border: 2px solid #eef6f8;
}.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(51, 90, 126, 0.13);
  border-radius: 10px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #f7fcfd);
  box-shadow: 0 12px 26px rgba(33, 62, 93, 0.07);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-skel-chip, .tc-wp-tool-root .vtg-skel-wave, .tc-wp-tool-root .vtg-skel-meta{
  display: block;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef4f8, #dff7f2, #eef4f8);
  background-size: 220% 100%;
  animation: vtgPulse 1.5s ease-in-out infinite;
}.tc-wp-tool-root .vtg-skel-chip{
  width: 76%;
  padding: 8px 10px;
  color: rgba(47, 76, 105, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
}.tc-wp-tool-root .vtg-skel-wave{
  width: 100%;
  height: 44px;
  margin: 12px 0;
}.tc-wp-tool-root .vtg-skel-meta{
  width: 52%;
  height: 12px;
}@keyframes vtgPulse {
  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 .vtg-tag-title{
  margin: 0 0 10px;
  color: #102033;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-meta-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 12px;
  color: #50677e;
  font-size: 0.84rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-meta-row strong{
  color: #20374e;
}.tc-wp-tool-root .vtg-copy-one{
  min-height: 36px;
  font-size: 0.82rem;
  color: #4054d9;
  background: #f2f4ff;
  border-color: rgba(82, 109, 255, 0.22);
}.tc-wp-tool-root .vtg-text-output{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  color: #152b42;
  font-size: 0.91rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .vtg-copy-all{
  margin-top: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #7a6bff, #49c8d7);
  box-shadow: 0 12px 24px rgba(77, 102, 210, 0.18);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 34px 10px; }.tc-wp-tool-root .vtg-inner{ max-width: 100%; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 16px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .vtg-actions{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .vtg-btn{ min-height: 42px; font-size: 0.86rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 11px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.84rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 0.91rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.72rem; }.tc-wp-tool-root .vtg-dashboard{ gap: 0; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 40px 12px; }.tc-wp-tool-root .vtg-inner{ max-width: 100%; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 0.93rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 18px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 45px; font-size: 0.91rem; }.tc-wp-tool-root .vtg-actions{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .vtg-btn{ min-height: 43px; font-size: 0.88rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 12px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.86rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 0.94rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.74rem; }.tc-wp-tool-root .vtg-dashboard{ gap: 0; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 44px 14px; }.tc-wp-tool-root .vtg-inner{ max-width: 100%; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 20px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 46px; font-size: 0.93rem; }.tc-wp-tool-root .vtg-actions{ grid-template-columns: 1fr 1fr; gap: 10px; }.tc-wp-tool-root .vtg-btn{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 13px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.88rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 0.96rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.76rem; }.tc-wp-tool-root .vtg-dashboard{ gap: 0; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 50px 18px; }.tc-wp-tool-root .vtg-inner{ max-width: 900px; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 1rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 24px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .vtg-btn{ min-height: 44px; font-size: 0.91rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 14px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.9rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 0.98rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.78rem; }.tc-wp-tool-root .vtg-dashboard{ gap: 0; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 56px 20px; }.tc-wp-tool-root .vtg-inner{ max-width: 1080px; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 1.01rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 0; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 26px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .vtg-btn{ min-height: 44px; font-size: 0.91rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 14px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.91rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 1rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.78rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .vtg-voice-tag-generator-tool{ padding: 64px 24px; }.tc-wp-tool-root .vtg-inner{ max-width: 1200px; }.tc-wp-tool-root .vtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .vtg-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .vtg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 0; }.tc-wp-tool-root .vtg-settings, .tc-wp-tool-root .vtg-preview{ padding: 30px; }.tc-wp-tool-root .vtg-field input, .tc-wp-tool-root .vtg-field select{ min-height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .vtg-btn{ min-height: 45px; font-size: 0.92rem; }.tc-wp-tool-root .vtg-skeleton, .tc-wp-tool-root .vtg-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .vtg-skel-card, .tc-wp-tool-root .vtg-tag-card{ padding: 15px; }.tc-wp-tool-root .vtg-output, .tc-wp-tool-root .vtg-text-output{ font-size: 0.92rem; }.tc-wp-tool-root .vtg-tag-title{ font-size: 1rem; }.tc-wp-tool-root .vtg-skel-chip{ font-size: 0.79rem; }}.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 .vtg-download {}
.tc-wp-tool-root .vtg-format {}
.tc-wp-tool-root .vtg-platform {}
.tc-wp-tool-root .vtg-quantity {}
.tc-wp-tool-root .vtg-reset {}
.tc-wp-tool-root .vtg-style {}
.tc-wp-tool-root .vtg-topic {}