@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-2026{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 18px;
  color: #172033;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 88, 177, 0.18), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(43, 111, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7f3ff 44%, #eef7ff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .hsg-tool-wrap-2026, .tc-wp-tool-root .hsg-tool-wrap-2026 *{
  box-sizing: border-box;
}.tc-wp-tool-root .hsg-tool-wrap-2026::before, .tc-wp-tool-root .hsg-tool-wrap-2026::after{
  content: "# # #";
  position: absolute;
  color: rgba(108, 76, 255, 0.08);
  font-weight: 900;
  letter-spacing: 18px;
  pointer-events: none;
  transform: rotate(-12deg);
}.tc-wp-tool-root .hsg-tool-wrap-2026::before{
  top: 42px;
  left: 6%;
  font-size: 72px;
}.tc-wp-tool-root .hsg-tool-wrap-2026::after{
  right: 4%;
  bottom: 54px;
  font-size: 58px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-header{
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-kicker{
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d4dff;
}.tc-wp-tool-root .hsg-tool-wrap-2026 h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #111827;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #596276;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(118, 99, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(79, 70, 229, 0.16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{
  min-width: 0;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(138, 117, 255, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(31, 41, 55, 0.07);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls{
  padding: 22px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-field{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-2026 label{
  display: block;
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #253047;
}.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d9d7ff;
  border-radius: 10px;
  background: #ffffff;
  color: #172033;
  font: inherit;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .hsg-tool-wrap-2026 textarea{
  resize: vertical;
  min-height: 154px;
  padding: 15px;
  line-height: 1.55;
}.tc-wp-tool-root .hsg-tool-wrap-2026 select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .hsg-tool-wrap-2026 textarea:focus, .tc-wp-tool-root .hsg-tool-wrap-2026 select:focus, .tc-wp-tool-root .hsg-tool-wrap-2026 button:focus-visible, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill-copy:focus-visible, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box:focus{
  border-color: #6d4dff;
  box-shadow: 0 0 0 4px rgba(109, 77, 255, 0.18);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 15px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7554ff 0%, #1d8cff 52%, #ff5db8 100%);
  box-shadow: 0 14px 30px rgba(66, 103, 255, 0.25);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn-secondary, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-copy-all{
  color: #4a3fd8;
  background: #f7f6ff;
  border-color: #d9d7ff;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-copy-all{
  width: 100%;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-status{
  min-height: 24px;
  margin-top: 14px;
  font-size: 0.93rem;
  font-weight: 750;
  color: #4a5568;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-status.hsg-error{
  color: #a02755;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-status.hsg-success{
  color: #176a53;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-label{
  display: inline-flex;
  margin-bottom: 6px;
  color: #7b3ff2;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-tool-root .hsg-tool-wrap-2026 h2{
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.25;
  color: #172033;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-count{
  flex: 0 0 auto;
  max-width: 42%;
  padding: 7px 10px;
  border-radius: 10px;
  background: #eef6ff;
  color: #1763d1;
  font-size: 0.82rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  padding: 16px;
  border: 1px solid #dedcff;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(246,245,255,0.96)),
    radial-gradient(circle at 92% 12%, rgba(255, 93, 184, 0.13), transparent 30%);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box::-webkit-scrollbar-track{
  background: #f2f0ff;
  border-radius: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7554ff, #1d8cff);
  border-radius: 10px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty span, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-social-card{
  min-width: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #f0efff 0%, #ffffff 45%, #eaf5ff 90%);
  background-size: 220% 100%;
  animation: hsgShimmer2026 1.55s ease-in-out infinite;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty span{
  height: 38px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-social-card{
  grid-column: 1 / -1;
  height: 58px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-social-card-small{
  height: 42px;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  padding: 8px 9px 8px 12px;
  border: 1px solid rgba(109, 77, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #f6f3ff);
  color: #253047;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 8px 18px rgba(91, 80, 220, 0.08);
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill-text{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill-copy{
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  border: 1px solid #d9d7ff;
  border-radius: 10px;
  background: #ffffff;
  color: #6d4dff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}@keyframes hsgShimmer2026 {
  0% { background-position: 0% 50%; opacity: 0.72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.72; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 40px 10px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 12px; }.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select{ font-size: 0.9rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{ width: 100%; font-size: 0.9rem; padding: 11px 12px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{ padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{ font-size: 0.82rem; padding: 7px 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 46px 12px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{ font-size: 0.95rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 14px; }.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select{ font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{ width: 100%; font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{ padding: 13px; font-size: 0.92rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{ font-size: 0.84rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 52px 14px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 16px; }.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select{ font-size: 0.95rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-row, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{ flex: 1 1 100%; font-size: 0.94rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{ padding: 14px; font-size: 0.94rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 64px 18px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{ font-size: 1rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{ grid-template-columns: 1fr; gap: 18px; padding: 18px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 20px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-empty{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{ font-size: 0.96rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{ padding: 16px; font-size: 0.96rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 70px 20px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-subtitle{ font-size: 1.03rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-card{ gap: 20px; padding: 20px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-controls, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-panel{ padding: 21px; }.tc-wp-tool-root .hsg-tool-wrap-2026 textarea, .tc-wp-tool-root .hsg-tool-wrap-2026 select, .tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-btn{ font-size: 0.97rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-preview-box{ padding: 16px; font-size: 0.97rem; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-pill{ font-size: 0.91rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .hsg-tool-wrap-2026{ padding: 78px 24px; }.tc-wp-tool-root .hsg-tool-wrap-2026 .hsg-shell{ max-width: 1200px; }.tc-wp-tool-root .hsg-tool-wrap-2026 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-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 {}