@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 #heng-wrap#heng-wrap{
  --heng-primary: #4f46e5;
  --heng-secondary: #8b5cf6;
  --heng-accent: #f5d77c;
  --heng-soft-bg: #f4f1ff;
  --heng-card-bg: rgba(255,255,255,0.9);
  --heng-heading: #17122f;
  --heng-body: #2d2944;
  --heng-muted: #6f6885;
  --heng-border: rgba(89,80,140,0.22);
  --heng-button-gradient: linear-gradient(135deg,#4f46e5 0%,#8b5cf6 52%,#c084fc 100%);
  --heng-shadow: 0 22px 60px rgba(40,31,92,0.18);
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 28px 16px 34px !important;
  background:
    radial-gradient(circle at 15% 5%, rgba(245,215,124,0.28), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(139,92,246,0.22), transparent 32%),
    linear-gradient(180deg,#f8f6ff 0%,#eee9ff 46%,#f8f7fb 100%) !important;
  color: var(--heng-body) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap, .tc-wp-tool-root #heng-wrap#heng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap button, .tc-wp-tool-root #heng-wrap#heng-wrap input, .tc-wp-tool-root #heng-wrap#heng-wrap select, .tc-wp-tool-root #heng-wrap#heng-wrap textarea{
  font: inherit !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap button{
  border: 0 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-hero{
  text-align: center !important;
  padding: 18px 0 18px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-title{
  margin: 0 !important;
  color: var(--heng-heading) !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-subtitle{
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  color: var(--heng-muted) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-panel, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-results, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-helper{
  border: 1px solid var(--heng-border) !important;
  background: rgba(255,255,255,0.72) !important;
  box-shadow: var(--heng-shadow) !important;
  backdrop-filter: blur(14px) !important;
  border-radius: 8px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-control{
  min-width: 0 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-label{
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--heng-heading) !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-select{
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 38px 10px 12px !important;
  border: 1px solid var(--heng-border) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,0.95) !important;
  color: var(--heng-body) !important;
  outline: none !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-select:focus, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn:focus-visible, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-more-summary:focus-visible{
  outline: 3px solid rgba(245,215,124,0.68) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-more{
  border: 1px solid rgba(89,80,140,0.18) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,0.5) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-more-summary{
  padding: 13px 14px !important;
  color: var(--heng-heading) !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-advanced{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 12px 12px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn{
  min-height: 46px !important;
  width: 100% !important;
  padding: 11px 16px !important;
  border-radius: 8px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn-primary{
  background: var(--heng-button-gradient) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(79,70,229,0.28) !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn-secondary, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-btn-copy-all{
  background: #ffffff !important;
  color: var(--heng-primary) !important;
  border: 1px solid var(--heng-border) !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-results{
  margin-top: 16px !important;
  padding: 16px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-results-head{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: center !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-results-title, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-helper-title{
  margin: 0 !important;
  color: var(--heng-heading) !important;
  font-size: 1.15rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-status{
  margin: 5px 0 0 !important;
  color: var(--heng-muted) !important;
  font-size: 0.92rem !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 154px !important;
  padding: 15px !important;
  border: 1px solid var(--heng-border) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,248,255,0.9)) !important;
  box-shadow: 0 12px 26px rgba(31,22,75,0.08) !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-name{
  margin: 0 !important;
  color: var(--heng-heading) !important;
  font-size: 1.18rem !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-meaning{
  margin: 0 !important;
  color: var(--heng-body) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-meta{
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(245,215,124,0.24) !important;
  color: #554313 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-card-copy{
  margin-top: auto !important;
  min-height: 38px !important;
  background: rgba(79,70,229,0.09) !important;
  color: var(--heng-primary) !important;
  border: 1px solid rgba(79,70,229,0.18) !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-helper{
  margin-top: 16px !important;
  padding: 15px 16px !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-helper-text{
  margin: 6px 0 0 !important;
  color: var(--heng-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 999999 !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  min-width: 190px !important;
  max-width: calc(100vw - 32px) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  background: #17122f !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 800 !important;
  box-shadow: 0 18px 40px rgba(23,18,47,0.28) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #heng-wrap#heng-wrap .heng-toast.heng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #heng-wrap#heng-wrap .heng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-actions, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-results-head{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #heng-wrap#heng-wrap{
    padding: 34px 22px 42px !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-panel, .tc-wp-tool-root #heng-wrap#heng-wrap .heng-results{
    padding: 20px !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: end !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-more{
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-advanced{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-actions{
    grid-column: 1 / -1 !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #heng-wrap#heng-wrap .heng-output{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #heng-wrap#heng-wrap .heng-panel{
    padding: 22px !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 .heng-tool-wrap {}