@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 *, .tc-wp-tool-root #fng-wrap#fng-wrap *::before, .tc-wp-tool-root #fng-wrap#fng-wrap *::after{
  box-sizing: border-box !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap{
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  margin: 0 !important;
  padding: clamp(18px, 3vw, 36px) !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #102033 !important;
  background: linear-gradient(135deg, #eef7ff 0%, #f7fbff 44%, #e8fbfb 100%) !important;
  overflow-x: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button, .tc-wp-tool-root #fng-wrap#fng-wrap select, .tc-wp-tool-root #fng-wrap#fng-wrap input, .tc-wp-tool-root #fng-wrap#fng-wrap textarea{
  font: inherit !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button{
  cursor: pointer !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-dashboard{
  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: 18px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero{
  text-align: center !important;
  padding: 8px 0 4px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero h1{
  margin: 0 0 8px !important;
  color: #0f2454 !important;
  font-size: clamp(26px, 4vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero p{
  max-width: 720px !important;
  margin: 0 auto !important;
  color: #475569 !important;
  font-size: clamp(14px, 2vw, 17px) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: start !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;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(15, 36, 84, 0.1) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls-panel{
  padding: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-panel{
  padding: 16px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control-grid{
  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: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-control span{
  color: #24364d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select{
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 40px 11px 13px !important;
  color: #14243a !important;
  background-color: #f8fbff !important;
  background-image: linear-gradient(45deg, transparent 50%, #155e75 50%), linear-gradient(135deg, #155e75 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  border: 1px solid #cbdced !important;
  border-radius: 12px !important;
  appearance: none !important;
  outline: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s 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 .fng-more-options summary:focus-visible{
  outline: 3px solid rgba(20, 184, 166, 0.28) !important;
  outline-offset: 2px !important;
  border-color: #14b8a6 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options{
  margin-top: 12px !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
  overflow: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options summary{
  padding: 12px 14px !important;
  color: #0f2454 !important;
  font-weight: 800 !important;
  list-style: none !important;
  cursor: pointer !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options summary::after{
  content: "+" !important;
  float: right !important;
  color: #0e7490 !important;
  font-weight: 900 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options[open] summary::after{
  content: "-" !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
  padding: 0 12px 12px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !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:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn:disabled{
  cursor: not-allowed !important;
  opacity: 0.55 !important;
  transform: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #1d4ed8 0%, #0891b2 100%) !important;
  box-shadow: 0 12px 26px rgba(29, 78, 216, 0.24) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-small, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-btn{
  color: #12335a !important;
  background: #ffffff !important;
  border-color: #cbdced !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-secondary:hover, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-small:hover, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-btn:hover{
  border-color: #0e7490 !important;
  box-shadow: 0 10px 22px rgba(14, 116, 144, 0.12) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper{
  margin-top: 12px !important;
  padding: 11px 12px !important;
  color: #52647a !important;
  background: #eef7ff !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-top{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-top h2, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-panel h3{
  margin: 0 !important;
  color: #0f2454 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-top h2{
  font-size: 20px !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-btn-small{
  min-height: 40px !important;
  padding: 9px 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  min-height: 130px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  margin: 0 !important;
  padding: 34px 16px !important;
  color: #64748b !important;
  text-align: center !important;
  background: #f8fbff !important;
  border: 1px dashed #b8cbe0 !important;
  border-radius: 14px !important;
  grid-column: 1 / -1 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 14px !important;
  min-width: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 15px !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-card:hover{
  transform: translateY(-2px) !important;
  border-color: #b7d7ec !important;
  box-shadow: 0 14px 28px rgba(15, 36, 84, 0.09) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-text{
  margin: 0 !important;
  color: #102033 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name-meta{
  margin: -6px 0 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-btn{
  width: 100% !important;
  min-height: 40px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-panel{
  margin-top: 14px !important;
  padding: 12px !important;
  background: #f8fbff !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-panel h3{
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-list{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-pill, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-empty{
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  color: #26445f !important;
  background: #ffffff !important;
  border: 1px solid #d9e6f2 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-recent-empty{
  color: #64748b !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 22px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 18px) !important;
  padding: 12px 16px !important;
  color: #ffffff !important;
  background: #0f2454 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 36px rgba(15, 36, 84, 0.24) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, transform 0.2s 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 .fng-essential-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
    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;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #fng-wrap#fng-wrap{
    padding: clamp(24px, 4vw, 46px) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls-panel, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-panel{
    padding: 20px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options{
    display: block !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-dashboard{
    grid-template-columns: 360px minmax(0, 1fr) !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 {}