@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{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: clamp(22px, 4vw, 46px) 16px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #475569 !important;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(135deg, #f4f8ff 0%, #ffffff 45%, #eefdf8 100%) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap button, .tc-wp-tool-root #cng-wrap#cng-wrap input, .tc-wp-tool-root #cng-wrap#cng-wrap select, .tc-wp-tool-root #cng-wrap#cng-wrap textarea{
  font: inherit !important;
  appearance: none !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{
  width: 100% !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 6px 0 20px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero h1{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero p{
  max-width: 720px !important;
  margin: 12px auto 0 !important;
  color: #475569 !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.6 !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;
  padding: clamp(16px, 3vw, 28px) !important;
  background: #ffffff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.11) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control label{
  color: #0f172a !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control input, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-control select{
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 42px 12px 14px !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 14px !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control select{
  background-image: linear-gradient(45deg, transparent 50%, #2563eb 50%), linear-gradient(135deg, #2563eb 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control input:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-control select:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus-visible, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more summary:focus-visible{
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16) !important;
  outline: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
  display: block !important;
  border: 1px solid #dbeafe !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more summary{
  cursor: pointer !important;
  min-height: 48px !important;
  padding: 14px 16px !important;
  color: #2563eb !important;
  font-weight: 800 !important;
  border-radius: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 0 14px 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
  min-height: 48px !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:hover:not(:disabled){
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:active:not(:disabled){
  transform: translateY(0) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:disabled{
  cursor: not-allowed !important;
  opacity: 0.52 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.26) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:hover:not(:disabled){
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.33) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-copy-all{
  color: #2563eb !important;
  background: #eff6ff !important;
  border-color: #bfdbfe !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-output{
  margin-top: 20px !important;
  padding-top: 18px !important;
  border-top: 1px solid #dbeafe !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head h2, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-help h2{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(20px, 2.4vw, 26px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head p{
  margin: 5px 0 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  min-height: 86px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-empty{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 86px !important;
  padding: 22px !important;
  color: #64748b !important;
  background: #f8fbff !important;
  border: 1px dashed #bfdbfe !important;
  border-radius: 18px !important;
  text-align: center !important;
  font-size: 15px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-width: 0 !important;
  padding: 15px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #dbeafe !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-card:hover{
  transform: translateY(-2px) !important;
  border-color: #93c5fd !important;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-main{
  min-width: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-main h3{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-main span{
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 8px !important;
  padding: 5px 9px !important;
  color: #047857 !important;
  background: #d1fae5 !important;
  border: 1px solid #a7f3d0 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-main p{
  margin: 9px 0 0 !important;
  color: #475569 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: auto !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-mini-btn{
  min-height: 40px !important;
  padding: 9px 10px !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 12px !important;
  color: #2563eb !important;
  background: #ffffff !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-mini-btn:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.13) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-fav-active{
  color: #065f46 !important;
  background: #d1fae5 !important;
  border-color: #10b981 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help{
  margin-top: 18px !important;
  padding: 16px !important;
  background: #f8fbff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 18px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help ol{
  margin: 10px 0 0 !important;
  padding-left: 22px !important;
  color: #475569 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-help li{
  margin: 5px 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !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;
  z-index: 99999 !important;
  min-width: 190px !important;
  max-width: calc(100vw - 32px) !important;
  padding: 12px 16px !important;
  color: #ffffff !important;
  background: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.26) !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, transform 0.2s 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 .cng-actions{
    grid-template-columns: 2fr 1fr 1fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-copy-all{
    width: auto !important;
    min-width: 160px !important;
  }}@media (min-width: 768px) {.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-control-keyword, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
    grid-column: span 2 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
    display: block !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more summary{
    display: none !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 14px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
    grid-template-columns: 1.45fr 0.75fr 1fr 1fr 1.15fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-keyword{
    grid-column: auto !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
    grid-column: span 5 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    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 .cng-wrap {}