@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 .bh-address-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #13233a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(224, 247, 250, .85), rgba(248, 250, 252, .95) 42%, rgba(236, 253, 245, .85)),
    radial-gradient(circle at 18% 12%, rgba(59, 130, 246, .14), transparent 32%);
  padding: 44px 18px;
}.tc-wp-tool-root .bh-address-generator-tool *, .tc-wp-tool-root .bh-address-generator-tool *::before, .tc-wp-tool-root .bh-address-generator-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-heading{
  text-align: center;
  max-width: 920px;
  margin: 0 auto 26px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 184, 166, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  color: #0f766e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}.tc-wp-tool-root .bh-address-generator-tool h1{
  margin: 0;
  color: #10213a;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-heading p{
  margin: 14px auto 0;
  color: #516174;
  font-size: 1.02rem;
  line-height: 1.65;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
    linear-gradient(90deg, rgba(14,165,233,.06) 1px, transparent 1px),
    linear-gradient(rgba(14,165,233,.06) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: 0 24px 70px rgba(15, 35, 65, .13);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-settings-panel, .tc-wp-tool-root .bh-address-generator-tool .bhag-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, .25);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-settings-panel{
  padding: 20px;
  background: linear-gradient(180deg, rgba(239, 246, 255, .9), rgba(240, 253, 250, .78));
}.tc-wp-tool-root .bh-address-generator-tool .bhag-preview-panel{
  padding: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-panel-head, .tc-wp-tool-root .bh-address-generator-tool .bhag-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  margin-bottom: 18px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-panel-head{
  justify-content: flex-start;
}.tc-wp-tool-root .bh-address-generator-tool h2{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: #15253c;
  letter-spacing: 0;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-panel-head p{
  margin: 5px 0 0;
  color: #607086;
  font-size: .88rem;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-pin, .tc-wp-tool-root .bh-address-generator-tool .bhag-skel-pin{
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #38bdf8, #34d399);
  box-shadow: 0 10px 22px rgba(14, 165, 233, .24);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-pin::after, .tc-wp-tool-root .bh-address-generator-tool .bhag-skel-pin::after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  margin: 9.5px;
  border-radius: 50%;
  background: #fff;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-field{
  margin-bottom: 14px;
  min-width: 0;
}.tc-wp-tool-root .bh-address-generator-tool label{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
  color: #26384f;
  font-size: .9rem;
  font-weight: 800;
}.tc-wp-tool-root .bh-address-generator-tool label span{
  color: #0f766e;
}.tc-wp-tool-root .bh-address-generator-tool input, .tc-wp-tool-root .bh-address-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(100, 116, 139, .26);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: #17243a;
  padding: 11px 12px;
  font: inherit;
  font-size: .95rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
}.tc-wp-tool-root .bh-address-generator-tool input:focus, .tc-wp-tool-root .bh-address-generator-tool select:focus, .tc-wp-tool-root .bh-address-generator-tool button:focus-visible, .tc-wp-tool-root .bh-address-generator-tool .bhag-output-box:focus{
  outline: 3px solid rgba(14, 165, 233, .24);
  border-color: rgba(14, 165, 233, .72);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-messages{
  min-height: 46px;
  margin: 8px 0 14px;
  display: grid;
  gap: 6px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-validation, .tc-wp-tool-root .bh-address-generator-tool .bhag-status{
  width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: .88rem;
  line-height: 1.4;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-validation:not(:empty){
  color: #9f1239;
  background: #fff1f2;
  border: 1px solid rgba(244, 63, 94, .22);
  border-radius: 10px;
  padding: 9px 10px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-status:not(:empty){
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid rgba(20, 184, 166, .2);
  border-radius: 10px;
  padding: 9px 10px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 46px;
  padding: 11px 14px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 14px 30px rgba(14, 165, 233, .24);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-btn-secondary{
  color: #1e3a5f;
  background: rgba(255,255,255,.86);
  border-color: rgba(100, 116, 139, .24);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-chip{
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(14, 165, 233, .2);
  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;
  font-size: .78rem;
  font-weight: 850;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-count{
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .22);
  color: #475569;
  font-size: .86rem;
  font-weight: 800;
  white-space: normal;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, .22);
  background:
    linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
    linear-gradient(90deg, rgba(20,184,166,.06) 1px, transparent 1px),
    linear-gradient(rgba(20,184,166,.06) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-output-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-output-box::-webkit-scrollbar-track{
  background: #eef6fb;
  border-radius: 999px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#7dd3fc, #5eead4);
  border-radius: 999px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skeleton, .tc-wp-tool-root .bh-address-generator-tool .bhag-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-card, .tc-wp-tool-root .bh-address-generator-tool .bhag-address-card, .tc-wp-tool-root .bh-address-generator-tool .bhag-label-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, .22);
  background: rgba(255,255,255,.9);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 35, 65, .07);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-card{
  min-height: 132px;
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-card::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  animation: bhag-shimmer 1.55s infinite;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-stamp{
  display: block;
  width: 44px;
  height: 34px;
  border-radius: 8px;
  border: 2px dashed rgba(14, 165, 233, .38);
  margin-left: auto;
  margin-bottom: 14px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-line{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dbeafe;
  margin-top: 13px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-line.wide{ width: 86%; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-line.mid{ width: 64%; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skel-line.short{ width: 42%; }@keyframes bhag-shimmer {
  100% { transform: translateX(100%); }
}.tc-wp-tool-root .bh-address-generator-tool .bhag-address-card h3{
  margin: 0 0 11px;
  font-size: .9rem;
  color: #0f766e;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-row{
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid rgba(148, 163, 184, .16);
  font-size: .92rem;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-row strong{
  color: #475569;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-copy-one{
  margin-top: 12px;
  min-height: 38px;
  font-size: .86rem;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-label-card{
  border-style: dashed;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-label-lines{
  line-height: 1.75;
  font-size: .94rem;
  color: #1e293b;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-pre{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .86rem;
  line-height: 1.55;
  color: #17243a;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-code-wrap{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-code-block{
  padding: 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .22);
}.tc-wp-tool-root .bh-address-generator-tool .bhag-note{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f0fdfa;
  border: 1px solid rgba(20, 184, 166, .22);
  color: #115e59;
  font-size: .9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bh-address-generator-tool .bhag-copy-all{
  margin-top: 12px;
  color: #0f3b57;
  background: linear-gradient(135deg, #dff7ff, #dcfce7);
  border-color: rgba(20, 184, 166, .24);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bh-address-generator-tool{ padding: 28px 10px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-heading p{ font-size: .9rem; }.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{ grid-template-columns: 1fr; padding: 10px; gap: 10px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-settings-panel, .tc-wp-tool-root .bh-address-generator-tool .bhag-preview-panel{ width: 100%; padding: 12px; }.tc-wp-tool-root .bh-address-generator-tool input, .tc-wp-tool-root .bh-address-generator-tool select, .tc-wp-tool-root .bh-address-generator-tool .bhag-btn{ min-height: 44px; font-size: .9rem; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skeleton, .tc-wp-tool-root .bh-address-generator-tool .bhag-card-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-output-box{ padding: 10px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-address-card, .tc-wp-tool-root .bh-address-generator-tool .bhag-label-card, .tc-wp-tool-root .bh-address-generator-tool .bhag-skel-card{ padding: 11px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-row{ grid-template-columns: 1fr; gap: 2px; font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bh-address-generator-tool{ padding: 32px 12px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-heading p{ font-size: .94rem; }.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{ grid-template-columns: 1fr; padding: 12px; gap: 12px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-settings-panel, .tc-wp-tool-root .bh-address-generator-tool .bhag-preview-panel{ width: 100%; padding: 14px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skeleton, .tc-wp-tool-root .bh-address-generator-tool .bhag-card-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .bh-address-generator-tool .bhag-row{ grid-template-columns: 1fr; gap: 2px; font-size: .88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bh-address-generator-tool{ padding: 36px 14px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{ grid-template-columns: 1fr; padding: 14px; }.tc-wp-tool-root .bh-address-generator-tool .bhag-settings-panel, .tc-wp-tool-root .bh-address-generator-tool .bhag-preview-panel{ width: 100%; max-width: 100%; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skeleton, .tc-wp-tool-root .bh-address-generator-tool .bhag-card-grid{ grid-template-columns: 1fr; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .bh-address-generator-tool .bhag-skeleton, .tc-wp-tool-root .bh-address-generator-tool .bhag-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bh-address-generator-tool .bhag-dashboard{
    grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bh-address-generator-tool .bhag-shell{ max-width: 1200px; }}.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 .bhag-results {}