@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 .ny-address-generator-tool{
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 18px;
  color: #17233c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}.tc-wp-tool-root .ny-address-generator-tool *, .tc-wp-tool-root .ny-address-generator-tool *::before, .tc-wp-tool-root .ny-address-generator-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .ny-address-generator-tool button, .tc-wp-tool-root .ny-address-generator-tool input, .tc-wp-tool-root .ny-address-generator-tool select{
  font: inherit;
}.tc-wp-tool-root .nyagt-hero{
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root .nyagt-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #12213d;
}.tc-wp-tool-root .nyagt-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: #53637c;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .nyagt-dashboard{
  position: relative;
  width: 100%;
  border: 1px solid #dbe8f5;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(34, 197, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 116, 144, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f7fcff 46%, #f4fbf8 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 22px 60px rgba(20, 47, 84, 0.12);
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root .nyagt-dashboard::before{
  content: "";
  position: absolute;
  right: 24px;
  top: 20px;
  width: 70px;
  height: 46px;
  border: 1px dashed rgba(14, 116, 144, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(3deg);
  pointer-events: none;
}.tc-wp-tool-root .nyagt-dashboard-grid{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nyagt-settings, .tc-wp-tool-root .nyagt-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(203, 219, 235, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 34px rgba(30, 64, 99, 0.08);
}.tc-wp-tool-root .nyagt-settings{
  padding: 20px;
}.tc-wp-tool-root .nyagt-preview-panel{
  padding: 20px;
}.tc-wp-tool-root .nyagt-panel-head, .tc-wp-tool-root .nyagt-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  margin-bottom: 16px;
}.tc-wp-tool-root .nyagt-panel-head{
  justify-content: flex-start;
}.tc-wp-tool-root .nyagt-panel-head h2, .tc-wp-tool-root .nyagt-preview-head h2{
  margin: 0;
  color: #152a46;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .nyagt-kicker{
  display: inline-flex;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .nyagt-pin{
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e0fbf5, #eaf5ff);
  border: 1px solid #cbe9e5;
}.tc-wp-tool-root .nyagt-pin::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-tool-root .nyagt-form{
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nyagt-field{
  display: grid;
  gap: 7px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nyagt-field label{
  color: #334155;
  font-size: 0.88rem;
  font-weight: 760;
}.tc-wp-tool-root .nyagt-field label span{
  color: #0f766e;
}.tc-wp-tool-root .nyagt-field input, .tc-wp-tool-root .nyagt-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #cfdae8;
  border-radius: 10px;
  background: #ffffff;
  color: #18243a;
  padding: 11px 12px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .nyagt-field input:focus, .tc-wp-tool-root .nyagt-field select:focus, .tc-wp-tool-root .nyagt-btn:focus-visible, .tc-wp-tool-root .nyagt-preview-box:focus{
  border-color: #1ba99a;
  box-shadow: 0 0 0 4px rgba(27, 169, 154, 0.16);
}.tc-wp-tool-root .nyagt-actions, .tc-wp-tool-root .nyagt-output-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nyagt-actions{
  padding-top: 2px;
}.tc-wp-tool-root .nyagt-output-actions{
  justify-content: flex-end;
  margin-top: 14px;
}.tc-wp-tool-root .nyagt-btn{
  appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 820;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
  max-width: 100%;
}.tc-wp-tool-root .nyagt-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .nyagt-primary{
  flex: 1 1 150px;
  background: linear-gradient(135deg, #0f766e, #169bd5);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}.tc-wp-tool-root .nyagt-secondary{
  background: #edf9f7;
  border-color: #bbe8df;
  color: #0f5f59;
}.tc-wp-tool-root .nyagt-ghost{
  background: #f8fafc;
  border-color: #dbe4ef;
  color: #42526b;
}.tc-wp-tool-root .nyagt-message{
  min-height: 22px;
  color: #0f5f59;
  font-size: 0.88rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .nyagt-message.nyagt-error{
  color: #9f1239;
}.tc-wp-tool-root .nyagt-count{
  flex: 0 0 auto;
  border: 1px solid #cae8e7;
  border-radius: 999px;
  background: #f0fdfa;
  color: #0f766e;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .nyagt-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  border: 1px solid #d7e4ef;
  border-radius: 10px;
  background:
    radial-gradient(circle at 16px 16px, rgba(14, 116, 144, 0.11) 2px, transparent 3px),
    linear-gradient(180deg, #fbfdff, #f7fbfb);
  background-size: 34px 34px, auto;
  padding: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nyagt-preview-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .nyagt-preview-box::-webkit-scrollbar-track{
  background: #edf6f8;
  border-radius: 999px;
}.tc-wp-tool-root .nyagt-preview-box::-webkit-scrollbar-thumb{
  background: #9bd8d3;
  border-radius: 999px;
  border: 2px solid #edf6f8;
}.tc-wp-tool-root .nyagt-skeleton, .tc-wp-tool-root .nyagt-results{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .nyagt-skel-card, .tc-wp-tool-root .nyagt-card, .tc-wp-tool-root .nyagt-label-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #dce8f2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px;
  box-shadow: 0 8px 20px rgba(27, 47, 74, 0.06);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nyagt-skel-card{
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .nyagt-skel-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  animation: nyagt-shimmer 1.45s infinite;
  transform: translateX(-100%);
}.tc-wp-tool-root .nyagt-skel-card span, .tc-wp-tool-root .nyagt-skel-card b, .tc-wp-tool-root .nyagt-skel-card i, .tc-wp-tool-root .nyagt-skel-card em{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dfeef4;
  margin-bottom: 12px;
}.tc-wp-tool-root .nyagt-skel-card span{
  width: 42%;
  height: 18px;
  background: #cceee8;
}.tc-wp-tool-root .nyagt-skel-card b{
  width: 86%;
}.tc-wp-tool-root .nyagt-skel-card i{
  width: 68%;
}.tc-wp-tool-root .nyagt-skel-card em{
  width: 52%;
  margin-bottom: 0;
}@keyframes nyagt-shimmer {
  100% {
    transform: translateX(100%);
  }
}.tc-wp-tool-root .nyagt-card-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}.tc-wp-tool-root .nyagt-card-title{
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 870;
  text-transform: uppercase;
}.tc-wp-tool-root .nyagt-copy-one{
  flex: 0 0 auto;
  min-height: 32px;
  padding: 7px 9px;
  font-size: 0.78rem;
}.tc-wp-tool-root .nyagt-row{
  display: grid;
  grid-template-columns: minmax(94px, 0.38fr) minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid #edf2f7;
}.tc-wp-tool-root .nyagt-row:first-of-type{
  border-top: 0;
}.tc-wp-tool-root .nyagt-row strong{
  color: #53637c;
  font-size: 0.82rem;
}.tc-wp-tool-root .nyagt-row span{
  min-width: 0;
  color: #152a46;
  font-size: 0.9rem;
  font-weight: 680;
}.tc-wp-tool-root .nyagt-label-card{
  border-style: dashed;
}.tc-wp-tool-root .nyagt-label-lines{
  display: grid;
  gap: 6px;
  color: #17233c;
  font-weight: 720;
  line-height: 1.45;
}.tc-wp-tool-root .nyagt-code{
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid #dce8f2;
  border-radius: 10px;
  background: #ffffff;
  color: #17233c;
  padding: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.84rem;
  line-height: 1.55;
}.tc-wp-tool-root .nyagt-note{
  grid-column: 1 / -1;
  margin: 2px 0 0;
  border: 1px solid #cfeee8;
  border-radius: 10px;
  background: #f0fdfa;
  color: #0f5f59;
  padding: 10px 12px;
  font-size: 0.88rem;
  font-weight: 760;
}@media (min-width: 1024px) and (max-width: 1199px), (min-width: 1200px) {.tc-wp-tool-root .nyagt-dashboard-grid{
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  }}@media (max-width: 1023px) {.tc-wp-tool-root .nyagt-dashboard-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .nyagt-settings, .tc-wp-tool-root .nyagt-preview-panel{
    grid-column: 1 / -1;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ny-address-generator-tool{
    padding: 30px 18px;
  }.tc-wp-tool-root .nyagt-skeleton, .tc-wp-tool-root .nyagt-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 767px) {.tc-wp-tool-root .nyagt-skeleton, .tc-wp-tool-root .nyagt-results{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .nyagt-preview-head{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .nyagt-output-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .nyagt-output-actions .nyagt-btn, .tc-wp-tool-root .nyagt-actions .nyagt-btn{
    flex: 1 1 100%;
    width: 100%;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ny-address-generator-tool{
    padding: 26px 16px;
  }.tc-wp-tool-root .nyagt-settings, .tc-wp-tool-root .nyagt-preview-panel{
    padding: 18px;
  }.tc-wp-tool-root .nyagt-dashboard{
    padding: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ny-address-generator-tool{
    padding: 22px 12px;
  }.tc-wp-tool-root .nyagt-hero p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .nyagt-dashboard{
    padding: 10px;
  }.tc-wp-tool-root .nyagt-settings, .tc-wp-tool-root .nyagt-preview-panel{
    padding: 14px;
  }.tc-wp-tool-root .nyagt-preview-box{
    padding: 10px;
  }.tc-wp-tool-root .nyagt-card, .tc-wp-tool-root .nyagt-label-card, .tc-wp-tool-root .nyagt-skel-card{
    padding: 12px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ny-address-generator-tool{
    padding: 18px 9px;
  }.tc-wp-tool-root .nyagt-hero{
    margin-bottom: 18px;
  }.tc-wp-tool-root .nyagt-hero p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-tool-root .nyagt-dashboard{
    padding: 8px;
  }.tc-wp-tool-root .nyagt-dashboard-grid{
    gap: 8px;
  }.tc-wp-tool-root .nyagt-settings, .tc-wp-tool-root .nyagt-preview-panel{
    padding: 11px;
  }.tc-wp-tool-root .nyagt-form{
    gap: 11px;
  }.tc-wp-tool-root .nyagt-field input, .tc-wp-tool-root .nyagt-field select, .tc-wp-tool-root .nyagt-btn{
    min-height: 40px;
    padding: 9px 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .nyagt-preview-box{
    padding: 8px;
  }.tc-wp-tool-root .nyagt-card, .tc-wp-tool-root .nyagt-label-card, .tc-wp-tool-root .nyagt-skel-card{
    padding: 10px;
  }.tc-wp-tool-root .nyagt-row{
    grid-template-columns: 1fr;
    gap: 3px;
  }}.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;
}