@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 #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: #2f5d3b;
  --hng-secondary: #7d3f64;
  --hng-accent: #c6a24d;
  --hng-soft: #fbf3df;
  --hng-card: rgba(255, 253, 247, 0.92);
  --hng-heading: #173f2a;
  --hng-body: #4e4a3f;
  --hng-border: #d9dcc4;
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  padding: 24px 14px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: var(--hng-body) !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(198, 162, 77, 0.28), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(125, 63, 100, 0.2), transparent 28%),
    linear-gradient(135deg, #dcecc5 0%, #fbf3df 42%, #eadfbd 70%, #d6e7c3 100%) !important;
  overflow-x: hidden !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;
  color: inherit !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap button{
  cursor: pointer !important;
  border: 0 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap select{
  appearance: none !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-tool, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper{
  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{
  text-align: center !important;
  padding: 10px 0 18px !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(1.65rem, 6vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-hero p{
  max-width: 760px !important;
  margin: 0 auto !important;
  color: #4d5844 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-tool{
  display: grid !important;
  gap: 14px !important;
  grid-template-areas:
    "controls"
    "results"
    "more"
    "helper" !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-panel, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: var(--hng-card) !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(47, 93, 59, 0.13) !important;
  backdrop-filter: blur(12px) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls{
  grid-area: controls !important;
  padding: 16px !important;
  display: grid !important;
  gap: 13px !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: 0.9rem !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-select{
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 42px 11px 13px !important;
  color: var(--hng-body) !important;
  background:
    linear-gradient(45deg, transparent 50%, var(--hng-primary) 50%) calc(100% - 18px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--hng-primary) 50%, transparent 50%) calc(100% - 13px) 52% / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--hng-border) !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-select:focus, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn:focus-visible, .tc-wp-tool-root #hng-wrap#hng-wrap summary:focus-visible{
  outline: 3px solid rgba(198, 162, 77, 0.55) !important;
  outline-offset: 2px !important;
  border-color: var(--hng-primary) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
  display: grid !important;
  gap: 10px !important;
  margin-top: 2px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn{
  min-height: 46px !important;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease !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:active{
  transform: translateY(0) scale(0.99) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--hng-primary), var(--hng-secondary)) !important;
  box-shadow: 0 12px 24px rgba(47, 93, 59, 0.24) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-secondary{
  color: var(--hng-primary) !important;
  background: rgba(255, 255, 255, 0.66) !important;
  border: 1px solid var(--hng-border) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-btn-small{
  min-height: 38px !important;
  padding: 8px 12px !important;
  font-size: 0.9rem !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results{
  grid-area: results !important;
  padding: 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results-head{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-results h2, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper h2{
  margin: 0 !important;
  color: var(--hng-heading) !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !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{
  margin: 0 !important;
  padding: 22px 14px !important;
  border: 1px dashed var(--hng-border) !important;
  border-radius: 14px !important;
  text-align: center !important;
  color: #66705f !important;
  background: rgba(255, 255, 255, 0.42) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-card{
  display: grid !important;
  gap: 8px !important;
  padding: 13px !important;
  border: 1px solid rgba(217, 220, 196, 0.9) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 8px 20px rgba(47, 93, 59, 0.08) !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-card-top{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 8px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-name{
  color: var(--hng-heading) !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-copy{
  min-height: 34px !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  color: var(--hng-secondary) !important;
  background: #fff8ea !important;
  border: 1px solid #ead9a7 !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  flex: 0 0 auto !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-meaning{
  margin: 0 !important;
  color: var(--hng-body) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-meta{
  color: #66705f !important;
  font-size: 0.78rem !important;
  font-weight: 750 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more{
  grid-area: more !important;
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more summary{
  padding: 15px 16px !important;
  color: var(--hng-heading) !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-more-fields{
  display: grid !important;
  gap: 13px !important;
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper{
  grid-area: helper !important;
  padding: 15px 16px !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-helper p{
  margin: 7px 0 0 !important;
  color: var(--hng-body) !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #hng-wrap#hng-wrap .hng-toast{
  position: fixed !important;
  z-index: 999999 !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  padding: 11px 16px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--hng-primary), var(--hng-secondary)) !important;
  box-shadow: 0 12px 34px rgba(23, 63, 42, 0.28) !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 (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-more-fields{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.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-placeholder{
    grid-column: 1 / -1 !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #hng-wrap#hng-wrap .hng-tool{
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
    grid-template-areas:
      "controls results"
      "more results"
      "helper helper" !important;
    align-items: start !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-controls, .tc-wp-tool-root #hng-wrap#hng-wrap .hng-more-fields{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-actions{
    grid-template-columns: 1fr !important;
  }.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-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #hng-wrap#hng-wrap{
    padding: 38px 22px !important;
  }.tc-wp-tool-root #hng-wrap#hng-wrap .hng-tool{
    grid-template-columns: 340px minmax(0, 1fr) !important;
  }.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-panel{
    border-radius: 20px !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-shell {}