@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{
  --bng-bg-a: #eef6ff;
  --bng-bg-b: #f8fafc;
  --bng-bg-c: #ecfdf5;
  --bng-text: #0f172a;
  --bng-muted: #475569;
  --bng-border: #dbe5f0;
  --bng-card: #ffffff;
  --bng-blue: #2563eb;
  --bng-indigo: #4f46e5;
  --bng-emerald: #059669;
  --bng-shadow: 0 18px 48px rgba(15, 23, 42, .10);
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  padding: 28px 14px !important;
  margin: 0 !important;
  color: var(--bng-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: linear-gradient(135deg, var(--bng-bg-a) 0%, var(--bng-bg-b) 50%, var(--bng-bg-c) 100%) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap *, .tc-wp-tool-root #bng-wrap#bng-wrap *::before, .tc-wp-tool-root #bng-wrap#bng-wrap *::after{
  box-sizing: border-box !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{
  font: inherit !important;
  color: inherit !important;
  box-sizing: border-box !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: 8px 0 18px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-hero h1{
  margin: 0 !important;
  color: #0b1220 !important;
  font-size: clamp(28px, 5vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-subtitle{
  width: 100% !important;
  max-width: 760px !important;
  margin: 10px auto 0 !important;
  color: var(--bng-muted) !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-results, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-more, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper{
  width: 100% !important;
  border: 1px solid rgba(148, 163, 184, .32) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: var(--bng-shadow) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-control label{
  color: #1e293b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-input, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-select{
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 12px !important;
  border: 1px solid var(--bng-border) !important;
  border-radius: 12px !important;
  outline: none !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8) !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-input:focus, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-select:focus{
  border-color: var(--bng-blue) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  align-items: end !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn{
  min-height: 46px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  padding: 11px 15px !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
}.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:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .18) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--bng-blue), var(--bng-indigo)) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, .24) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-secondary, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-btn-copyall{
  color: #1e293b !important;
  background: #ffffff !important;
  border-color: var(--bng-border) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results h2, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper h2{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-status{
  margin: 4px 0 0 !important;
  color: var(--bng-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 154px !important;
  padding: 15px !important;
  border: 1px solid var(--bng-border) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-name{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-meta{
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  color: #075985 !important;
  background: #e0f2fe !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-angle{
  margin: 0 !important;
  color: var(--bng-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: auto !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-mini-btn{
  min-height: 40px !important;
  padding: 9px 10px !important;
  border: 1px solid var(--bng-border) !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  background: #ffffff !important;
  color: #1e293b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-mini-btn:hover{
  transform: translateY(-1px) !important;
  border-color: #93c5fd !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-mini-btn.bng-saved{
  color: #065f46 !important;
  border-color: #6ee7b7 !important;
  background: #ecfdf5 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more{
  margin-top: 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more summary{
  cursor: pointer !important;
  padding: 15px 16px !important;
  color: #0f172a !important;
  font-weight: 850 !important;
  list-style-position: inside !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper p{
  margin: 7px 0 0 !important;
  color: var(--bng-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 999999 !important;
  max-width: calc(100vw - 32px) !important;
  padding: 12px 15px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: #0f172a !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .24) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition: opacity .22s ease, transform .22s ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-toast.bng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head{
    flex-direction: row !important;
    align-items: center !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #bng-wrap#bng-wrap{
    padding: 38px 20px !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding: 20px !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
    grid-column: span 4 !important;
    grid-template-columns: minmax(180px, 240px) minmax(120px, 160px) !important;
    justify-content: center !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-grid{
    grid-template-columns: 2fr 1fr 1fr !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-panel{
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    min-width: 170px !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-wrap {}