@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 #wcng-wrap#wcng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  box-sizing: border-box !important;
  padding: 28px 14px !important;
  overflow-x: hidden !important;
  color: #17342f !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(106, 181, 160, 0.24), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(126, 168, 214, 0.22), transparent 34%),
    linear-gradient(135deg, #0f2c28 0%, #143b37 38%, #31475b 72%, #edf4ef 100%) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap, .tc-wp-tool-root #wcng-wrap#wcng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-hero{
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 4px 0 18px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-title{
  margin: 0 !important;
  color: #f6fbf8 !important;
  font-size: clamp(1.65rem, 6vw, 3rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.25) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-subtitle{
  max-width: 680px !important;
  margin: 10px auto 0 !important;
  color: rgba(246, 251, 248, 0.88) !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-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 rgba(205, 225, 218, 0.72) !important;
  border-radius: 18px !important;
  background: rgba(246, 250, 247, 0.92) !important;
  box-shadow: 0 24px 70px rgba(8, 28, 25, 0.26) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-content: start !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-control{
  display: grid !important;
  gap: 6px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap label{
  color: #24423d !important;
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-select{
  width: 100% !important;
  min-height: 46px !important;
  appearance: none !important;
  border: 1px solid #b9cbc5 !important;
  border-radius: 12px !important;
  padding: 10px 38px 10px 12px !important;
  color: #17342f !important;
  background:
    linear-gradient(45deg, transparent 50%, #2f655c 50%) calc(100% - 18px) 19px / 7px 7px no-repeat,
    linear-gradient(135deg, #ffffff, #f2f8f5) !important;
  font: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-select:focus{
  outline: 3px solid rgba(60, 152, 139, 0.28) !important;
  border-color: #2f8d80 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more{
  border: 1px solid #c7d8d2 !important;
  border-radius: 14px !important;
  background: rgba(236, 245, 241, 0.78) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more summary{
  cursor: pointer !important;
  padding: 12px 13px !important;
  color: #1e4b44 !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  list-style-position: inside !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more summary:focus{
  outline: 3px solid rgba(60, 152, 139, 0.28) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more-inner{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 12px 12px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn{
  min-height: 44px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn:active{
  transform: translateY(0) scale(0.98) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn:focus{
  outline: 3px solid rgba(54, 141, 204, 0.32) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #176b5e, #1f9a8a 55%, #3574a8) !important;
  box-shadow: 0 12px 26px rgba(22, 107, 94, 0.28) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn-secondary{
  color: #21433d !important;
  border-color: #b8ccc5 !important;
  background: #f8fcfa !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-results{
  min-width: 0 !important;
  border: 1px solid #cfddd8 !important;
  border-radius: 16px !important;
  padding: 13px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(240, 247, 244, 0.9)) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-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 #wcng-wrap#wcng-wrap .wcng-results h2{
  margin: 0 !important;
  color: #17342f !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn-copy-all{
  min-height: 38px !important;
  padding: 8px 12px !important;
  color: #1d554e !important;
  border-color: #a7c4bd !important;
  background: #edf8f4 !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-btn:disabled{
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  transform: none !important;
  box-shadow: none !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-placeholder{
  margin: 0 !important;
  padding: 24px 14px !important;
  border: 1px dashed #a9c2ba !important;
  border-radius: 14px !important;
  color: #49645f !important;
  background: rgba(239, 248, 244, 0.72) !important;
  text-align: center !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-card{
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 13px !important;
  border: 1px solid #c7d9d3 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 10px 26px rgba(25, 58, 53, 0.08) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-name-row{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-name{
  min-width: 0 !important;
  color: #102f2a !important;
  font-size: 1.12rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-copy{
  flex: 0 0 auto !important;
  min-height: 36px !important;
  padding: 8px 11px !important;
  color: #ffffff !important;
  background: #245d55 !important;
  border-color: #245d55 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-meta{
  margin: 0 !important;
  color: #4f6b65 !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-meaning{
  margin: 0 !important;
  color: #2b4742 !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 12px auto 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(223, 236, 231, 0.55) !important;
  border-radius: 14px !important;
  background: rgba(14, 45, 40, 0.34) !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-helper p{
  margin: 0 !important;
  color: rgba(246, 251, 248, 0.88) !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 999999 !important;
  max-width: min(320px, calc(100vw - 32px)) !important;
  padding: 11px 14px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: rgba(18, 63, 56, 0.96) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-toast.wcng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #wcng-wrap#wcng-wrap{
    padding: 34px 20px !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-panel{
    padding: 18px !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more, .tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-actions{
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-title{
    font-size: clamp(2rem, 4vw, 3.15rem) !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-actions{
    grid-template-columns: minmax(160px, 220px) minmax(120px, 160px) !important;
    justify-content: start !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-output{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #wcng-wrap#wcng-wrap{
    padding: 42px 24px !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-panel{
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr) !important;
    align-items: start !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-controls{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more, .tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-actions{
    grid-column: auto !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-more-inner{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1160px) {.tc-wp-tool-root #wcng-wrap#wcng-wrap .wcng-output{
    grid-template-columns: repeat(3, 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 .wcng-wrap {}