@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* 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 #hng-wrap#hng-wrap, .tc-wp-tool-root #hng-wrap#hng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap{
  --hng-primary: #1667ff;
  --hng-secondary: #d91f45;
  --hng-accent: #f7c846;
  --hng-bg: #eef5ff;
  --hng-card: #ffffff;
  --hng-heading: #07142f;
  --hng-text: #25324a;
  --hng-muted: #65718a;
  --hng-border: rgba(16, 36, 78, 0.14);
  --hng-shadow: 0 22px 60px rgba(12, 31, 74, 0.14);
  --hng-gradient: linear-gradient(135deg, #1667ff 0%, #d91f45 100%);
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  padding: clamp(24px, 4vw, 56px) 16px !important;
  overflow: hidden !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: var(--hng-text) !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 103, 255, 0.18), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(217, 31, 69, 0.13), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--hng-bg) 100%) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap button, .tc-wp-tool-root #hng-wrap#hng-wrap input, .tc-wp-tool-root #hng-wrap#hng-wrap select, .tc-wp-tool-root #hng-wrap#hng-wrap textarea{
  font: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap button{
  cursor: pointer !important;
  border: 0 !important;
  background: none !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap input, .tc-wp-tool-root #hng-wrap#hng-wrap select, .tc-wp-tool-root #hng-wrap#hng-wrap textarea{
  appearance: none !important;
  -webkit-appearance: none !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero{
  width: 100% !important;
  max-width: 850px !important;
  margin: 0 auto 20px !important;
  text-align: center !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero h1{
  margin: 0 0 10px !important;
  color: var(--hng-heading) !important;
  font-size: clamp(30px, 5vw, 52px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero p{
  max-width: 720px !important;
  margin: 0 auto !important;
  color: var(--hng-muted) !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--hng-shadow) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-results, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-more, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-help{
  background: var(--hng-card) !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(12, 31, 74, 0.06) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls{
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-control{
  display: grid !important;
  gap: 7px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-control label{
  color: var(--hng-heading) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field{
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 40px 11px 13px !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 12px !important;
  color: var(--hng-heading) !important;
  background-color: #f8fbff !important;
  background-image: linear-gradient(45deg, transparent 50%, #65718a 50%), linear-gradient(135deg, #65718a 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap input.hng-field{
  background-image: none !important;
  padding-right: 13px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field:focus{
  border-color: rgba(22, 103, 255, 0.75) !important;
  box-shadow: 0 0 0 4px rgba(22, 103, 255, 0.14) !important;
  background-color: #ffffff !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-actions{
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-icon-btn{
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 12px !important;
  padding: 11px 15px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn{
  flex: 1 1 150px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-primary{
  color: #ffffff !important;
  background: var(--hng-gradient) !important;
  box-shadow: 0 14px 30px rgba(22, 103, 255, 0.25) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-secondary, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-icon-btn{
  color: var(--hng-primary) !important;
  background: #ffffff !important;
  border: 1px solid rgba(22, 103, 255, 0.24) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn:focus-visible, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-icon-btn:focus-visible{
  outline: 3px solid rgba(247, 200, 70, 0.7) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results{
  min-height: 220px !important;
  padding: 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results h2, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-help h2{
  margin: 0 0 4px !important;
  color: var(--hng-heading) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results p, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-help p{
  margin: 0 !important;
  color: var(--hng-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-placeholder{
  min-height: 120px !important;
  display: grid !important;
  place-items: center !important;
  padding: 20px !important;
  color: var(--hng-muted) !important;
  border: 1px dashed rgba(22, 103, 255, 0.28) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(22, 103, 255, 0.06), rgba(217, 31, 69, 0.05)) !important;
  text-align: center !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-card{
  display: grid !important;
  gap: 10px !important;
  padding: 13px !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name{
  margin: 0 !important;
  color: var(--hng-heading) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-meta{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-pill{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  color: #25324a !important;
  background: rgba(247, 200, 70, 0.22) !important;
  border: 1px solid rgba(247, 200, 70, 0.36) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-copy{
  width: 100% !important;
  min-height: 38px !important;
  color: var(--hng-primary) !important;
  background: rgba(22, 103, 255, 0.08) !important;
  border: 1px solid rgba(22, 103, 255, 0.18) !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary{
  list-style: none !important;
  cursor: pointer !important;
  padding: 15px 16px !important;
  color: var(--hng-heading) !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary:after{
  content: "+" !important;
  float: right !important;
  color: var(--hng-primary) !important;
  font-size: 18px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more[open] summary:after{
  content: "–" !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced{
  display: grid !important;
  gap: 14px !important;
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 14px auto 0 !important;
  padding: 16px !important;
  text-align: center !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-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: min(320px, calc(100vw - 32px)) !important;
  padding: 12px 16px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #07142f !important;
  box-shadow: 0 18px 44px rgba(7, 20, 47, 0.28) !important;
  text-align: center !important;
  font-weight: 800 !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-toast.hng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (hover: hover) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn:hover, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-icon-btn:hover, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-card:hover{
    transform: translateY(-2px) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-card:hover{
    border-color: rgba(22, 103, 255, 0.28) !important;
    box-shadow: 0 16px 36px rgba(12, 31, 74, 0.11) !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-control-wide{
    grid-column: span 2 !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-panel{
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.45fr) !important;
    align-items: start !important;
    gap: 16px !important;
    padding: 16px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls{
    position: sticky !important;
    top: 16px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more[open], .tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
    display: block !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary{
    cursor: default !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary:after{
    display: none !important;
  }}@media (min-width: 1040px) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-output{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-control-wide{
    grid-column: span 1 !important;
  }}@media (max-width: 767px) {.tc-wp-tool-root #hng-wrap#hng-wrap{
    padding: 22px 12px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-panel{
    border-radius: 18px !important;
    padding: 10px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-head{
    display: grid !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-actions{
    width: 100% !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-actions .hng-icon-btn{
    flex: 1 1 120px !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 .hng-tool-wrap {}