@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{
  --fng-navy: #111a2e;
  --fng-navy-soft: #1d2940;
  --fng-ivory: #fbf7ee;
  --fng-champagne: #c9a968;
  --fng-champagne-soft: #f1e5c9;
  --fng-plum: #6e496b;
  --fng-white: #ffffff;
  --fng-ink: #172033;
  --fng-muted: #667085;
  --fng-line: rgba(17, 26, 46, 0.13);
  --fng-shadow: 0 18px 46px rgba(17, 26, 46, 0.12);
  --fng-radius: 18px;
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 14px !important;
  overflow: hidden !important;
  color: var(--fng-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 169, 104, 0.22), transparent 28%),
    linear-gradient(135deg, #fdfaf3 0%, #f7f0e2 44%, #eef1f7 100%) !important;
}.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, .tc-wp-tool-root #fng-wrap#fng-wrap button{
  font: inherit !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button{
  border: 0 !important;
  cursor: pointer !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{
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 6px 0 18px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero h1{
  margin: 0 0 9px !important;
  color: var(--fng-navy) !important;
  font-size: clamp(2rem, 1.6rem + 1.8vw, 3.25rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero p{
  max-width: 690px !important;
  margin: 0 auto !important;
  color: #4f5a6e !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
  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;
}.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.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: var(--fng-radius) !important;
  box-shadow: var(--fng-shadow) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel-head, .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;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel h2, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper h2{
  margin: 0 !important;
  color: var(--fng-navy) !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-note{
  margin: 4px 0 0 !important;
  color: var(--fng-muted) !important;
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control-group{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control label{
  color: var(--fng-navy-soft) !important;
  font-size: 0.83rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select{
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 38px 10px 12px !important;
  color: var(--fng-ink) !important;
  background:
    linear-gradient(45deg, transparent 50%, var(--fng-plum) 50%) calc(100% - 18px) 19px / 6px 6px no-repeat,
    linear-gradient(135deg, var(--fng-plum) 50%, transparent 50%) calc(100% - 13px) 19px / 6px 6px no-repeat,
    var(--fng-white) !important;
  border: 1px solid var(--fng-line) !important;
  border-radius: 12px !important;
  outline: none !important;
  appearance: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select:focus, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap summary:focus-visible{
  outline: 3px solid rgba(201, 169, 104, 0.38) !important;
  outline-offset: 2px !important;
  border-color: var(--fng-champagne) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-actions{
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
  margin-top: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn{
  min-height: 42px !important;
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary{
  color: var(--fng-white) !important;
  background: linear-gradient(135deg, var(--fng-navy) 0%, var(--fng-plum) 55%, #b88b45 100%) !important;
  box-shadow: 0 12px 24px rgba(17, 26, 46, 0.22) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 30px rgba(17, 26, 46, 0.27) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary:active, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary:active, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn:active{
  transform: translateY(1px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn{
  color: var(--fng-navy) !important;
  background: #fffaf0 !important;
  border: 1px solid rgba(201, 169, 104, 0.42) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary:hover, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn:hover{
  background: var(--fng-champagne-soft) !important;
  border-color: rgba(201, 169, 104, 0.72) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  min-height: 150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  color: #6a6471 !important;
  text-align: center !important;
  background: linear-gradient(135deg, rgba(251, 247, 238, 0.9), rgba(255, 255, 255, 0.8)) !important;
  border: 1px dashed rgba(110, 73, 107, 0.32) !important;
  border-radius: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder.fng-hidden{
  display: none !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-name-card{
  min-width: 0 !important;
  padding: 13px !important;
  background: linear-gradient(180deg, var(--fng-white), #fffbf4) !important;
  border: 1px solid var(--fng-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(17, 26, 46, 0.07) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-top{
  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: var(--fng-navy) !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-card-actions{
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 6px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn{
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-icon-btn.fng-saved{
  color: var(--fng-white) !important;
  background: linear-gradient(135deg, var(--fng-plum), var(--fng-champagne)) !important;
  border-color: transparent !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meta{
  margin: 8px 0 0 !important;
  color: var(--fng-muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meaning{
  margin: 5px 0 0 !important;
  color: #4f5362 !important;
  font-size: 0.82rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel summary{
  list-style: none !important;
  padding: 15px 16px !important;
  color: var(--fng-navy) !important;
  font-size: 0.96rem !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel summary::after{
  content: "+" !important;
  float: right !important;
  color: var(--fng-plum) !important;
  font-weight: 900 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel[open] summary::after{
  content: "–" !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper{
  margin-top: 14px !important;
  padding: 15px 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper p{
  margin: 6px 0 0 !important;
  color: #556071 !important;
  font-size: 0.91rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 999999 !important;
  max-width: min(320px, calc(100vw - 32px)) !important;
  padding: 12px 14px !important;
  color: var(--fng-white) !important;
  background: rgba(17, 26, 46, 0.96) !important;
  border: 1px solid rgba(201, 169, 104, 0.4) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 36px rgba(17, 26, 46, 0.28) !important;
  font-size: 0.92rem !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast.fng-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: 32px 18px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-panel{
    padding: 18px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control-group{
    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-results-actions{
    flex-direction: row !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-btn{
    width: auto !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions .fng-btn{
    flex: 1 1 0 !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
    grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.52fr) !important;
    grid-template-areas:
      "controls results"
      "more results" !important;
    align-items: start !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls-panel{
    grid-area: controls !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-panel{
    grid-area: results !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-panel{
    grid-area: more !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls-panel .fng-control-group, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    flex-direction: column !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions .fng-btn{
    width: 100% !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
    min-height: 326px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: 38px 22px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
    grid-template-columns: 340px minmax(0, 1fr) !important;
    gap: 16px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    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 .fng-wrap {}