@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{
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  background: linear-gradient(135deg, #fbf6ea 0%, #f3ead8 42%, #eef4ed 100%) !important;
  color: #18251f !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: 24px 14px !important;
  overflow-x: hidden !important;
}.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-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: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 12px 0 18px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-kicker{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 10px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(170, 126, 54, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.64) !important;
  color: #6c4a20 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero h1{
  margin: 0 !important;
  color: #133326 !important;
  font-size: clamp(30px, 7vw, 56px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-subtitle{
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  color: #4a5b50 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !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;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(38, 68, 52, 0.13) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(31, 47, 39, 0.08) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls-panel{
  padding: 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field label{
  color: #23382d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-select, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-input{
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid rgba(44, 76, 58, 0.22) !important;
  border-radius: 8px !important;
  background: #fffdf8 !important;
  color: #16241d !important;
  padding: 10px 12px !important;
  font: inherit !important;
  font-size: 15px !important;
  outline: none !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-select:focus, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-input:focus{
  border-color: #2d5d45 !important;
  box-shadow: 0 0 0 4px rgba(45, 93, 69, 0.14) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn{
  min-height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  padding: 11px 16px !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
  text-align: center !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn:focus{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(183, 139, 59, 0.24) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #164831 0%, #2f6a4d 48%, #9a6a2f 100%) !important;
  box-shadow: 0 12px 24px rgba(25, 77, 52, 0.22) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-secondary{
  color: #17412e !important;
  background: #fffaf0 !important;
  border-color: rgba(45, 93, 69, 0.22) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-panel{
  margin-top: 14px !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-section-label{
  margin: 0 0 4px !important;
  color: #8a612b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-head h2, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper h2{
  margin: 0 !important;
  color: #173426 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-copy-all{
  min-height: 40px !important;
  padding: 9px 12px !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-placeholder{
  margin: 0 !important;
  padding: 28px 16px !important;
  border: 1px dashed rgba(45, 93, 69, 0.28) !important;
  border-radius: 8px !important;
  background: #fffaf0 !important;
  color: #536359 !important;
  text-align: center !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  min-height: 176px !important;
  padding: 16px !important;
  border: 1px solid rgba(39, 73, 54, 0.14) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%) !important;
  box-shadow: 0 10px 28px rgba(28, 43, 35, 0.06) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name-top{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name-text{
  color: #142d22 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-chip{
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(154, 106, 47, 0.24) !important;
  background: rgba(218, 180, 94, 0.14) !important;
  color: #68471f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-meaning{
  margin: 0 !important;
  color: #4a5d52 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-card-copy{
  margin-top: auto !important;
  min-height: 40px !important;
  padding: 9px 12px !important;
  font-size: 13px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
  margin-top: 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary{
  cursor: pointer !important;
  list-style: none !important;
  padding: 16px !important;
  color: #173426 !important;
  font-size: 16px !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: #8a612b !important;
  font-size: 20px !important;
  line-height: 1 !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-controls{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper ol{
  margin: 12px 0 0 !important;
  padding-left: 20px !important;
  color: #4b5b51 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper li{
  margin: 4px 0 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 99999 !important;
  max-width: min(340px, calc(100vw - 32px)) !important;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  background: #173426 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 34px rgba(15, 31, 23, 0.24) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(10px) !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: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #hng-wrap#hng-wrap{
    padding: 30px 18px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field-wide{
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #hng-wrap#hng-wrap{
    padding: 38px 22px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero{
    padding: 18px 0 24px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
    display: flex !important;
    justify-content: flex-end !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions .hng-btn{
    width: auto !important;
    min-width: 160px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
    padding: 16px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary{
    padding: 0 0 14px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-advanced-controls{
    padding: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-field-wide{
    grid-column: auto !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls-panel, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-panel, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper{
    padding: 20px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn:hover{
    transform: translateY(-1px) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-primary:hover{
    box-shadow: 0 16px 30px rgba(25, 77, 52, 0.28) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name-card:hover{
    border-color: rgba(154, 106, 47, 0.34) !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-wrap {}