@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 .lag-address-generator-tool, .tc-wp-tool-root .lag-address-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .lag-address-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 34px 18px;
  color: #183044;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(80, 206, 190, .18), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(78, 141, 245, .14), transparent 28%),
    linear-gradient(180deg, #f8faf9 0%, #eef5f3 100%);
}.tc-wp-tool-root .lag-address-generator-tool h1, .tc-wp-tool-root .lag-address-generator-tool h2, .tc-wp-tool-root .lag-address-generator-tool p{
  margin: 0;
}.tc-wp-tool-root .lag-hero{
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root .lag-hero h1{
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #142d40;
  font-weight: 820;
}.tc-wp-tool-root .lag-hero p{
  margin-top: 10px;
  color: #577083;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .lag-dashboard{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(99, 130, 148, .22);
  box-shadow: 0 24px 70px rgba(29, 58, 78, .13);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,250,248,.94));
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 62%;
}.tc-wp-tool-root .lag-map-lines{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .52;
  background-image:
    linear-gradient(rgba(42, 102, 129, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 102, 129, .07) 1px, transparent 1px);
  background-size: 34px 34px;
}.tc-wp-tool-root .lag-dashboard::before{
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  right: 28px;
  top: 22px;
  border-radius: 50% 50% 50% 10px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, rgba(59, 180, 169, .18), rgba(55, 132, 230, .13));
}.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
}.tc-wp-tool-root .lag-settings-panel{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(235, 246, 244, .92), rgba(249, 251, 250, .9)),
    repeating-linear-gradient(135deg, rgba(55, 132, 230, .06) 0 8px, transparent 8px 18px);
  border-right: 1px solid rgba(97, 128, 147, .18);
}.tc-wp-tool-root .lag-preview-panel{
  padding: 24px;
  background: rgba(255,255,255,.62);
}.tc-wp-tool-root .lag-field{
  width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .lag-field label{
  display: flex;
  gap: 5px;
  margin-bottom: 7px;
  color: #253f52;
  font-size: .9rem;
  font-weight: 720;
}.tc-wp-tool-root .lag-field label span{
  color: #b34f35;
}.tc-wp-tool-root .lag-field input, .tc-wp-tool-root .lag-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(86, 118, 136, .26);
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  color: #173044;
  font-size: .96rem;
  line-height: 1.2;
  padding: 12px 13px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset;
}.tc-wp-tool-root .lag-field input:focus, .tc-wp-tool-root .lag-field select:focus, .tc-wp-tool-root .lag-btn:focus-visible, .tc-wp-tool-root .lag-output:focus{
  outline: 3px solid rgba(41, 159, 214, .28);
  border-color: #2f91c9;
}.tc-wp-tool-root .lag-validation, .tc-wp-tool-root .lag-success{
  min-height: 22px;
  margin: 8px 0 12px;
  font-size: .9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .lag-validation{
  color: #9b3f2e;
}.tc-wp-tool-root .lag-success{
  color: #23705f;
}.tc-wp-tool-root .lag-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .lag-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 760;
  font-size: .95rem;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .lag-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .lag-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #236fa7, #29a99b);
  box-shadow: 0 12px 28px rgba(36, 126, 158, .24);
}.tc-wp-tool-root .lag-secondary{
  color: #244257;
  background: #ffffff;
  border-color: rgba(77, 112, 132, .22);
}.tc-wp-tool-root .lag-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}.tc-wp-tool-root .lag-kicker{
  display: inline-flex;
  margin-bottom: 5px;
  color: #247e90;
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: 0;
}.tc-wp-tool-root .lag-preview-head h2{
  color: #163046;
  font-size: 1.24rem;
  line-height: 1.2;
}.tc-wp-tool-root .lag-count{
  flex: 0 0 auto;
  border: 1px solid rgba(52, 136, 151, .2);
  border-radius: 999px;
  background: rgba(235, 250, 247, .92);
  color: #276575;
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 760;
}.tc-wp-tool-root .lag-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid rgba(84, 118, 138, .2);
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  padding: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .lag-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .lag-output::-webkit-scrollbar-track{
  background: #edf5f3;
  border-radius: 999px;
}.tc-wp-tool-root .lag-output::-webkit-scrollbar-thumb{
  background: #9bc8c4;
  border-radius: 999px;
}.tc-wp-tool-root .lag-skeleton, .tc-wp-tool-root .lag-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .lag-skeleton-card, .tc-wp-tool-root .lag-address-card, .tc-wp-tool-root .lag-label-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(79, 114, 132, .18);
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
  padding: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .lag-skeleton-card{
  min-height: 148px;
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .lag-skeleton-card::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(82, 170, 184, .12), transparent);
  animation: lag-shimmer 1.35s infinite;
}.tc-wp-tool-root .lag-skeleton-card span, .tc-wp-tool-root .lag-skeleton-card b, .tc-wp-tool-root .lag-skeleton-card i, .tc-wp-tool-root .lag-skeleton-card em{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dceae8;
  margin-bottom: 14px;
}.tc-wp-tool-root .lag-skeleton-card span{ width: 34px; height: 34px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); }.tc-wp-tool-root .lag-skeleton-card b{ width: 82%; }.tc-wp-tool-root .lag-skeleton-card i{ width: 62%; }.tc-wp-tool-root .lag-skeleton-card em{ width: 72%; }@keyframes lag-shimmer {
  100% { transform: translateX(100%); }
}.tc-wp-tool-root .lag-address-card dl{
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}.tc-wp-tool-root .lag-address-card div{
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 8px;
}.tc-wp-tool-root .lag-address-card dt, .tc-wp-tool-root .lag-label-card strong{
  color: #526b7c;
  font-size: .82rem;
  font-weight: 820;
}.tc-wp-tool-root .lag-address-card dd{
  margin: 0;
  color: #173044;
  font-size: .93rem;
}.tc-wp-tool-root .lag-copy-one, .tc-wp-tool-root .lag-copy-all{
  margin-top: 12px;
  background: #eef8f6;
  color: #1d6470;
  border-color: rgba(33, 127, 142, .22);
}.tc-wp-tool-root .lag-label-card{
  display: grid;
  gap: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
}.tc-wp-tool-root .lag-code{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #173044;
  font-size: .88rem;
  line-height: 1.55;
}.tc-wp-tool-root .lag-note{
  width: 100%;
  margin: 14px 0 0;
  border-radius: 10px;
  background: #f4faf8;
  border: 1px solid rgba(45, 149, 139, .18);
  color: #325d5f;
  padding: 11px 12px;
  font-size: .9rem;
  font-weight: 650;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .lag-address-generator-tool{ padding: 22px 10px; }.tc-wp-tool-root .lag-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .lag-hero p{ font-size: .88rem; }.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ padding: 14px; border-right: 0; }.tc-wp-tool-root .lag-field input, .tc-wp-tool-root .lag-field select, .tc-wp-tool-root .lag-btn{ padding: 10px 11px; font-size: .88rem; }.tc-wp-tool-root .lag-skeleton, .tc-wp-tool-root .lag-card-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .lag-address-card, .tc-wp-tool-root .lag-label-card, .tc-wp-tool-root .lag-skeleton-card{ padding: 10px; }.tc-wp-tool-root .lag-address-card div{ grid-template-columns: 1fr; gap: 2px; }.tc-wp-tool-root .lag-address-card dd, .tc-wp-tool-root .lag-code{ font-size: .82rem; }.tc-wp-tool-root .lag-preview-head{ flex-direction: column; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .lag-address-generator-tool{ padding: 24px 12px; }.tc-wp-tool-root .lag-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ padding: 16px; border-right: 0; }.tc-wp-tool-root .lag-skeleton, .tc-wp-tool-root .lag-card-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .lag-field input, .tc-wp-tool-root .lag-field select, .tc-wp-tool-root .lag-btn{ font-size: .9rem; }.tc-wp-tool-root .lag-address-card div{ grid-template-columns: 1fr; gap: 2px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 1fr; max-width: 100%; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ width: 100%; max-width: 100%; min-width: 0; padding: 18px; border-right: 0; }.tc-wp-tool-root .lag-skeleton, .tc-wp-tool-root .lag-card-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .lag-address-card div{ grid-template-columns: 130px minmax(0, 1fr); }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ padding: 22px; border-right: 0; }.tc-wp-tool-root .lag-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .lag-skeleton, .tc-wp-tool-root .lag-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 38% 62%; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ padding: 22px; }}@media (min-width: 1200px) {.tc-wp-tool-root .lag-dashboard{ grid-template-columns: 38% 62%; }.tc-wp-tool-root .lag-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .lag-settings-panel, .tc-wp-tool-root .lag-preview-panel{ padding: 26px; }}.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;
}