@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 #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{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  padding: 28px 14px !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(190, 59, 120, 0.14), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(109, 93, 252, 0.14), transparent 34%),
    linear-gradient(135deg, #fff7fb 0%, #fbf8ff 46%, #fffdf8 100%) !important;
  color: #5d5063 !important;
  font-family: "Inter", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap::before, .tc-wp-tool-root #fng-wrap#fng-wrap::after{
  content: "" !important;
  position: absolute !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  filter: blur(28px) !important;
  opacity: 0.34 !important;
  z-index: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap::before{
  left: -90px !important;
  top: 190px !important;
  background: rgba(190, 59, 120, 0.18) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap::after{
  right: -110px !important;
  bottom: 120px !important;
  background: rgba(109, 93, 252, 0.18) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-shell{
  position: relative !important;
  z-index: 1 !important;
  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: 0 auto 18px auto !important;
  text-align: center !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero h1{
  margin: 0 0 10px 0 !important;
  color: #241327 !important;
  font-size: clamp(2rem, 2.8rem, 3.4rem) !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero p{
  max-width: 720px !important;
  margin: 0 auto !important;
  color: #5d5063 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #ead7e7 !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(77, 39, 72, 0.12) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
  padding: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-tool-grid{
  display: grid !important;
  grid-template-areas:
    "controls"
    "results"
    "more" !important;
  gap: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls{
  grid-area: controls !important;
  display: grid !important;
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255, 247, 251, 0.86), rgba(255, 255, 255, 0.76)) !important;
  border: 1px solid #f0ddea !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-field{
  display: grid !important;
  gap: 7px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-field label{
  color: #39233e !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select{
  width: 100% !important;
  min-height: 46px !important;
  appearance: none !important;
  border: 1px solid #ead7e7 !important;
  border-radius: 12px !important;
  padding: 0 40px 0 13px !important;
  background:
    linear-gradient(45deg, transparent 50%, #6d5dfc 50%) calc(100% - 18px) 20px / 7px 7px no-repeat,
    linear-gradient(135deg, #ffffff, #fff9fd) !important;
  color: #241327 !important;
  font: 600 0.95rem/1.2 "Inter", Arial, sans-serif !important;
  outline: none !important;
  box-shadow: 0 1px 0 rgba(36, 19, 39, 0.04) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select:focus, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:focus{
  outline: 3px solid rgba(109, 93, 252, 0.24) !important;
  outline-offset: 2px !important;
  border-color: #6d5dfc !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;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  cursor: pointer !important;
  appearance: none !important;
  font: 800 0.94rem/1 "Inter", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #be3b78, #6d5dfc) !important;
  box-shadow: 0 12px 26px rgba(109, 93, 252, 0.2) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-copy-all, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy{
  color: #6b2350 !important;
  background: #ffffff !important;
  border-color: #ead7e7 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
  grid-area: results !important;
  min-width: 0 !important;
  padding: 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid #f0ddea !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-head{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results h2, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper h2{
  margin: 0 !important;
  color: #241327 !important;
  font-size: 1.12rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-copy-all{
  min-height: 40px !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  margin: 0 !important;
  padding: 22px 14px !important;
  min-height: 96px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px dashed #d9bed5 !important;
  border-radius: 14px !important;
  background: #fff9fd !important;
  color: #76677b !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-card{
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 13px !important;
  border-radius: 14px !important;
  border: 1px solid #ead7e7 !important;
  background: linear-gradient(180deg, #ffffff, #fffafd) !important;
  box-shadow: 0 10px 24px rgba(77, 39, 72, 0.07) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-line{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name{
  min-width: 0 !important;
  color: #241327 !important;
  font-size: 1.02rem !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  word-break: break-word !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy{
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 0 11px !important;
  border-radius: 10px !important;
  font-size: 0.82rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meta{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-pill{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: #fff0f7 !important;
  border: 1px solid #f0d4e4 !important;
  color: #7a315d !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meaning{
  margin: 0 !important;
  color: #5d5063 !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more{
  grid-area: more !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  border: 1px solid #f0ddea !important;
  background: rgba(255, 247, 251, 0.72) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more summary{
  cursor: pointer !important;
  color: #39233e !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding-top: 13px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper ol{
  display: grid !important;
  gap: 8px !important;
  margin: 10px 0 0 20px !important;
  padding: 0 !important;
  color: #5d5063 !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper li{
  padding-left: 3px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 99999 !important;
  max-width: min(340px, calc(100% - 32px)) !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  background: #241327 !important;
  color: #ffffff !important;
  font: 800 0.92rem/1.3 "Inter", Arial, sans-serif !important;
  box-shadow: 0 16px 38px rgba(36, 19, 39, 0.22) !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast.fng-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (hover: hover) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:hover{
    transform: translateY(-1px) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-card:hover{
    transform: translateY(-2px) !important;
    border-color: #dfc4dc !important;
    box-shadow: 0 16px 32px rgba(77, 39, 72, 0.11) !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: 34px 18px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    grid-template-columns: 1fr 1fr !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
    padding: 18px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-tool-grid{
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr) !important;
    grid-template-areas:
      "controls results"
      "more results" !important;
    align-items: start !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more{
    open: true !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-output{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-output{
    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-wrap {}