@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 .jp-address-generator-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 28px 16px;
  color: #132238;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(123, 211, 190, .22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(101, 169, 255, .18), transparent 30%),
    linear-gradient(135deg, #f8fcff 0%, #eef8f6 52%, #f9fbfd 100%);
}.tc-wp-tool-root .jp-address-generator-tool-wrap, .tc-wp-tool-root .jp-address-generator-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .jp-address-generator-tool-wrap *{
  max-width: 100%;
}.tc-wp-tool-root .jpagt-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .jpagt-hero{
  text-align: center;
  margin: 0 auto 22px;
}.tc-wp-tool-root .jpagt-hero h1{
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #0e243a;
  letter-spacing: 0;
}.tc-wp-tool-root .jpagt-hero p{
  margin: 0 auto;
  max-width: 720px;
  color: #496175;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .jpagt-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(116, 149, 170, .22);
  box-shadow: 0 22px 70px rgba(22, 54, 78, .14);
}.tc-wp-tool-root .jpagt-settings{
  min-width: 0;
  padding: 24px;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    linear-gradient(135deg, #e6f7f2, #eff7ff);
  border-right: 1px solid rgba(91, 126, 148, .18);
}.tc-wp-tool-root .jpagt-settings h2, .tc-wp-tool-root .jpagt-preview-head h2{
  margin: 0;
  color: #10283f;
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-tool-root .jpagt-field{
  margin-top: 16px;
}.tc-wp-tool-root .jpagt-field label{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 7px;
  color: #263d52;
  font-size: .88rem;
  font-weight: 700;
}.tc-wp-tool-root .jpagt-field label span{
  color: #b53636;
}.tc-wp-tool-root .jpagt-field select, .tc-wp-tool-root .jpagt-field input{
  width: 100%;
  min-width: 0;
  border: 1px solid #c9dce7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  color: #10283f;
  padding: 12px 12px;
  font-size: .95rem;
  line-height: 1.3;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .jpagt-field select:focus, .tc-wp-tool-root .jpagt-field input:focus, .tc-wp-tool-root .jpagt-btn:focus-visible{
  border-color: #2b91c8;
  box-shadow: 0 0 0 3px rgba(43, 145, 200, .18);
}.tc-wp-tool-root .jpagt-validation, .tc-wp-tool-root .jpagt-status{
  min-height: 22px;
  margin-top: 14px;
  color: #8a3b22;
  font-size: .9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jpagt-status{
  color: #1f6d58;
  margin-top: 10px;
}.tc-wp-tool-root .jpagt-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root .jpagt-btn{
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}.tc-wp-tool-root .jpagt-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .jpagt-primary{
  background: linear-gradient(135deg, #1f8ec2, #33b894);
  color: #fff;
  box-shadow: 0 12px 26px rgba(28, 139, 176, .28);
}.tc-wp-tool-root .jpagt-secondary{
  background: #ffffff;
  color: #17314a;
  border: 1px solid #cfe0e9;
  box-shadow: 0 8px 18px rgba(31, 63, 88, .07);
}.tc-wp-tool-root .jpagt-preview-panel{
  min-width: 0;
  padding: 24px;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
    repeating-linear-gradient(0deg, rgba(47, 130, 170, .08) 0, rgba(47, 130, 170, .08) 1px, transparent 1px, transparent 30px),
    repeating-linear-gradient(90deg, rgba(47, 130, 170, .08) 0, rgba(47, 130, 170, .08) 1px, transparent 1px, transparent 30px);
}.tc-wp-tool-root .jpagt-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(112, 145, 166, .18);
}.tc-wp-tool-root .jpagt-output-kicker{
  margin: 5px 0 0;
  color: #5b7284;
  font-size: .9rem;
}.tc-wp-tool-root .jpagt-count{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: #e8f7f3;
  color: #1f6d58;
  font-weight: 800;
  font-size: .8rem;
}.tc-wp-tool-root .jpagt-output{
  width: 100%;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 16px 4px 6px 0;
  scrollbar-color: #72c8bb #edf6f7;
  scrollbar-width: thin;
}.tc-wp-tool-root .jpagt-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .jpagt-output::-webkit-scrollbar-track{
  background: #edf6f7;
  border-radius: 999px;
}.tc-wp-tool-root .jpagt-output::-webkit-scrollbar-thumb{
  background: #72c8bb;
  border-radius: 999px;
}.tc-wp-tool-root .jpagt-empty{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
}.tc-wp-tool-root .jpagt-empty-pin{
  position: absolute;
  right: 18px;
  top: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #33b894, #59b7e7);
  transform: rotate(-45deg);
  opacity: .45;
}.tc-wp-tool-root .jpagt-empty-pin::after{
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}.tc-wp-tool-root .jpagt-skeleton-card, .tc-wp-tool-root .jpagt-address-card, .tc-wp-tool-root .jpagt-label-card, .tc-wp-tool-root .jpagt-pre-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(128, 158, 176, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 28px rgba(22, 54, 78, .08);
}.tc-wp-tool-root .jpagt-skeleton-card{
  padding: 18px;
}.tc-wp-tool-root .jpagt-skeleton-card span{
  display: block;
  height: 13px;
  margin: 10px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6eef2 0%, #f7fbfd 45%, #e6eef2 90%);
  background-size: 220% 100%;
  animation: jpagt-shimmer 1.25s infinite linear;
}.tc-wp-tool-root .jpagt-skeleton-card span:nth-child(1){ width: 72%; }.tc-wp-tool-root .jpagt-skeleton-card span:nth-child(2){ width: 88%; }.tc-wp-tool-root .jpagt-skeleton-card span:nth-child(3){ width: 55%; }.tc-wp-tool-root .jpagt-skeleton-card span:nth-child(4){ width: 68%; }@keyframes jpagt-shimmer {
  to { background-position: -220% 0; }
}.tc-wp-tool-root .jpagt-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .jpagt-result-title{
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #10283f;
  font-weight: 900;
}.tc-wp-tool-root .jpagt-address-card, .tc-wp-tool-root .jpagt-label-card{
  padding: 16px;
  position: relative;
}.tc-wp-tool-root .jpagt-address-card::before, .tc-wp-tool-root .jpagt-label-card::before{
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #37b99a;
}.tc-wp-tool-root .jpagt-row{
  display: grid;
  grid-template-columns: minmax(92px, 36%) minmax(0, 1fr);
  gap: 8px;
  margin: 8px 0;
  font-size: .92rem;
  line-height: 1.4;
}.tc-wp-tool-root .jpagt-row strong{
  color: #486174;
}.tc-wp-tool-root .jpagt-row span{
  color: #132238;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jpagt-card-copy{
  margin-top: 12px;
  width: auto;
  min-width: 92px;
  padding: 9px 11px;
  font-size: .85rem;
}.tc-wp-tool-root .jpagt-note{
  grid-column: 1 / -1;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f0faf7;
  color: #285f50;
  border: 1px solid #c7ebe1;
  font-size: .9rem;
  line-height: 1.45;
}.tc-wp-tool-root .jpagt-label-lines{
  padding: 14px;
  border: 1px dashed #8eb7ca;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f7fcfb);
  color: #152b40;
  font-size: .92rem;
  line-height: 1.55;
  white-space: pre-wrap;
}.tc-wp-tool-root .jpagt-pre-card{
  padding: 16px;
  grid-column: 1 / -1;
}.tc-wp-tool-root .jpagt-pre-card pre{
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #143047;
  font-size: .9rem;
  line-height: 1.55;
}.tc-wp-tool-root .jpagt-copybar{
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
  border-top: 1px solid rgba(112, 145, 166, .18);
}.tc-wp-tool-root .jpagt-copybar .jpagt-btn{
  width: auto;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .jp-address-generator-tool-wrap{ padding: 18px 10px; }.tc-wp-tool-root .jpagt-hero p{ font-size: .88rem; }.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpagt-settings, .tc-wp-tool-root .jpagt-preview-panel{ grid-column: 1 / -1; padding: 14px; border-right: 0; }.tc-wp-tool-root .jpagt-settings{ border-bottom: 1px solid rgba(91,126,148,.18); }.tc-wp-tool-root .jpagt-field select, .tc-wp-tool-root .jpagt-field input, .tc-wp-tool-root .jpagt-btn{ padding: 10px; font-size: .88rem; }.tc-wp-tool-root .jpagt-results-grid, .tc-wp-tool-root .jpagt-empty{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .jpagt-address-card, .tc-wp-tool-root .jpagt-label-card, .tc-wp-tool-root .jpagt-pre-card, .tc-wp-tool-root .jpagt-skeleton-card{ padding: 12px; }.tc-wp-tool-root .jpagt-row{ grid-template-columns: 1fr; gap: 2px; font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .jp-address-generator-tool-wrap{ padding: 20px 12px; }.tc-wp-tool-root .jpagt-hero p{ font-size: .92rem; }.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpagt-settings, .tc-wp-tool-root .jpagt-preview-panel{ grid-column: 1 / -1; padding: 16px; border-right: 0; }.tc-wp-tool-root .jpagt-settings{ border-bottom: 1px solid rgba(91,126,148,.18); }.tc-wp-tool-root .jpagt-results-grid, .tc-wp-tool-root .jpagt-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpagt-row{ grid-template-columns: 1fr; gap: 2px; font-size: .88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .jp-address-generator-tool-wrap{ padding: 22px 14px; }.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpagt-settings, .tc-wp-tool-root .jpagt-preview-panel{ grid-column: 1 / -1; padding: 18px; border-right: 0; }.tc-wp-tool-root .jpagt-settings{ border-bottom: 1px solid rgba(91,126,148,.18); }.tc-wp-tool-root .jpagt-results-grid, .tc-wp-tool-root .jpagt-empty{ grid-template-columns: 1fr; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpagt-settings, .tc-wp-tool-root .jpagt-preview-panel{ grid-column: 1 / -1; border-right: 0; }.tc-wp-tool-root .jpagt-settings{ border-bottom: 1px solid rgba(91,126,148,.18); }.tc-wp-tool-root .jpagt-results-grid, .tc-wp-tool-root .jpagt-empty{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .jpagt-results-grid, .tc-wp-tool-root .jpagt-empty{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .jp-address-generator-tool-wrap{ padding: 34px 18px; }.tc-wp-tool-root .jpagt-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }}.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 .jpagt-copy-all {}