@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 #bng-wrap#bng-wrap, .tc-wp-tool-root #bng-wrap#bng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap{
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  overflow-x: hidden !important;
  padding: 28px 14px 42px !important;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 42%, #ecfeff 100%) !important;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap button, .tc-wp-tool-root #bng-wrap#bng-wrap input, .tc-wp-tool-root #bng-wrap#bng-wrap select, .tc-wp-tool-root #bng-wrap#bng-wrap textarea{
  font: inherit !important;
  color: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap button{
  border: 0 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap input, .tc-wp-tool-root #bng-wrap#bng-wrap select{
  appearance: none !important;
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  padding: 11px 13px !important;
  outline: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap select{
  background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  padding-right: 38px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap input:focus, .tc-wp-tool-root #bng-wrap#bng-wrap select:focus, .tc-wp-tool-root #bng-wrap#bng-wrap button:focus-visible, .tc-wp-tool-root #bng-wrap#bng-wrap summary:focus-visible{
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16) !important;
  outline: none !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-hero{
  text-align: center !important;
  padding: 6px 0 18px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-hero h1{
  margin: 0 auto 10px !important;
  max-width: 880px !important;
  color: #0f172a !important;
  font-size: clamp(2rem, 1.3rem + 2.4vw, 3.5rem) !important;
  line-height: 1.08 !important;
  letter-spacing: normal !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-subtitle{
  margin: 0 auto !important;
  max-width: 720px !important;
  color: #475569 !important;
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.18rem) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-main{
  display: grid !important;
  gap: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-panel, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-howto{
  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 #dbeafe !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-field{
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-field label{
  color: #334155 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn{
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 12px !important;
  padding: 11px 16px !important;
  font-weight: 800 !important;
  text-align: center !important;
  white-space: normal !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-secondary, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-copy-all{
  color: #1e3a8a !important;
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more{
  margin-top: 14px !important;
  border-top: 1px solid #e2e8f0 !important;
  padding-top: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more summary{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  color: #1e40af !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  border-radius: 10px !important;
  padding: 7px 10px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-advanced-controls{
  margin-top: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper{
  margin: 10px 0 0 !important;
  color: #64748b !important;
  font-size: 0.92rem !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-panel{
  padding: 16px !important;
  min-height: 240px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head h2, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-howto h2{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem) !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-note, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-howto p{
  margin: 4px 0 0 !important;
  color: #64748b !important;
  font-size: 0.96rem !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-empty{
  min-height: 120px !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  color: #64748b !important;
  border: 1px dashed #bfdbfe !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  padding: 18px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-result-card{
  display: grid !important;
  gap: 12px !important;
  align-content: space-between !important;
  min-height: 136px !important;
  padding: 15px !important;
  border: 1px solid #dbeafe !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
  min-width: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-name{
  color: #0f172a !important;
  font-size: 1.2rem !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-meta{
  color: #64748b !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy{
  width: 100% !important;
  min-height: 40px !important;
  color: #0f766e !important;
  background: #ecfdf5 !important;
  border: 1px solid #99f6e4 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-howto{
  padding: 14px 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translate(-50%, 16px) !important;
  z-index: 999999 !important;
  width: min(92vw, 360px) !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-toast.bng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (hover: hover) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn:hover{
    transform: translateY(-1px) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-primary:hover{
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.3) !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #bng-wrap#bng-wrap{
    padding: 34px 18px 48px !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-panel{
    padding: 22px !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-copy-all{
    width: auto !important;
    min-width: 160px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #bng-wrap#bng-wrap{
    padding-top: 42px !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-advanced-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1160px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-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 .bng-input {}
.tc-wp-tool-root .bng-select {}
.tc-wp-tool-root .bng-tool-wrap {}