@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 #eng-wrap#eng-wrap, .tc-wp-tool-root #eng-wrap#eng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 24px 14px !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  color: #173027 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(205, 232, 211, 0.72) 0, rgba(205, 232, 211, 0) 28%),
    radial-gradient(circle at 84% 18%, rgba(185, 169, 226, 0.58) 0, rgba(185, 169, 226, 0) 30%),
    radial-gradient(circle at 50% 100%, rgba(222, 190, 112, 0.22) 0, rgba(222, 190, 112, 0) 34%),
    linear-gradient(135deg, #eef7f0 0%, #f8f4eb 46%, #edf1fb 100%) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap button, .tc-wp-tool-root #eng-wrap#eng-wrap input, .tc-wp-tool-root #eng-wrap#eng-wrap select, .tc-wp-tool-root #eng-wrap#eng-wrap textarea{
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: inherit !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap button{
  cursor: pointer !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-shell, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-hero, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-panel, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-shell{
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-hero{
  text-align: center !important;
  padding: 10px 0 2px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-title{
  margin: 0 !important;
  color: #10251f !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-subtitle{
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  color: #445d55 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-panel{
  display: grid !important;
  grid-template-areas:
    "controls"
    "actions"
    "results"
    "more" !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid rgba(82, 113, 102, 0.2) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 22px 60px rgba(25, 55, 45, 0.14) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-controls{
  grid-area: controls !important;
  display: grid !important;
  gap: 12px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-actions{
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-label{
  color: #263d35 !important;
  font-size: 0.85rem !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-select{
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 38px 0 12px !important;
  border: 1px solid rgba(44, 82, 70, 0.22) !important;
  border-radius: 12px !important;
  color: #142820 !important;
  background:
    linear-gradient(45deg, transparent 50%, #527166 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #ffffff, #f6faf7) !important;
  outline: none !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-select:focus, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn:focus-visible, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-summary:focus-visible{
  outline: 3px solid rgba(95, 70, 153, 0.28) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn{
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #165f4c 0%, #5d3f91 58%, #b48a36 120%) !important;
  box-shadow: 0 14px 28px rgba(49, 73, 92, 0.22) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn-secondary{
  color: #18352c !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(59, 94, 82, 0.24) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-btn-small{
  min-height: 38px !important;
  padding: 8px 12px !important;
  font-size: 0.88rem !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-results{
  grid-area: results !important;
  min-width: 0 !important;
  padding: 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(76, 83, 118, 0.16) !important;
  background: linear-gradient(180deg, rgba(247, 250, 249, 0.94), rgba(255, 255, 255, 0.74)) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-results-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-results-title{
  margin: 0 !important;
  color: #142820 !important;
  font-size: clamp(1.25rem, 3vw, 1.7rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-results-note{
  margin: 4px 0 0 !important;
  color: #60746e !important;
  font-size: 0.92rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-result-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-placeholder{
  padding: 28px 14px !important;
  border: 1px dashed rgba(78, 110, 99, 0.36) !important;
  border-radius: 14px !important;
  color: #637870 !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.45) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-card{
  display: grid !important;
  gap: 8px !important;
  padding: 12px !important;
  border: 1px solid rgba(51, 83, 72, 0.16) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 10px 22px rgba(22, 48, 39, 0.07) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-card-top{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 8px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-name{
  margin: 0 !important;
  color: #132820 !important;
  font-size: 1.05rem !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  word-break: break-word !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-card-actions{
  display: inline-flex !important;
  flex: 0 0 auto !important;
  gap: 6px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-icon-btn{
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(59, 94, 82, 0.22) !important;
  color: #27483e !important;
  background: #ffffff !important;
  font-size: 1rem !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-icon-btn.eng-saved{
  color: #ffffff !important;
  border-color: #9a6b18 !important;
  background: linear-gradient(135deg, #b88b30, #6b4aa2) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-meta{
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  color: #315349 !important;
  background: rgba(205, 232, 211, 0.62) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-lore{
  margin: 0 !important;
  color: #5d6f69 !important;
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more{
  grid-area: more !important;
  border: 1px solid rgba(59, 94, 82, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.56) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-summary{
  padding: 12px 14px !important;
  color: #1b382f !important;
  font-weight: 850 !important;
  cursor: pointer !important;
  list-style: none !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-inner{
  display: grid !important;
  gap: 12px !important;
  padding: 0 14px 14px !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-helper{
  padding: 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(59, 94, 82, 0.16) !important;
  background: rgba(255, 255, 255, 0.62) !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-helper-title{
  margin: 0 0 8px !important;
  color: #142820 !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-steps{
  margin: 0 !important;
  padding-left: 20px !important;
  color: #465f57 !important;
  line-height: 1.55 !important;
  font-size: 0.94rem !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  min-width: 190px !important;
  max-width: calc(100vw - 28px) !important;
  padding: 11px 14px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 800 !important;
  background: rgba(19, 40, 32, 0.95) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #eng-wrap#eng-wrap .eng-toast.eng-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #eng-wrap#eng-wrap{
    padding: 30px 18px !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-controls, .tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #eng-wrap#eng-wrap .eng-panel{
    padding: 18px !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more{
    display: block !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-summary{
    pointer-events: none !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-inner{
    display: grid !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more:not([open]) .eng-more-inner{
    display: grid !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #eng-wrap#eng-wrap{
    padding: 38px 22px !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-panel{
    grid-template-columns: 0.86fr 1.14fr !important;
    grid-template-areas:
      "controls results"
      "actions results"
      "more results" !important;
    align-items: start !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-controls{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-more-inner{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #eng-wrap#eng-wrap .eng-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1180px) {.tc-wp-tool-root #eng-wrap#eng-wrap .eng-result-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !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 .eng-wrap {}