@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 #tng-wrap#tng-wrap{
  --tng-slate-950: #0f172a;
  --tng-slate-700: #334155;
  --tng-slate-500: #64748b;
  --tng-slate-200: #e2e8f0;
  --tng-blue: #2563eb;
  --tng-blue-dark: #1d4ed8;
  --tng-teal: #0f766e;
  --tng-teal-soft: #ccfbf1;
  --tng-warm: #f59e0b;
  --tng-white: #ffffff;
  --tng-bg: #f8fafc;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  box-sizing: border-box !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: var(--tng-slate-950) !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 184, 166, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(245, 158, 11, 0.16), transparent 24%),
    linear-gradient(135deg, #eff6ff 0%, #f8fafc 46%, #ecfeff 100%) !important;
  padding: 28px 16px !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  overflow-x: hidden !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap *, .tc-wp-tool-root #tng-wrap#tng-wrap *::before, .tc-wp-tool-root #tng-wrap#tng-wrap *::after{
  box-sizing: border-box !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-hero, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-panel, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-results, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-more, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell{
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-hero{
  text-align: center !important;
  padding: 4px 0 2px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-title{
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-950) !important;
  font-size: clamp(1.85rem, 1.45rem + 1.4vw, 3rem) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-subtitle{
  max-width: 760px !important;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-700) !important;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.08rem) !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-panel, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-results, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-more, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper{
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(148, 163, 184, 0.36) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.11) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-panel{
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-label{
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-700) !important;
  font-size: 0.86rem !important;
  line-height: 1.3 !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-select, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-input{
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid var(--tng-slate-200) !important;
  border-radius: 12px !important;
  background: var(--tng-white) !important;
  color: var(--tng-slate-950) !important;
  font-family: inherit !important;
  font-size: 0.96rem !important;
  line-height: 1.3 !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03) !important;
  outline: none !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-select:focus, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-input:focus, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn:focus-visible, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-summary:focus-visible{
  border-color: var(--tng-blue) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16) !important;
  outline: none !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-primary{
  color: var(--tng-white) !important;
  background: linear-gradient(135deg, var(--tng-blue), var(--tng-teal)) !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-secondary{
  color: var(--tng-blue-dark) !important;
  background: #eff6ff !important;
  border-color: #bfdbfe !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-ghost{
  color: var(--tng-slate-700) !important;
  background: #f8fafc !important;
  border-color: var(--tng-slate-200) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results{
  padding: 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results-toolbar{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results-title, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-saved-title, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper-title{
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-950) !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-count-text, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper-text{
  margin: 3px 0 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-500) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-copy-all{
  width: auto !important;
  min-width: 112px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-placeholder{
  width: 100% !important;
  margin: 0 !important;
  padding: 22px 16px !important;
  border: 1px dashed #93c5fd !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(204, 251, 241, 0.6)) !important;
  color: var(--tng-slate-700) !important;
  text-align: center !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-card{
  display: grid !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(148, 163, 184, 0.32) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-name{
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tng-slate-950) !important;
  font-size: 1.08rem !important;
  line-height: 1.28 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-meta{
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: var(--tng-teal-soft) !important;
  color: #115e59 !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  width: 100% !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-mini-btn{
  min-height: 38px !important;
  padding: 8px 10px !important;
  font-size: 0.86rem !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-fav-active{
  color: #7c2d12 !important;
  background: #ffedd5 !important;
  border-color: #fdba74 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-saved{
  margin: 16px 0 0 !important;
  padding: 14px !important;
  border-radius: 14px !important;
  border: 1px solid #99f6e4 !important;
  background: rgba(240, 253, 250, 0.88) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-saved-list{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-saved-chip{
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--tng-slate-700) !important;
  border: 1px solid var(--tng-slate-200) !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-more{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-summary{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 14px 16px !important;
  color: var(--tng-slate-950) !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-grid{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper{
  padding: 14px 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translateX(-50%) translateY(18px) !important;
  z-index: 9999 !important;
  width: max-content !important;
  max-width: calc(100% - 32px) !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  border-radius: 999px !important;
  background: var(--tng-slate-950) !important;
  color: var(--tng-white) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-toast.tng-toast-show{
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #tng-wrap#tng-wrap{
    padding: 34px 20px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #tng-wrap#tng-wrap .tng-panel, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-results{
    padding: 20px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-more-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tng-wrap#tng-wrap{
    padding: 42px 24px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell{
    gap: 18px !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 .tng-tool-root {}