@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 .ca-address-generator-tool, .tc-wp-tool-root .ca-address-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .ca-address-generator-tool{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 18px;
  color: #17324d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}.tc-wp-tool-root .ca-address-generator-tool h1, .tc-wp-tool-root .ca-address-generator-tool h2, .tc-wp-tool-root .ca-address-generator-tool p{
  margin: 0;
}.tc-wp-tool-root .caagt-hero{
  text-align: center;
  max-width: 920px;
  margin: 0 auto 24px;
}.tc-wp-tool-root .caagt-hero h1{
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #102a43;
  font-weight: 800;
}.tc-wp-tool-root .caagt-hero p{
  margin: 12px auto 0;
  max-width: 820px;
  font-size: 1rem;
  line-height: 1.6;
  color: #52677a;
}.tc-wp-tool-root .caagt-dashboard{
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  border: 1px solid #d9e8f2;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(236, 250, 255, .86), rgba(255, 255, 255, .96)),
    radial-gradient(circle at 16% 10%, rgba(76, 201, 240, .18), transparent 28%);
  box-shadow: 0 22px 60px rgba(21, 58, 92, .12);
  overflow: hidden;
}.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .caagt-settings{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(229, 247, 246, .95), rgba(245, 251, 252, .96)),
    linear-gradient(90deg, rgba(26, 112, 145, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(26, 112, 145, .05) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border-right: 1px solid #d9e8f2;
}.tc-wp-tool-root .caagt-preview{
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(218, 240, 248, .35) 1px, transparent 1px),
    linear-gradient(0deg, rgba(218, 240, 248, .35) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 252, 253, .98));
  background-size: 34px 34px, 34px 34px, auto;
}.tc-wp-tool-root .caagt-panel-head, .tc-wp-tool-root .caagt-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}.tc-wp-tool-root .caagt-panel-head{
  justify-content: flex-start;
}.tc-wp-tool-root .caagt-panel-head h2, .tc-wp-tool-root .caagt-preview-head h2{
  color: #12314c;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root .caagt-count{
  margin-top: 4px;
  color: #5a7083;
  font-size: .9rem;
}.tc-wp-tool-root .caagt-pin{
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50% 50% 50% 10px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #2f9fc2, #62d2b4);
  box-shadow: 0 8px 18px rgba(47, 159, 194, .28);
  position: relative;
}.tc-wp-tool-root .caagt-pin::after{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}.tc-wp-tool-root .caagt-postmark{
  flex: 0 0 auto;
  min-width: 58px;
  height: 42px;
  border: 1px dashed #7fb7ca;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #227c9d;
  background: rgba(238, 250, 253, .88);
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .caagt-field{
  margin-bottom: 15px;
}.tc-wp-tool-root .caagt-field label{
  display: block;
  margin-bottom: 7px;
  color: #243f58;
  font-size: .92rem;
  line-height: 1.35;
  font-weight: 700;
}.tc-wp-tool-root .caagt-field label span{
  color: #b42318;
}.tc-wp-tool-root .caagt-field input, .tc-wp-tool-root .caagt-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #c8dce8;
  border-radius: 8px;
  background: #ffffff;
  color: #17324d;
  font: inherit;
  font-size: .96rem;
  padding: 10px 12px;
  outline: none;
  box-shadow: 0 1px 0 rgba(23, 50, 77, .03);
}.tc-wp-tool-root .caagt-field input:focus, .tc-wp-tool-root .caagt-field select:focus, .tc-wp-tool-root .caagt-btn:focus{
  border-color: #238bb0;
  box-shadow: 0 0 0 3px rgba(76, 201, 240, .25);
}.tc-wp-tool-root .caagt-divider{
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfe2eb, transparent);
  margin: 18px 0;
}.tc-wp-tool-root .caagt-message, .tc-wp-tool-root .caagt-success{
  min-height: 22px;
  font-size: .9rem;
  line-height: 1.4;
  margin: 8px 0 14px;
}.tc-wp-tool-root .caagt-validation{
  color: #8a3a11;
}.tc-wp-tool-root .caagt-success{
  color: #176b54;
}.tc-wp-tool-root .caagt-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root .caagt-btn{
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 800;
  font-size: .94rem;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root .caagt-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .caagt-primary{
  background: linear-gradient(135deg, #1d88a8, #3ec6a4);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 139, 176, .28);
}.tc-wp-tool-root .caagt-secondary{
  background: #ffffff;
  color: #1d5f7c;
  border-color: #c6dfea;
  box-shadow: 0 8px 18px rgba(21, 58, 92, .06);
}.tc-wp-tool-root .caagt-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid #d7e7ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}.tc-wp-tool-root .caagt-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .caagt-output::-webkit-scrollbar-track{
  background: #edf7fa;
  border-radius: 10px;
}.tc-wp-tool-root .caagt-output::-webkit-scrollbar-thumb{
  background: #9ccfe0;
  border-radius: 10px;
  border: 2px solid #edf7fa;
}.tc-wp-tool-root .caagt-skeleton{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root .caagt-skeleton-card{
  width: 100%;
  min-height: 122px;
  border: 1px solid #deedf3;
  border-radius: 10px;
  padding: 16px;
  background: linear-gradient(135deg, #ffffff, #f4fbfd);
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .caagt-skeleton-card::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(76, 201, 240, .16), transparent);
  animation: caagt-shimmer 1.45s infinite;
}.tc-wp-tool-root .caagt-skeleton-card span, .tc-wp-tool-root .caagt-skeleton-card b, .tc-wp-tool-root .caagt-skeleton-card i, .tc-wp-tool-root .caagt-skeleton-card em{
  display: block;
  height: 12px;
  border-radius: 99px;
  background: #d9edf4;
  margin-bottom: 12px;
}.tc-wp-tool-root .caagt-skeleton-card span{
  width: 42%;
}.tc-wp-tool-root .caagt-skeleton-card b{
  width: 78%;
}.tc-wp-tool-root .caagt-skeleton-card i{
  width: 58%;
}.tc-wp-tool-root .caagt-skeleton-card em{
  width: 35%;
}@keyframes caagt-shimmer {
  100% {
    transform: translateX(100%);
  }
}.tc-wp-tool-root .caagt-results-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 .caagt-card, .tc-wp-tool-root .caagt-label-block, .tc-wp-tool-root .caagt-code-block{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .caagt-card, .tc-wp-tool-root .caagt-label-block{
  border: 1px solid #d8e9f0;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fcfd);
  padding: 14px;
  box-shadow: 0 10px 22px rgba(21, 58, 92, .07);
}.tc-wp-tool-root .caagt-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}.tc-wp-tool-root .caagt-chip{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e9f9f5;
  color: #176b54;
  font-size: .78rem;
  font-weight: 800;
}.tc-wp-tool-root .caagt-copy-one{
  width: auto;
  min-height: 32px;
  padding: 6px 10px;
  font-size: .8rem;
}.tc-wp-tool-root .caagt-row{
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid #edf4f7;
  font-size: .9rem;
  line-height: 1.35;
}.tc-wp-tool-root .caagt-row:first-of-type{
  border-top: 0;
}.tc-wp-tool-root .caagt-row strong{
  color: #4f6578;
}.tc-wp-tool-root .caagt-row span{
  color: #14314a;
  font-weight: 650;
}.tc-wp-tool-root .caagt-label-block{
  font-size: .92rem;
  line-height: 1.55;
  white-space: pre-wrap;
}.tc-wp-tool-root .caagt-code-block{
  display: block;
  margin: 0;
  padding: 14px;
  border: 1px solid #d8e9f0;
  border-radius: 10px;
  background: #fbfdff;
  color: #17324d;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .86rem;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .caagt-note{
  margin-top: 12px;
  border: 1px solid #cce9dd;
  border-radius: 8px;
  background: #f0fbf7;
  color: #176b54;
  padding: 10px 12px;
  font-size: .9rem;
  line-height: 1.45;
  font-weight: 700;
}.tc-wp-tool-root .caagt-copy-row{
  margin-top: 12px;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ca-address-generator-tool{
    padding: 18px 10px;
  }.tc-wp-tool-root .caagt-hero{
    margin-bottom: 16px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-hero p{
    font-size: .88rem;
    line-height: 1.5;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
  }.tc-wp-tool-root .caagt-settings{
    border-right: 0;
    border-bottom: 1px solid #d9e8f2;
  }.tc-wp-tool-root .caagt-field input, .tc-wp-tool-root .caagt-field select, .tc-wp-tool-root .caagt-btn{
    min-height: 42px;
    font-size: .88rem;
  }.tc-wp-tool-root .caagt-results-grid, .tc-wp-tool-root .caagt-skeleton{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .caagt-card, .tc-wp-tool-root .caagt-label-block, .tc-wp-tool-root .caagt-code-block{
    padding: 11px;
    font-size: .82rem;
  }.tc-wp-tool-root .caagt-row{
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: .82rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ca-address-generator-tool{
    padding: 20px 12px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-hero p{
    font-size: .92rem;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }.tc-wp-tool-root .caagt-settings{
    border-right: 0;
    border-bottom: 1px solid #d9e8f2;
  }.tc-wp-tool-root .caagt-results-grid, .tc-wp-tool-root .caagt-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-card, .tc-wp-tool-root .caagt-label-block, .tc-wp-tool-root .caagt-code-block{
    padding: 12px;
  }.tc-wp-tool-root .caagt-row{
    grid-template-columns: 1fr;
    gap: 2px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ca-address-generator-tool{
    padding: 24px 14px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
  }.tc-wp-tool-root .caagt-settings{
    border-right: 0;
    border-bottom: 1px solid #d9e8f2;
  }.tc-wp-tool-root .caagt-results-grid, .tc-wp-tool-root .caagt-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-actions{
    grid-template-columns: 1fr 1fr;
  }.tc-wp-tool-root .caagt-primary{
    grid-column: 1 / -1;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ca-address-generator-tool{
    padding: 28px 18px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
  }.tc-wp-tool-root .caagt-settings{
    border-right: 0;
    border-bottom: 1px solid #d9e8f2;
  }.tc-wp-tool-root .caagt-actions{
    grid-template-columns: 1fr 1fr 1fr;
  }.tc-wp-tool-root .caagt-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ca-address-generator-tool{
    padding: 30px 18px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .caagt-settings, .tc-wp-tool-root .caagt-preview{
    padding: 22px;
  }.tc-wp-tool-root .caagt-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ca-address-generator-tool{
    max-width: 1200px;
    padding: 34px 18px;
  }.tc-wp-tool-root .caagt-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .caagt-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .caagt-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}.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;
}