@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{
  --bng-paper: #fbf6ea;
  --bng-paper-2: #f3ead8;
  --bng-ink: #18211f;
  --bng-muted: #61706b;
  --bng-teal: #1f6f68;
  --bng-teal-dark: #164d49;
  --bng-gold: #c9902e;
  --bng-gold-soft: #f2d9a2;
  --bng-line: rgba(24, 33, 31, 0.14);
  --bng-card: rgba(255, 252, 245, 0.92);
  --bng-shadow: 0 18px 45px rgba(24, 33, 31, 0.12);
  --bng-radius: 18px;
  position: relative !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden !important;
  padding: clamp(18px, 4vw, 42px) clamp(14px, 3vw, 28px) !important;
  color: var(--bng-ink) !important;
  background:
    radial-gradient(circle at top left, rgba(201, 144, 46, 0.18), transparent 34%),
    linear-gradient(135deg, var(--bng-paper), #fffdf8 44%, #edf5f2) !important;
  border: 1px solid rgba(24, 33, 31, 0.08) !important;
  border-radius: 24px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !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{
  appearance: none !important;
  border-radius: 0 !important;
  font: inherit !important;
  color: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-hero, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-shell, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper{
  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;
  margin-bottom: 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-title{
  margin: 0 !important;
  font-size: clamp(1.55rem, 3.6vw, 2.65rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  color: var(--bng-ink) !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-subtitle{
  max-width: 710px !important;
  margin: 8px auto 0 !important;
  font-size: clamp(0.95rem, 2vw, 1.08rem) !important;
  line-height: 1.45 !important;
  color: var(--bng-muted) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-shell{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-items: start !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls, .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{
  background: var(--bng-card) !important;
  border: 1px solid var(--bng-line) !important;
  border-radius: var(--bng-radius) !important;
  box-shadow: var(--bng-shadow) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls{
  padding: 16px !important;
  order: 1 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
  padding: 16px !important;
  order: 2 !important;
  min-height: 220px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more{
  order: 3 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper{
  margin-top: 14px !important;
  padding: 14px 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-control-row, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-panel{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-label{
  font-size: 0.82rem !important;
  line-height: 1.2 !important;
  color: var(--bng-teal-dark) !important;
  font-weight: 750 !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: 44px !important;
  border: 1px solid rgba(31, 111, 104, 0.28) !important;
  border-radius: 12px !important;
  background-color: #fffdf8 !important;
  padding: 10px 12px !important;
  color: var(--bng-ink) !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-select{
  padding-right: 34px !important;
  background-image: linear-gradient(45deg, transparent 50%, var(--bng-teal) 50%), linear-gradient(135deg, var(--bng-teal) 50%, transparent 50%) !important;
  background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-input:focus, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-select:focus, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-action:focus-visible, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy:focus-visible, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy-all:focus-visible, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-summary:focus-visible{
  outline: 3px solid rgba(201, 144, 46, 0.38) !important;
  outline-offset: 2px !important;
  border-color: var(--bng-gold) !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-action, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy-all{
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font-weight: 780 !important;
  min-height: 44px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-action-primary{
  background: linear-gradient(135deg, var(--bng-teal), var(--bng-teal-dark)) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(31, 111, 104, 0.22) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-action-secondary, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy-all{
  background: #fff9ea !important;
  color: var(--bng-teal-dark) !important;
  border-color: rgba(201, 144, 46, 0.38) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-head{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-title, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper-title{
  margin: 0 !important;
  color: var(--bng-ink) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-title{
  font-size: clamp(1.08rem, 2.4vw, 1.35rem) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper-title{
  font-size: 1rem !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy-all{
  min-height: 38px !important;
  padding: 8px 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-list{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-placeholder{
  margin: 0 !important;
  padding: 28px 14px !important;
  border: 1px dashed rgba(31, 111, 104, 0.28) !important;
  border-radius: 14px !important;
  color: var(--bng-muted) !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.38) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-result-card{
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 142px !important;
  padding: 14px !important;
  background: linear-gradient(180deg, #fffdf8, #f8f0df) !important;
  border: 1px solid rgba(24, 33, 31, 0.12) !important;
  border-left: 4px solid var(--bng-gold) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(24, 33, 31, 0.08) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-result-name{
  margin: 0 !important;
  font-size: 1.03rem !important;
  line-height: 1.28 !important;
  font-weight: 850 !important;
  color: var(--bng-ink) !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-result-meta{
  margin: 6px 0 0 !important;
  color: var(--bng-muted) !important;
  font-size: 0.8rem !important;
  line-height: 1.3 !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy{
  align-self: flex-start !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
  background: #eaf4f1 !important;
  color: var(--bng-teal-dark) !important;
  border-color: rgba(31, 111, 104, 0.26) !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-summary{
  cursor: pointer !important;
  padding: 14px 16px !important;
  color: var(--bng-teal-dark) !important;
  font-weight: 800 !important;
  outline: none !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-panel{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-helper-text{
  margin: 6px 0 0 !important;
  color: var(--bng-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !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: min(320px, calc(100vw - 32px)) !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  background: var(--bng-ink) !important;
  color: #ffffff !important;
  font-weight: 750 !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24) !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
  transition: opacity 220ms ease, transform 220ms ease !important;
}.tc-wp-tool-root #bng-wrap#bng-wrap .bng-toast.bng-toast-visible{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (hover: hover) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-action:hover, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy:hover, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-copy-all:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 26px rgba(24, 33, 31, 0.14) !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-result-card:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 34px rgba(24, 33, 31, 0.13) !important;
    border-color: rgba(201, 144, 46, 0.46) !important;
  }}@media (min-width: 480px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-control-row, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-more-panel, .tc-wp-tool-root #bng-wrap#bng-wrap .bng-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-list{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-shell{
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr) !important;
    grid-template-areas:
      "controls results"
      "more results" !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-controls{
    grid-area: controls !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results{
    grid-area: results !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-more{
    grid-area: more !important;
  }.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-list{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #bng-wrap#bng-wrap .bng-results-list{
    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 .bng-wrap {}