@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{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  box-sizing: border-box !important;
  background: linear-gradient(135deg, #eef7ff 0%, #f7fbff 38%, #f2f0ff 100%) !important;
  color: #14213d !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: 28px 16px !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap *, .tc-wp-tool-root #cng-wrap#cng-wrap *::before, .tc-wp-tool-root #cng-wrap#cng-wrap *::after{
  box-sizing: border-box !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
  max-width: 850px !important;
  margin: 0 auto 20px auto !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-title{
  margin: 0 0 8px 0 !important;
  color: #0f172a !important;
  font-size: clamp(30px, 5vw, 46px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-subtitle{
  margin: 0 auto !important;
  max-width: 680px !important;
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(148, 163, 184, 0.34) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1) !important;
  padding: 16px !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control{
  min-width: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-label{
  display: block !important;
  margin: 0 0 6px 0 !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-input{
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 10px 12px !important;
  font: inherit !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-input:focus{
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 2px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
  appearance: none !important;
  border: 0 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 11px 16px !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !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, #2563eb 0%, #4f46e5 48%, #06b6d4 100%) !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary{
  color: #1d4ed8 !important;
  background: #f8fbff !important;
  border: 1px solid #bfdbfe !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:active{
  transform: translateY(0) scale(0.99) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus-visible{
  outline: 3px solid rgba(37, 99, 235, 0.34) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-section{
  margin-top: 16px !important;
  border: 1px solid rgba(203, 213, 225, 0.82) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  padding: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-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 #cng-wrap#cng-wrap .cng-results-title{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-note{
  margin: 4px 0 0 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy-all{
  min-height: 40px !important;
  padding: 9px 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-empty{
  min-height: 120px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px dashed #cbd5e1 !important;
  border-radius: 14px !important;
  color: #64748b !important;
  background: #f8fafc !important;
  text-align: center !important;
  padding: 18px !important;
  font-size: 15px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 1px solid rgba(203, 213, 225, 0.9) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  padding: 13px !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card:hover{
  transform: translateY(-2px) !important;
  border-color: rgba(37, 99, 235, 0.34) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meta{
  margin: 4px 0 0 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy{
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
  margin-top: 14px !important;
  border: 1px solid rgba(203, 213, 225, 0.86) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
  cursor: pointer !important;
  padding: 13px 14px !important;
  color: #1e293b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  list-style-position: inside !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
  padding: 0 14px 14px 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 14px auto 0 auto !important;
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  padding: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help-title{
  margin: 0 0 6px 0 !important;
  color: #0f172a !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help-text{
  margin: 0 !important;
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 22px !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 9999 !important;
  max-width: calc(100% - 32px) !important;
  border-radius: 999px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  padding: 11px 16px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24) !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: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding: 38px 20px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-wide{
    grid-column: 1 / -1 !important;
  }}@media (min-width: 980px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
    display: grid !important;
    grid-template-columns: minmax(280px, 380px) 1fr !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-column: auto !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-section{
    margin-top: 0 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
    grid-template-columns: 180px 180px 1fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-wide{
    grid-column: auto !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-wrap-root {}