@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 .gtg-premium-tool, .tc-wp-tool-root .gtg-premium-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .gtg-premium-tool{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(92, 225, 213, 0.32), transparent 29%),
    radial-gradient(circle at 88% 8%, rgba(156, 130, 255, 0.24), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #eefcff 42%, #f7f3ff 100%);
}.tc-wp-tool-root .gtg-premium-tool h1, .tc-wp-tool-root .gtg-premium-tool h2, .tc-wp-tool-root .gtg-premium-tool p{
  margin: 0;
}.tc-wp-tool-root .gtg-premium-tool button, .tc-wp-tool-root .gtg-premium-tool input, .tc-wp-tool-root .gtg-premium-tool select{
  font: inherit;
}.tc-wp-tool-root .gtg-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}.tc-wp-tool-root .gtg-float{
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 190px;
  padding: 8px 14px;
  border: 1px solid rgba(42, 115, 148, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(31, 55, 80, 0.5);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(31, 64, 96, 0.08);
  transform: rotate(-5deg);
}.tc-wp-tool-root .gtg-float-a{
  top: 96px;
  left: 28px;
}.tc-wp-tool-root .gtg-float-b{
  top: 40px;
  right: 84px;
  transform: rotate(4deg);
}.tc-wp-tool-root .gtg-float-c{
  bottom: 56px;
  left: 52px;
  transform: rotate(5deg);
}.tc-wp-tool-root .gtg-float-d{
  bottom: 94px;
  right: 28px;
  transform: rotate(-4deg);
}.tc-wp-tool-root .gtg-hero{
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 26px;
}.tc-wp-tool-root .gtg-hero h1{
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  color: #14213d;
}.tc-wp-tool-root .gtg-hero p{
  max-width: 760px;
  margin: 13px auto 0;
  font-size: 1.03rem;
  line-height: 1.6;
  color: #516174;
}.tc-wp-tool-root .gtg-dashboard{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(47, 91, 120, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(35, 59, 89, 0.14);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .gtg-settings, .tc-wp-tool-root .gtg-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
}.tc-wp-tool-root .gtg-settings{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(231, 250, 250, 0.92), rgba(246, 242, 255, 0.88)),
    repeating-linear-gradient(90deg, rgba(74, 201, 187, 0.08) 0 1px, transparent 1px 24px);
  border: 1px solid rgba(60, 164, 174, 0.16);
}.tc-wp-tool-root .gtg-panel-title{
  display: flex;
  align-items: center;
  gap: 11px;
}.tc-wp-tool-root .gtg-icon{
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #15324d;
  font-size: 0.78rem;
  font-weight: 900;
  background: linear-gradient(135deg, #8cf4dd, #d8d2ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}.tc-wp-tool-root .gtg-panel-title h2, .tc-wp-tool-root .gtg-preview-head h2{
  color: #1a2b43;
  font-size: 1.04rem;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .gtg-field label{
  color: #26364c;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root .gtg-field label span{
  color: #6d44d8;
}.tc-wp-tool-root .gtg-field input, .tc-wp-tool-root .gtg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(52, 95, 128, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #1f2d42;
  outline: none;
  box-shadow: 0 6px 18px rgba(34, 72, 104, 0.04);
}.tc-wp-tool-root .gtg-field input:focus, .tc-wp-tool-root .gtg-field select:focus, .tc-wp-tool-root .gtg-premium-tool button:focus-visible, .tc-wp-tool-root .gtg-preview-box:focus{
  border-color: #28b9b0;
  box-shadow: 0 0 0 4px rgba(67, 214, 199, 0.22);
  outline: none;
}.tc-wp-tool-root .gtg-message, .tc-wp-tool-root .gtg-success{
  min-height: 22px;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-validation{
  color: #914317;
}.tc-wp-tool-root .gtg-success{
  color: #14735f;
}.tc-wp-tool-root .gtg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root .gtg-premium-tool button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-premium-tool button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .gtg-generate{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #0f2431;
  background: linear-gradient(135deg, #6ff0d7, #a7d8ff 54%, #d6ccff);
  box-shadow: 0 14px 28px rgba(57, 148, 162, 0.24);
}.tc-wp-tool-root .gtg-generate span{
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 6px;
  color: #22505a;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  white-space: normal;
}.tc-wp-tool-root .gtg-download, .tc-wp-tool-root .gtg-reset, .tc-wp-tool-root .gtg-copy-all, .tc-wp-tool-root .gtg-copy-one{
  color: #26344a;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(52, 95, 128, 0.16) !important;
}.tc-wp-tool-root .gtg-preview-panel{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 253, 255, 0.86));
  border: 1px solid rgba(69, 105, 132, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .gtg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .gtg-kicker{
  margin-bottom: 5px;
  color: #52697c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .gtg-count{
  flex: 0 0 auto;
  max-width: 160px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eefaf7;
  color: #177060;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(61, 97, 128, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.95), rgba(246, 255, 252, 0.9)),
    radial-gradient(circle at 80% 8%, rgba(152, 137, 255, 0.12), transparent 28%);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .gtg-preview-box::-webkit-scrollbar-track{
  background: #edf7f8;
  border-radius: 999px;
}.tc-wp-tool-root .gtg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #69dcca, #a9a1ee);
  border-radius: 999px;
  border: 2px solid #edf7f8;
}.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .gtg-skel-card{
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(56, 111, 136, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}.tc-wp-tool-root .gtg-skel-card::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(119, 228, 218, 0.22), transparent);
  animation: gtgShimmer 1.8s infinite;
}.tc-wp-tool-root .gtg-skel-card span{
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dff8f4, #e8e4ff);
}.tc-wp-tool-root .gtg-skel-card strong, .tc-wp-tool-root .gtg-skel-card em{
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gtg-skel-card strong{
  color: rgba(28, 49, 70, 0.62);
  font-size: 0.98rem;
}.tc-wp-tool-root .gtg-skel-card em{
  margin-top: 4px;
  color: rgba(73, 93, 112, 0.5);
  font-size: 0.8rem;
  font-style: normal;
}@keyframes gtgShimmer {
  100% {
    transform: translateX(100%);
  }
}.tc-wp-tool-root .gtg-card{
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(48, 112, 138, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(31, 64, 96, 0.07);
}.tc-wp-tool-root .gtg-tag-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  min-width: 0;
}.tc-wp-tool-root .gtg-tag-name{
  color: #16273e;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}.tc-wp-tool-root .gtg-copy-one{
  flex: 0 0 auto;
  width: auto !important;
  min-height: 32px !important;
  padding: 7px 10px;
  font-size: 0.76rem;
}.tc-wp-tool-root .gtg-meta{
  display: grid;
  gap: 5px;
  color: #4d5f73;
  font-size: 0.82rem;
  line-height: 1.35;
  min-width: 0;
}.tc-wp-tool-root .gtg-meta b{
  color: #273b52;
}.tc-wp-tool-root .gtg-text-output, .tc-wp-tool-root .gtg-code-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #203049;
  font-size: 0.9rem;
  line-height: 1.65;
}.tc-wp-tool-root .gtg-code-output{
  padding: 14px;
  border-radius: 9px;
  background: #f1fbfb;
  border: 1px solid rgba(55, 126, 139, 0.13);
}.tc-wp-tool-root .gtg-copy-all{
  align-self: flex-end;
  width: auto !important;
  min-width: 150px;
  padding: 0 18px;
}.tc-wp-tool-root .gtg-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .gtg-premium-tool{
    padding: 16px 10px;
    border-radius: 12px;
  }.tc-wp-tool-root .gtg-hero{
    margin-bottom: 16px;
  }.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-hero p{
    font-size: 0.88rem;
    line-height: 1.5;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }.tc-wp-tool-root .gtg-settings, .tc-wp-tool-root .gtg-preview-panel{
    padding: 12px;
  }.tc-wp-tool-root .gtg-field input, .tc-wp-tool-root .gtg-field select, .tc-wp-tool-root .gtg-premium-tool button{
    min-height: 43px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .gtg-generate{
    flex-direction: column;
    gap: 4px;
    padding: 9px;
  }.tc-wp-tool-root .gtg-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .gtg-count{
    max-width: 100%;
  }.tc-wp-tool-root .gtg-preview-box{
    padding: 10px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    grid-template-columns: 1fr;
    gap: 9px;
  }.tc-wp-tool-root .gtg-card, .tc-wp-tool-root .gtg-skel-card{
    padding: 11px;
  }.tc-wp-tool-root .gtg-tag-main{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .gtg-copy-one, .tc-wp-tool-root .gtg-copy-all{
    width: 100% !important;
  }.tc-wp-tool-root .gtg-float{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .gtg-premium-tool{
    padding: 18px 12px;
  }.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 12px;
  }.tc-wp-tool-root .gtg-settings, .tc-wp-tool-root .gtg-preview-panel{
    padding: 14px;
  }.tc-wp-tool-root .gtg-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .gtg-preview-box{
    padding: 11px;
  }.tc-wp-tool-root .gtg-card, .tc-wp-tool-root .gtg-skel-card{
    padding: 12px;
  }.tc-wp-tool-root .gtg-copy-one, .tc-wp-tool-root .gtg-copy-all{
    width: 100% !important;
  }.tc-wp-tool-root .gtg-float{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .gtg-premium-tool{
    padding: 22px 14px;
  }.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: 1fr;
    padding: 14px;
  }.tc-wp-tool-root .gtg-settings, .tc-wp-tool-root .gtg-preview-panel{
    padding: 16px;
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .gtg-copy-all{
    width: 100% !important;
  }.tc-wp-tool-root .gtg-float-c, .tc-wp-tool-root .gtg-float-d{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .gtg-premium-tool{
    padding: 28px;
  }.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .gtg-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root .gtg-premium-tool{
    max-width: 1200px;
  }.tc-wp-tool-root .gtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .gtg-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .gtg-skeleton, .tc-wp-tool-root .gtg-grid{
    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 .gtg-base {}
.tc-wp-tool-root .gtg-format {}
.tc-wp-tool-root .gtg-platform {}
.tc-wp-tool-root .gtg-quantity {}
.tc-wp-tool-root .gtg-results {}
.tc-wp-tool-root .gtg-style {}