@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 #wng-wrap#wng-wrap, .tc-wp-tool-root #wng-wrap#wng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap{
  --wng-bg: #f7fbff;
  --wng-ink: #102033;
  --wng-muted: #5d6b7c;
  --wng-line: #d8e3ef;
  --wng-panel: rgba(255, 255, 255, 0.92);
  --wng-blue: #1d4ed8;
  --wng-cyan: #06b6d4;
  --wng-indigo: #4338ca;
  --wng-teal: #0f766e;
  --wng-soft: #eef7ff;
  --wng-shadow: 0 24px 60px rgba(15, 32, 51, 0.14);
  --wng-radius: 18px;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: clamp(22px, 4vw, 48px) 16px !important;
  overflow-x: hidden !important;
  color: var(--wng-ink) !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 15% 5%, rgba(6, 182, 212, 0.16), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(29, 78, 216, 0.14), transparent 32%),
    linear-gradient(135deg, #f9fcff 0%, #edf7ff 44%, #f8fafc 100%) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap button, .tc-wp-tool-root #wng-wrap#wng-wrap input, .tc-wp-tool-root #wng-wrap#wng-wrap select, .tc-wp-tool-root #wng-wrap#wng-wrap textarea{
  font: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap button{
  cursor: pointer !important;
  border: 0 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap input, .tc-wp-tool-root #wng-wrap#wng-wrap select, .tc-wp-tool-root #wng-wrap#wng-wrap textarea{
  appearance: none !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-hero{
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 auto 18px !important;
  text-align: center !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-title{
  margin: 0 !important;
  color: var(--wng-ink) !important;
  font-size: clamp(1.65rem, 4.8vw, 3.05rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-subtitle{
  max-width: 720px !important;
  margin: 10px auto 0 !important;
  color: var(--wng-muted) !important;
  font-size: clamp(0.95rem, 2vw, 1.08rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: clamp(16px, 3vw, 24px) !important;
  border: 1px solid rgba(216, 227, 239, 0.95) !important;
  border-radius: var(--wng-radius) !important;
  background: var(--wng-panel) !important;
  box-shadow: var(--wng-shadow) !important;
  backdrop-filter: blur(12px) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-controls, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-essential, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-advanced{
  display: grid !important;
  gap: 12px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-field label{
  color: #23364c !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-input, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-select{
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 14px !important;
  color: var(--wng-ink) !important;
  background: #ffffff !important;
  border: 1px solid var(--wng-line) !important;
  border-radius: 12px !important;
  outline: none !important;
  box-shadow: 0 1px 0 rgba(16, 32, 51, 0.03) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-input{
  padding-right: 14px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-select{
  background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-input:focus, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-select:focus{
  border-color: var(--wng-cyan) !important;
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.18) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn{
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn:focus-visible{
  outline: 3px solid rgba(6, 182, 212, 0.36) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn:active{
  transform: translateY(0) scale(0.99) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--wng-blue), var(--wng-cyan) 52%, var(--wng-indigo)) !important;
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.24) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn-secondary, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn-copyall{
  color: var(--wng-blue) !important;
  background: #f8fbff !important;
  border: 1px solid var(--wng-line) !important;
  box-shadow: 0 8px 18px rgba(15, 32, 51, 0.06) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results{
  order: 2 !important;
  padding: 14px !important;
  border: 1px solid rgba(216, 227, 239, 0.9) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-title{
  margin: 0 !important;
  color: var(--wng-ink) !important;
  font-size: clamp(1.05rem, 2vw, 1.3rem) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-note{
  margin: 4px 0 0 !important;
  color: var(--wng-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-btn-copyall{
  min-height: 40px !important;
  padding: 9px 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-result-card{
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px !important;
  border: 1px solid #dce8f3 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(15, 32, 51, 0.06) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-name{
  margin: 0 !important;
  color: var(--wng-ink) !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-meta{
  display: inline-flex !important;
  margin-top: 6px !important;
  color: var(--wng-teal) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-copy{
  flex: 0 0 auto !important;
  min-width: 72px !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  color: #ffffff !important;
  background: #173b78 !important;
  border-radius: 10px !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-more{
  order: 3 !important;
  border: 1px solid var(--wng-line) !important;
  border-radius: 14px !important;
  background: #fbfdff !important;
  overflow: hidden !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-more summary{
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  padding: 13px 14px !important;
  color: #173b78 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  outline: none !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-more summary:focus-visible{
  box-shadow: inset 0 0 0 3px rgba(6, 182, 212, 0.28) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-advanced{
  padding: 0 14px 14px !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 16px auto 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(216, 227, 239, 0.9) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.74) !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-helper h2{
  margin: 0 0 10px !important;
  color: var(--wng-ink) !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-helper ol{
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  padding-left: 20px !important;
  color: var(--wng-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 99999 !important;
  width: min(calc(100% - 32px), 360px) !important;
  padding: 12px 16px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #102033 !important;
  box-shadow: 0 16px 40px rgba(15, 32, 51, 0.24) !important;
  text-align: center !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 16px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #wng-wrap#wng-wrap .wng-toast.wng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 520px) {.tc-wp-tool-root #wng-wrap#wng-wrap .wng-actions{
    grid-template-columns: 1fr 1fr !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #wng-wrap#wng-wrap .wng-essential, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-advanced{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #wng-wrap#wng-wrap .wng-panel{
    display: grid !important;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) !important;
    align-items: start !important;
  }.tc-wp-tool-root #wng-wrap#wng-wrap .wng-controls{
    order: 1 !important;
  }.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results{
    order: 2 !important;
  }.tc-wp-tool-root #wng-wrap#wng-wrap .wng-more{
    order: 3 !important;
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #wng-wrap#wng-wrap .wng-more[open] .wng-advanced, .tc-wp-tool-root #wng-wrap#wng-wrap .wng-advanced{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1180px) {.tc-wp-tool-root #wng-wrap#wng-wrap .wng-results-grid{
    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 .wng-tool-wrap {}