@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 .hsg-tool-wrap-92841{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 72px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 91, 168, 0.18), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(52, 115, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8ff 0%, #f6f3ff 43%, #eef7ff 100%);
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .hsg-tool-wrap-92841 *, .tc-wp-tool-root .hsg-tool-wrap-92841 *::before, .tc-wp-tool-root .hsg-tool-wrap-92841 *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.68;
  background-image:
    linear-gradient(rgba(96, 73, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 73, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-bg::before, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-bg::after{
  content: "#";
  position: absolute;
  color: rgba(111, 70, 255, 0.12);
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-bg::before{
  top: 74px;
  left: 8%;
  font-size: 118px;
  transform: rotate(-12deg);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-bg::after{
  right: 8%;
  bottom: 58px;
  font-size: 150px;
  transform: rotate(10deg);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header{
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .hsg-tool-wrap-92841 h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #14162c;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4d5874;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(126, 109, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(54, 52, 125, 0.14);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(150, 137, 255, 0.18);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(52, 69, 112, 0.08);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls{
  padding: 22px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(250, 247, 255, 0.92), #ffffff 42%),
    #ffffff;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 label{
  display: block;
  margin: 0 0 8px;
  color: #242b44;
  font-size: 0.9rem;
  font-weight: 750;
}.tc-wp-tool-root .hsg-tool-wrap-92841 textarea, .tc-wp-tool-root .hsg-tool-wrap-92841 select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d8d7f4;
  border-radius: 10px;
  background: #fbfbff;
  color: #182036;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{
  min-height: 150px;
  resize: vertical;
  padding: 15px 16px;
  line-height: 1.55;
}.tc-wp-tool-root .hsg-tool-wrap-92841 select{
  min-height: 48px;
  padding: 0 14px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b5cff 50%), linear-gradient(135deg, #6b5cff 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .hsg-tool-wrap-92841 textarea:focus, .tc-wp-tool-root .hsg-tool-wrap-92841 select:focus, .tc-wp-tool-root .hsg-tool-wrap-92841 button:focus-visible{
  border-color: #6266ff;
  box-shadow: 0 0 0 4px rgba(98, 102, 255, 0.18);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 140px);
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-actions{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #6a5cff 0%, #2878ff 48%, #ff4fa3 100%);
  box-shadow: 0 12px 24px rgba(83, 96, 255, 0.28);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn-secondary, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn-copy-all{
  color: #2b3150;
  background: #f7f6ff;
  border-color: #ddd9ff;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn-copy-all{
  margin-top: 14px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-status{
  min-height: 24px;
  margin-top: 14px;
  color: #34405f;
  font-size: 0.92rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-status.is-error{
  color: #9d174d;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-status.is-success{
  color: #166534;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-kicker{
  display: inline-block;
  margin-bottom: 5px;
  color: #7257ff;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .hsg-tool-wrap-92841 h2{
  margin: 0;
  color: #182036;
  font-size: 1.18rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-count{
  flex: 0 0 auto;
  max-width: 120px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #edf4ff;
  color: #2556c7;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  padding: 14px;
  border: 1px solid #e4e2fb;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #fbfaff);
  scrollbar-color: #8f7cff #f2efff;
  scrollbar-width: thin;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output::-webkit-scrollbar-track{
  background: #f2efff;
  border-radius: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7868ff, #ff67ad);
  border-radius: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton span{
  width: 124px;
  max-width: 100%;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f1efff 0%, #eaf3ff 48%, #fff0f7 100%);
  background-size: 220% 100%;
  animation: hsgPulse92841 1.5s ease-in-out infinite;
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skel-card{
  width: calc(50% - 5px);
  max-width: 100%;
  min-width: 0;
  height: 82px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f7f5ff 0%, #eef7ff 50%, #fff3fa 100%);
  background-size: 220% 100%;
  animation: hsgPulse92841 1.5s ease-in-out infinite;
}@keyframes hsgPulse92841 {
  0% { background-position: 0% 50%; opacity: 0.72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.72; }
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid rgba(113, 93, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(135deg, #f8f6ff, #eef6ff);
  color: #243052;
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 7px 18px rgba(56, 75, 130, 0.08);
}.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill:hover{
  border-color: #7c6cff;
  background: linear-gradient(135deg, #f1edff, #e8f2ff);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 36px 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{ font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-actions{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{ min-height: 126px; padding: 12px; font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 select, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-head{ flex-direction: column; }.tc-wp-tool-root .hsg-tool-wrap-92841 h2{ font-size: 1rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output{ padding: 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton{ display: grid; grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton span, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skel-card{ width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{ width: 100%; font-size: 0.88rem; padding: 9px 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 42px 12px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{ font-size: 0.96rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-actions{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{ min-height: 132px; padding: 13px; font-size: 0.94rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 select, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn{ min-height: 45px; font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-head{ flex-direction: column; }.tc-wp-tool-root .hsg-tool-wrap-92841 h2{ font-size: 1.03rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output{ padding: 11px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton{ display: grid; grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton span, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skel-card{ width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{ font-size: 0.9rem; padding: 9px 11px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 48px 14px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{ font-size: 1rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-actions{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{ min-height: 138px; padding: 14px; font-size: 0.96rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 select, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-btn{ min-height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-head{ flex-direction: column; }.tc-wp-tool-root .hsg-tool-wrap-92841 h2{ font-size: 1.08rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-output{ padding: 12px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton{ display: grid; grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton span, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skel-card{ width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{ font-size: 0.92rem; padding: 10px 12px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 58px 18px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{ font-size: 1.03rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{ grid-template-columns: 1fr; gap: 18px; padding: 16px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{ grid-column: 1 / -1; padding: 20px; }.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{ min-height: 144px; font-size: 0.98rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skeleton span, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-skel-card{ width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{ font-size: 0.93rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 66px 20px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 100%; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-header p{ font-size: 1.05rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-tool-card{ gap: 20px; padding: 18px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-preview-card{ padding: 21px; }.tc-wp-tool-root .hsg-tool-wrap-92841 textarea{ min-height: 150px; font-size: 1rem; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-pill{ font-size: 0.94rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .hsg-tool-wrap-92841{ padding: 78px 24px; }.tc-wp-tool-root .hsg-tool-wrap-92841 .hsg-container{ max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-92841 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }}.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 .hsg-copy-all {}
.tc-wp-tool-root .hsg-download {}
.tc-wp-tool-root .hsg-generate {}
.tc-wp-tool-root .hsg-platform {}
.tc-wp-tool-root .hsg-quantity {}
.tc-wp-tool-root .hsg-reset {}
.tc-wp-tool-root .hsg-topic {}