@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{
  --fng-ink: #1f2540 !important;
  --fng-muted: #66708e !important;
  --fng-soft: #f8f6ff !important;
  --fng-panel: rgba(255, 255, 255, 0.84) !important;
  --fng-panel-strong: rgba(255, 255, 255, 0.96) !important;
  --fng-lavender: #b9a7ff !important;
  --fng-violet: #7457d8 !important;
  --fng-blue: #8db7ff !important;
  --fng-teal: #78d4cf !important;
  --fng-gold: #d8ac55 !important;
  --fng-border: rgba(116, 87, 216, 0.22) !important;
  --fng-shadow: 0 18px 45px rgba(49, 42, 95, 0.16) !important;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 22px 14px !important;
  background: radial-gradient(circle at 12% 10%, rgba(120, 212, 207, 0.35), transparent 28%), radial-gradient(circle at 88% 6%, rgba(216, 172, 85, 0.22), transparent 26%), linear-gradient(135deg, #f9fbff 0%, #f2eeff 42%, #eaf8fb 100%) !important;
  color: var(--fng-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.5 !important;
  overflow-x: hidden !important;
}.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 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-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  appearance: none !important;
  border: 1px solid var(--fng-border) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--fng-ink) !important;
  padding: 12px 14px !important;
  line-height: 1.2 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap input:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap select:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap textarea:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap summary:focus-visible{
  outline: 3px solid rgba(120, 212, 207, 0.65) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-shell, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-wrap, .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;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-shell{
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero{
  text-align: center !important;
  padding: 8px 0 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-title{
  margin: 0 !important;
  color: var(--fng-ink) !important;
  font-size: clamp(1.8rem, 7vw, 3.4rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-subtitle{
  max-width: 720px !important;
  margin: 10px auto 0 !important;
  color: var(--fng-muted) !important;
  font-size: clamp(0.96rem, 3vw, 1.08rem) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid var(--fng-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, var(--fng-panel), rgba(255, 255, 255, 0.72)) !important;
  box-shadow: var(--fng-shadow) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-label{
  color: #3b4262 !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select{
  width: 100% !important;
  min-height: 46px !important;
  background-image: linear-gradient(45deg, transparent 50%, var(--fng-violet) 50%), linear-gradient(135deg, var(--fng-violet) 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-toolbar{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn{
  width: 100% !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary{
  border-color: rgba(116, 87, 216, 0.35) !important;
  background: linear-gradient(135deg, var(--fng-violet), #9279f0) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(116, 87, 216, 0.28) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-small{
  background: rgba(255, 255, 255, 0.74) !important;
  color: var(--fng-ink) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-gold{
  border-color: rgba(216, 172, 85, 0.42) !important;
  background: linear-gradient(135deg, rgba(255, 248, 228, 0.96), rgba(255, 255, 255, 0.88)) !important;
  color: #6b4a10 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-wrap{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding-top: 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-section-title, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-title{
  margin: 0 !important;
  color: var(--fng-ink) !important;
  font-size: 1.08rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  padding: 24px 14px !important;
  text-align: center !important;
  color: var(--fng-muted) !important;
  border: 1px dashed rgba(116, 87, 216, 0.36) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.58) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(116, 87, 216, 0.18) !important;
  border-radius: 14px !important;
  background: var(--fng-panel-strong) !important;
  box-shadow: 0 10px 24px rgba(49, 42, 95, 0.09) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name{
  margin: 0 !important;
  color: #272049 !important;
  font-size: 1.12rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meta{
  margin: 0 !important;
  color: #64708c !important;
  font-size: 0.82rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meaning{
  margin: 0 !important;
  color: #394260 !important;
  font-size: 0.9rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy{
  margin-top: 4px !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  background: linear-gradient(135deg, rgba(141, 183, 255, 0.18), rgba(120, 212, 207, 0.18)) !important;
  color: #283050 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more{
  border: 1px solid rgba(116, 87, 216, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.52) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-summary{
  padding: 13px 14px !important;
  color: var(--fng-ink) !important;
  cursor: pointer !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-controls{
  padding: 0 14px 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper{
  padding: 14px !important;
  border: 1px solid rgba(116, 87, 216, 0.14) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.55) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-text{
  margin: 6px 0 0 !important;
  color: var(--fng-muted) !important;
  font-size: 0.95rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 14px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: min(92vw, 360px) !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(116, 87, 216, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(31, 37, 64, 0.94) !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 38px rgba(31, 37, 64, 0.28) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast.fng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: 28px 18px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-toolbar{
    flex-direction: row !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn{
    width: auto !important;
    min-width: 150px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toolbar .fng-btn{
    min-width: 120px !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-results-head{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
    padding: 18px !important;
    gap: 16px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: 34px 22px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !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 {}