@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 #fng-wrap#fng-wrap, .tc-wp-tool-root #fng-wrap#fng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap{
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  padding: clamp(18px, 4vw, 42px) 16px !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 209, 102, .36), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(45, 212, 191, .24), transparent 28%),
    linear-gradient(135deg, #fff8f3 0%, #fff1f5 42%, #effffd 100%) !important;
  color: #213047 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button, .tc-wp-tool-root #fng-wrap#fng-wrap input, .tc-wp-tool-root #fng-wrap#fng-wrap select, .tc-wp-tool-root #fng-wrap#fng-wrap textarea{
  font: inherit !important;
  color: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button{
  cursor: pointer !important;
  border: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero{
  width: 100% !important;
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 6px 0 20px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero h1{
  margin: 0 !important;
  color: #142033 !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero p{
  max-width: 680px !important;
  margin: 12px auto 0 !important;
  color: #59667a !important;
  font-size: clamp(.98rem, 2vw, 1.12rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: clamp(14px, 3vw, 22px) !important;
  border: 1px solid rgba(217, 226, 236, .9) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 24px 70px rgba(46, 30, 61, .12) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-content: start !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control{
  display: grid !important;
  gap: 7px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control label{
  color: #344054 !important;
  font-size: .84rem !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-input{
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  border-radius: 14px !important;
  border: 1px solid #d9e2ec !important;
  background: #fbfdff !important;
  outline: none !important;
  color: #213047 !important;
  box-shadow: 0 1px 0 rgba(20, 32, 51, .03) !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select:focus, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-input:focus, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-more summary:focus-visible{
  outline: 3px solid rgba(45, 212, 191, .34) !important;
  outline-offset: 2px !important;
  border-color: #2dd4bf !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn{
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  font-size: .94rem !important;
  line-height: 1.1 !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease !important;
  user-select: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff4f6d 0%, #ff8a3d 48%, #8b5cf6 100%) !important;
  box-shadow: 0 14px 30px rgba(255, 79, 109, .28) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary{
  color: #e43f5f !important;
  background: #fff7f8 !important;
  border: 1px solid rgba(255, 79, 109, .22) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-ghost{
  color: #475569 !important;
  background: #f8fafc !important;
  border: 1px solid #d9e2ec !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-wrap{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  padding-bottom: 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-head h2, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-help h2{
  margin: 0 !important;
  color: #142033 !important;
  font-size: clamp(1.08rem, 2.2vw, 1.35rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-head p, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-help p{
  margin: 5px 0 0 !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  font-size: .94rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-all{
  min-height: 40px !important;
  padding: 9px 12px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  min-height: 130px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  min-height: 130px !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  padding: 22px !important;
  border: 1px dashed #cbd5e1 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #ffffff, #fff8fb) !important;
  color: #64748b !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-card{
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 13px !important;
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-text{
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-text strong{
  display: block !important;
  color: #142033 !important;
  font-size: clamp(1rem, 2vw, 1.16rem) !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-text span{
  display: inline-flex !important;
  margin-top: 5px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  color: #0f766e !important;
  background: #ccfbf1 !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-card-actions{
  display: flex !important;
  gap: 7px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn{
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 13px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn.fng-is-favorite{
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff4f6d, #ffbd2e) !important;
  border-color: transparent !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fbfdff !important;
  padding: 4px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more summary{
  list-style: none !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  color: #213047 !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more summary::after{
  content: "+" !important;
  color: #ff4f6d !important;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more[open] summary::after{
  content: "-" !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 8px 10px 12px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 14px auto 0 !important;
  padding: 16px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(217, 226, 236, .9) !important;
  background: rgba(255, 255, 255, .74) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  z-index: 999999 !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translate(-50%, 16px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-width: min(92vw, 360px) !important;
  padding: 12px 15px !important;
  border-radius: 999px !important;
  background: #142033 !important;
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .25) !important;
  font-weight: 800 !important;
  text-align: center !important;
  transition: opacity .2s ease, transform .2s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast.fng-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (hover: hover) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:hover, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .1) !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
    align-items: start !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more{
    grid-column: 1 / -1 !important;
  }}@media (min-width: 1180px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    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 .fng-tool-wrap {}