@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 .ahg-tool-wrap, .tc-wp-tool-root .ahg-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ahg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 20px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 12%, rgba(244, 114, 182, 0.24), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(59, 130, 246, 0.24), transparent 28%),
    linear-gradient(135deg, #fbf7ff 0%, #f7fbff 44%, #fff7fb 100%);
}.tc-wp-tool-root .ahg-tool-wrap:before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 80%);
  pointer-events: none;
}.tc-wp-tool-root .ahg-bg-mark{
  position: absolute;
  z-index: 0;
  color: rgba(124, 58, 237, 0.08);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .ahg-bg-one{
  top: 34px;
  left: 7%;
  font-size: 7rem;
  transform: rotate(-14deg);
}.tc-wp-tool-root .ahg-bg-two{
  right: 8%;
  top: 120px;
  font-size: 5.2rem;
  color: rgba(14, 165, 233, 0.09);
  transform: rotate(12deg);
}.tc-wp-tool-root .ahg-bg-three{
  bottom: 24px;
  left: 48%;
  font-size: 6rem;
  color: rgba(236, 72, 153, 0.08);
  transform: rotate(8deg);
}.tc-wp-tool-root .ahg-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .ahg-header{
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .ahg-header h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #141827;
}.tc-wp-tool-root .ahg-header p{
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: #46536a;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-tool-card{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(54, 65, 120, 0.16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .ahg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(139, 92, 246, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(83, 76, 128, 0.08);
}.tc-wp-tool-root .ahg-control-panel{
  padding: 22px;
}.tc-wp-tool-root .ahg-output-panel{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.94));
}.tc-wp-tool-root .ahg-field{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-field label{
  display: block;
  margin: 0 0 8px;
  font-size: 0.86rem;
  font-weight: 800;
  color: #26314a;
}.tc-wp-tool-root .ahg-topic, .tc-wp-tool-root .ahg-platform, .tc-wp-tool-root .ahg-quantity{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 10px;
  background: #ffffff;
  color: #172033;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-tool-root .ahg-topic{
  min-height: 156px;
  resize: vertical;
  padding: 14px 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-platform, .tc-wp-tool-root .ahg-quantity{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .ahg-topic:focus, .tc-wp-tool-root .ahg-platform:focus, .tc-wp-tool-root .ahg-quantity:focus, .tc-wp-tool-root .ahg-btn:focus-visible, .tc-wp-tool-root .ahg-pill:focus-visible{
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
}.tc-wp-tool-root .ahg-select-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin-top: 16px;
}.tc-wp-tool-root .ahg-button-area{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-top: 18px;
}.tc-wp-tool-root .ahg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ahg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7c3aed, #2563eb 52%, #ec4899);
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.28);
}.tc-wp-tool-root .ahg-btn-secondary, .tc-wp-tool-root .ahg-copy-all{
  color: #27324a;
  background: #ffffff;
  border-color: rgba(124, 58, 237, 0.22);
  box-shadow: 0 10px 20px rgba(83, 76, 128, 0.08);
}.tc-wp-tool-root .ahg-status{
  min-height: 28px;
  margin-top: 14px;
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1.45;
  color: #334155;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-status.ahg-error{
  color: #9f1239;
}.tc-wp-tool-root .ahg-status.ahg-success{
  color: #166534;
}.tc-wp-tool-root .ahg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-kicker{
  display: block;
  margin-bottom: 5px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #6d28d9;
  text-transform: uppercase;
}.tc-wp-tool-root .ahg-output-title{
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #172033;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-count{
  flex: 0 0 auto;
  max-width: 45%;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ahg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(253, 242, 248, 0.9)),
    #ffffff;
  scrollbar-width: thin;
  scrollbar-color: #a78bfa #eef2ff;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar-track{
  background: #eef2ff;
  border-radius: 999px;
}.tc-wp-tool-root .ahg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #a78bfa, #60a5fa);
  border-radius: 999px;
}.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ahg-skeleton span, .tc-wp-tool-root .ahg-skeleton div{
  display: block;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(221, 214, 254, 0.86), rgba(219, 234, 254, 0.96), rgba(252, 231, 243, 0.86));
  background-size: 220% 100%;
  animation: ahgPulse 1.5s ease-in-out infinite;
}.tc-wp-tool-root .ahg-skeleton span:nth-child(1){ width: 38%; }.tc-wp-tool-root .ahg-skeleton span:nth-child(2){ width: 28%; }.tc-wp-tool-root .ahg-skeleton span:nth-child(3){ width: 46%; }.tc-wp-tool-root .ahg-skeleton span:nth-child(4){ width: 32%; }.tc-wp-tool-root .ahg-skeleton span:nth-child(5){ width: 42%; }.tc-wp-tool-root .ahg-skeleton span:nth-child(6){ width: 30%; }.tc-wp-tool-root .ahg-skeleton div:nth-child(7){ width: 100%; height: 58px; border-radius: 10px; }.tc-wp-tool-root .ahg-skeleton div:nth-child(8){ width: 72%; height: 46px; border-radius: 10px; }@keyframes ahgPulse {
  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 .ahg-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  padding: 10px 13px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #26314a;
  box-shadow: 0 8px 18px rgba(83, 76, 128, 0.08);
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.tc-wp-tool-root .ahg-copy-all{
  align-self: flex-start;
  width: auto;
  min-width: 132px;
  margin-top: 0;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 34px 10px; }.tc-wp-tool-root .ahg-inner{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-header p{ font-size: 0.9rem; }.tc-wp-tool-root .ahg-tool-card{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 10px; padding: 10px; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-control-panel, .tc-wp-tool-root .ahg-output-panel{ padding: 12px; }.tc-wp-tool-root .ahg-topic{ min-height: 128px; font-size: 0.9rem; padding: 11px; }.tc-wp-tool-root .ahg-select-grid, .tc-wp-tool-root .ahg-button-area{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ahg-btn{ min-height: 42px; padding: 10px; font-size: 0.86rem; }.tc-wp-tool-root .ahg-preview{ padding: 10px; font-size: 0.86rem; }.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{ gap: 8px; }.tc-wp-tool-root .ahg-skeleton span, .tc-wp-tool-root .ahg-skeleton div, .tc-wp-tool-root .ahg-skeleton span:nth-child(n){ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.82rem; padding: 8px 10px; }.tc-wp-tool-root .ahg-output-title{ font-size: 1rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 40px 12px; }.tc-wp-tool-root .ahg-inner{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-header p{ font-size: 0.94rem; }.tc-wp-tool-root .ahg-tool-card{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 12px; padding: 12px; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-control-panel, .tc-wp-tool-root .ahg-output-panel{ padding: 14px; }.tc-wp-tool-root .ahg-topic{ min-height: 138px; font-size: 0.92rem; padding: 12px; }.tc-wp-tool-root .ahg-select-grid, .tc-wp-tool-root .ahg-button-area{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ahg-btn{ min-height: 43px; font-size: 0.88rem; }.tc-wp-tool-root .ahg-preview{ padding: 12px; font-size: 0.88rem; }.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{ gap: 8px; }.tc-wp-tool-root .ahg-skeleton span, .tc-wp-tool-root .ahg-skeleton div, .tc-wp-tool-root .ahg-skeleton span:nth-child(n){ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.84rem; padding: 8px 11px; }.tc-wp-tool-root .ahg-output-title{ font-size: 1.04rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 48px 14px; }.tc-wp-tool-root .ahg-inner{ max-width: 100%; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-header p{ font-size: 0.98rem; }.tc-wp-tool-root .ahg-tool-card{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 14px; padding: 14px; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-control-panel, .tc-wp-tool-root .ahg-output-panel{ padding: 16px; }.tc-wp-tool-root .ahg-topic{ min-height: 146px; font-size: 0.94rem; }.tc-wp-tool-root .ahg-select-grid, .tc-wp-tool-root .ahg-button-area{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ahg-btn{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .ahg-preview{ padding: 13px; font-size: 0.9rem; }.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{ gap: 9px; }.tc-wp-tool-root .ahg-skeleton span, .tc-wp-tool-root .ahg-skeleton div, .tc-wp-tool-root .ahg-skeleton span:nth-child(n){ width: 100%; }.tc-wp-tool-root .ahg-pill{ font-size: 0.86rem; padding: 9px 11px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 58px 18px; }.tc-wp-tool-root .ahg-inner{ max-width: 940px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-header p{ font-size: 1rem; }.tc-wp-tool-root .ahg-tool-card{ grid-template-columns: 1fr; grid-column: 1 / -1; gap: 16px; padding: 16px; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .ahg-control-panel, .tc-wp-tool-root .ahg-output-panel{ padding: 20px; }.tc-wp-tool-root .ahg-topic{ min-height: 150px; font-size: 0.96rem; }.tc-wp-tool-root .ahg-button-area{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .ahg-btn{ font-size: 0.92rem; }.tc-wp-tool-root .ahg-preview{ padding: 15px; font-size: 0.92rem; }.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{ gap: 10px; }.tc-wp-tool-root .ahg-pill{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 68px 20px; }.tc-wp-tool-root .ahg-inner{ max-width: 1100px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-header p{ font-size: 1.03rem; }.tc-wp-tool-root .ahg-tool-card{ gap: 18px; padding: 18px; }.tc-wp-tool-root .ahg-control-panel, .tc-wp-tool-root .ahg-output-panel{ padding: 21px; }.tc-wp-tool-root .ahg-topic{ font-size: 0.98rem; }.tc-wp-tool-root .ahg-btn{ font-size: 0.93rem; }.tc-wp-tool-root .ahg-preview{ padding: 16px; font-size: 0.93rem; }.tc-wp-tool-root .ahg-skeleton, .tc-wp-tool-root .ahg-results{ gap: 10px; }.tc-wp-tool-root .ahg-pill{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ahg-tool-wrap{ padding: 76px 22px; }.tc-wp-tool-root .ahg-inner{ max-width: 1200px; }.tc-wp-tool-root .ahg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ahg-tool-card{ gap: 20px; padding: 20px; }}.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 .ahg-download {}
.tc-wp-tool-root .ahg-generate {}
.tc-wp-tool-root .ahg-reset {}