@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 #cng-wrap#cng-wrap, .tc-wp-tool-root #cng-wrap#cng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap{
  --cng-ink: #162421;
  --cng-slate: #52625e;
  --cng-muted: #74827f;
  --cng-jade: #0e7a68;
  --cng-teal: #0f9f8f;
  --cng-red: #b54735;
  --cng-porcelain: #fbf8f1;
  --cng-soft: #e8f4ef;
  --cng-line: #cddfd8;
  --cng-white: rgba(255, 255, 255, 0.9);
  --cng-shadow: 0 18px 50px rgba(22, 36, 33, 0.12);
  --cng-shadow-soft: 0 10px 26px rgba(22, 36, 33, 0.09);
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  color: var(--cng-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  min-height: 100vh !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 28px 14px !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(14, 122, 104, 0.14), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(181, 71, 53, 0.1), transparent 24%),
    linear-gradient(135deg, var(--cng-porcelain) 0%, #f4fbf7 48%, #e9f5f1 100%) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-inner{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  z-index: 1 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-ambient{
  position: absolute !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  filter: blur(2px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-ambient-one{
  width: 210px !important;
  height: 210px !important;
  right: -70px !important;
  top: 110px !important;
  background: rgba(15, 159, 143, 0.12) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-ambient-two{
  width: 170px !important;
  height: 170px !important;
  left: -64px !important;
  bottom: 120px !important;
  background: rgba(181, 71, 53, 0.08) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 18px 0 22px !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-title{
  margin: 0 auto 10px !important;
  max-width: 920px !important;
  color: var(--cng-ink) !important;
  font-size: clamp(2rem, 6vw, 3.6rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-subtitle{
  margin: 0 auto !important;
  max-width: 760px !important;
  color: var(--cng-slate) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid rgba(205, 223, 216, 0.9) !important;
  background: var(--cng-white) !important;
  border-radius: 22px !important;
  box-shadow: var(--cng-shadow) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  width: 100% !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-label{
  color: var(--cng-ink) !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select{
  width: 100% !important;
  min-height: 48px !important;
  appearance: none !important;
  border: 1px solid var(--cng-line) !important;
  border-radius: 13px !important;
  background:
    linear-gradient(45deg, transparent 50%, var(--cng-jade) 50%) calc(100% - 18px) 20px / 7px 7px no-repeat,
    linear-gradient(135deg, var(--cng-jade) 50%, transparent 50%) calc(100% - 13px) 20px / 7px 7px no-repeat,
    #ffffff !important;
  color: var(--cng-ink) !important;
  padding: 0 38px 0 14px !important;
  font-size: 0.96rem !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 0 rgba(22, 36, 33, 0.04) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary:focus{
  outline: 3px solid rgba(15, 159, 143, 0.25) !important;
  outline-offset: 2px !important;
  border-color: var(--cng-teal) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
  min-height: 46px !important;
  width: 100% !important;
  border-radius: 13px !important;
  border: 1px solid transparent !important;
  padding: 11px 16px !important;
  cursor: pointer !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--cng-jade), var(--cng-teal)) !important;
  box-shadow: 0 12px 24px rgba(14, 122, 104, 0.25) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:hover{
  background: linear-gradient(135deg, var(--cng-jade), var(--cng-teal) 72%, var(--cng-red)) !important;
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-compact, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy{
  color: var(--cng-jade) !important;
  background: #f7fbf9 !important;
  border-color: var(--cng-line) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary:hover, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-compact:hover, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy:hover{
  background: #eef8f4 !important;
  border-color: rgba(14, 122, 104, 0.38) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
  margin-top: 12px !important;
  border-top: 1px solid rgba(205, 223, 216, 0.75) !important;
  padding-top: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  color: var(--cng-jade) !important;
  font-weight: 850 !important;
  font-size: 0.95rem !important;
  border-radius: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-advanced-controls{
  margin-top: 10px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  margin-top: 16px !important;
  padding: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-title, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-help-title{
  margin: 0 0 6px !important;
  color: var(--cng-ink) !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-summary{
  margin: 0 !important;
  color: var(--cng-slate) !important;
  font-size: 0.94rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-result-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-compact{
  min-height: 42px !important;
  padding: 10px 13px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-placeholder{
  margin: 0 !important;
  padding: 22px !important;
  border: 1px dashed var(--cng-line) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  color: var(--cng-muted) !important;
  text-align: center !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  min-width: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(205, 223, 216, 0.85) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: var(--cng-shadow-soft) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-card:hover{
  transform: translateY(-2px) !important;
  border-color: rgba(14, 122, 104, 0.28) !important;
  box-shadow: 0 16px 34px rgba(22, 36, 33, 0.12) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-main{
  color: var(--cng-ink) !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-pinyin{
  color: var(--cng-jade) !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meaning{
  color: var(--cng-slate) !important;
  font-size: 0.93rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meta-row{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: auto !important;
  align-items: center !important;
  justify-content: space-between !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-chip{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  max-width: 100% !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #eef8f4 !important;
  color: #21655b !important;
  font-size: 0.77rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy{
  width: auto !important;
  min-height: 36px !important;
  padding: 8px 11px !important;
  border-radius: 11px !important;
  font-size: 0.82rem !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help{
  margin-top: 16px !important;
  padding: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-steps{
  margin: 0 !important;
  padding-left: 22px !important;
  color: var(--cng-slate) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-steps li{
  margin: 6px 0 !important;
  padding-left: 2px !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 9999 !important;
  max-width: min(330px, calc(100vw - 32px)) !important;
  padding: 12px 15px !important;
  border-radius: 14px !important;
  background: rgba(22, 36, 33, 0.96) !important;
  color: #ffffff !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22) !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast.cng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
    padding: 34px 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-result-actions{
    min-width: 230px !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
    padding: 44px 24px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-help{
    border-radius: 26px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    padding: 22px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
    margin-top: 16px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more[open] .cng-advanced-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
    padding: 52px 28px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
    padding-bottom: 28px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-essential-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    max-width: 520px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-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 .cng-tool-wrap {}