@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 .ukagx-address-generator, .tc-wp-tool-root .ukagx-address-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .ukagx-address-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 34px 18px;
  color: #14233b;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(118, 214, 196, 0.28), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(113, 169, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef8f5 47%, #f7f4ef 100%);
}.tc-wp-tool-root .ukagx-hero{
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root .ukagx-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.12;
  letter-spacing: 0;
  color: #10233f;
}.tc-wp-tool-root .ukagx-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: #516174;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .ukagx-dashboard{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  border: 1px solid rgba(98, 121, 150, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(28, 60, 96, 0.14);
  overflow: hidden;
}.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .ukagx-settings{
  padding: 24px;
  background: linear-gradient(180deg, rgba(232, 247, 246, 0.9), rgba(247, 250, 252, 0.96));
  border-right: 1px solid rgba(98, 121, 150, 0.14);
}.tc-wp-tool-root .ukagx-preview-panel{
  position: relative;
  padding: 24px;
  background:
    linear-gradient(rgba(35, 75, 116, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 75, 116, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248, 252, 255, 0.96));
  background-size: 26px 26px, 26px 26px, auto;
}.tc-wp-tool-root .ukagx-panel-head, .tc-wp-tool-root .ukagx-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  min-width: 0;
}.tc-wp-tool-root .ukagx-panel-head{
  justify-content: flex-start;
}.tc-wp-tool-root .ukagx-panel-head h2, .tc-wp-tool-root .ukagx-preview-head h2{
  margin: 0 0 4px;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #132845;
}.tc-wp-tool-root .ukagx-panel-head p, .tc-wp-tool-root .ukagx-preview-head p, .tc-wp-tool-root .ukagx-actions p{
  margin: 0;
  color: #66768a;
  font-size: 0.86rem;
  line-height: 1.45;
}.tc-wp-tool-root .ukagx-pin{
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #38c6aa, #62a5ff);
  box-shadow: 0 10px 22px rgba(52, 153, 182, 0.25);
  position: relative;
}.tc-wp-tool-root .ukagx-pin:after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  left: 9px;
  top: 8px;
}.tc-wp-tool-root .ukagx-label-shape{
  flex: 0 0 auto;
  padding: 7px 12px;
  border: 1px dashed rgba(64, 122, 170, 0.35);
  border-radius: 10px;
  color: #287361;
  background: #effcf8;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0;
}.tc-wp-tool-root .ukagx-fields{
  display: grid;
  gap: 13px;
  min-width: 0;
}.tc-wp-tool-root .ukagx-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .ukagx-field span{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #263c58;
  font-weight: 700;
  font-size: 0.86rem;
}.tc-wp-tool-root .ukagx-field strong{
  color: #287361;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .ukagx-field input, .tc-wp-tool-root .ukagx-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(81, 105, 133, 0.22);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(255,255,255,0.94);
  color: #172b46;
  font-size: 0.93rem;
  outline: none;
}.tc-wp-tool-root .ukagx-field input:focus, .tc-wp-tool-root .ukagx-field select:focus, .tc-wp-tool-root .ukagx-address-generator button:focus{
  border-color: #318dd2;
  box-shadow: 0 0 0 3px rgba(49, 141, 210, 0.18);
  outline: none;
}.tc-wp-tool-root .ukagx-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
  min-width: 0;
}.tc-wp-tool-root .ukagx-address-generator button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(67, 92, 122, 0.16);
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.92rem;
  color: #18304f;
  background: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}.tc-wp-tool-root .ukagx-address-generator button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(26, 59, 95, 0.12);
}.tc-wp-tool-root .ukagx-generate{
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #1d6fd4, #20b69a) !important;
}.tc-wp-tool-root .ukagx-alert{
  display: none;
  width: 100%;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ukagx-alert.is-visible{
  display: block;
}.tc-wp-tool-root .ukagx-validation{
  border: 1px solid rgba(180, 83, 9, 0.22);
  color: #8a4308;
  background: #fff7ed;
}.tc-wp-tool-root .ukagx-success{
  border: 1px solid rgba(20, 126, 94, 0.2);
  color: #126b55;
  background: #ecfdf7;
}.tc-wp-tool-root .ukagx-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 14px;
  border: 1px solid rgba(88, 117, 148, 0.16);
  border-radius: 10px;
  background: rgba(255,255,255,0.76);
}.tc-wp-tool-root .ukagx-preview-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .ukagx-preview-box::-webkit-scrollbar-thumb{
  background: #9fc8d4;
  border-radius: 10px;
  border: 2px solid #eef7f8;
}.tc-wp-tool-root .ukagx-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 .ukagx-card, .tc-wp-tool-root .ukagx-label-block, .tc-wp-tool-root .ukagx-code-block{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(73, 102, 135, 0.16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 64, 102, 0.08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ukagx-card{
  padding: 14px;
  position: relative;
}.tc-wp-tool-root .ukagx-card:before{
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(46, 192, 165, 0.18), rgba(85, 154, 235, 0.2));
}.tc-wp-tool-root .ukagx-row{
  display: grid;
  grid-template-columns: minmax(92px, 0.38fr) minmax(0, 0.62fr);
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(73, 102, 135, 0.09);
  font-size: 0.89rem;
  line-height: 1.35;
}.tc-wp-tool-root .ukagx-row:last-of-type{
  border-bottom: 0;
}.tc-wp-tool-root .ukagx-row b{
  color: #52657b;
}.tc-wp-tool-root .ukagx-row span{
  color: #142742;
}.tc-wp-tool-root .ukagx-copy-one{
  margin-top: 12px;
  min-height: 38px !important;
  font-size: 0.84rem !important;
}.tc-wp-tool-root .ukagx-label-block{
  padding: 15px;
  font-size: 0.9rem;
  line-height: 1.55;
  white-space: pre-wrap;
}.tc-wp-tool-root .ukagx-code-block{
  grid-column: 1 / -1;
  padding: 15px;
  margin: 0;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.84rem;
  line-height: 1.55;
  white-space: pre-wrap;
}.tc-wp-tool-root .ukagx-note{
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #f2fbf8;
  border: 1px solid rgba(42, 157, 126, 0.18);
  color: #226b59;
  font-size: 0.88rem;
  line-height: 1.45;
}.tc-wp-tool-root .ukagx-copy-all{
  margin-top: 12px;
  background: #102b4e !important;
  color: #fff !important;
}.tc-wp-tool-root .ukagx-empty{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .ukagx-empty-card{
  width: 100%;
  min-height: 142px;
  border: 1px solid rgba(73, 102, 135, 0.14);
  border-radius: 10px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,251,252,0.94));
}.tc-wp-tool-root .ukagx-empty-card span, .tc-wp-tool-root .ukagx-empty-card i, .tc-wp-tool-root .ukagx-empty-card b{
  display: block;
  border-radius: 10px;
  background: linear-gradient(90deg, #e9f1f4 0%, #f8fbfc 45%, #e6f3f1 85%);
  background-size: 220% 100%;
  animation: ukagxShimmer 1.45s infinite linear;
}.tc-wp-tool-root .ukagx-empty-card span{
  width: 42px;
  height: 30px;
  margin-left: auto;
}.tc-wp-tool-root .ukagx-empty-card i{
  width: 88%;
  height: 12px;
  margin: 13px 0;
}.tc-wp-tool-root .ukagx-empty-card i + i{
  width: 64%;
}.tc-wp-tool-root .ukagx-empty-card b{
  width: 76%;
  height: 34px;
  margin-top: 16px;
  border: 1px dashed rgba(79, 132, 165, 0.18);
}@keyframes ukagxShimmer {
  0% { background-position: 180% 0; }
  100% { background-position: -180% 0; }
}@media (max-width: 374px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 22px 10px; }.tc-wp-tool-root .ukagx-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .ukagx-dashboard{ grid-template-columns: 1fr; max-width: 100%; }.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{ padding: 14px; border-right: 0; }.tc-wp-tool-root .ukagx-preview-panel{ border-top: 1px solid rgba(98,121,150,0.14); }.tc-wp-tool-root .ukagx-field input, .tc-wp-tool-root .ukagx-field select, .tc-wp-tool-root .ukagx-address-generator button{ min-height: 42px; font-size: 0.86rem; }.tc-wp-tool-root .ukagx-results-grid, .tc-wp-tool-root .ukagx-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .ukagx-card, .tc-wp-tool-root .ukagx-label-block, .tc-wp-tool-root .ukagx-code-block{ padding: 11px; font-size: 0.8rem; }.tc-wp-tool-root .ukagx-row{ grid-template-columns: 1fr; gap: 2px; font-size: 0.8rem; }.tc-wp-tool-root .ukagx-preview-box{ padding: 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 24px 12px; }.tc-wp-tool-root .ukagx-hero p{ font-size: 0.91rem; }.tc-wp-tool-root .ukagx-dashboard{ grid-template-columns: 1fr; max-width: 100%; }.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{ padding: 16px; border-right: 0; }.tc-wp-tool-root .ukagx-preview-panel{ border-top: 1px solid rgba(98,121,150,0.14); }.tc-wp-tool-root .ukagx-results-grid, .tc-wp-tool-root .ukagx-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .ukagx-card, .tc-wp-tool-root .ukagx-label-block, .tc-wp-tool-root .ukagx-code-block{ padding: 12px; font-size: 0.83rem; }.tc-wp-tool-root .ukagx-row{ grid-template-columns: 1fr; gap: 2px; font-size: 0.83rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 28px 14px; }.tc-wp-tool-root .ukagx-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{ padding: 18px; border-right: 0; }.tc-wp-tool-root .ukagx-preview-panel{ border-top: 1px solid rgba(98,121,150,0.14); }.tc-wp-tool-root .ukagx-results-grid, .tc-wp-tool-root .ukagx-empty{ grid-template-columns: 1fr; }.tc-wp-tool-root .ukagx-card{ padding: 13px; }.tc-wp-tool-root .ukagx-row{ font-size: 0.86rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 32px 18px; }.tc-wp-tool-root .ukagx-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{ padding: 22px; border-right: 0; }.tc-wp-tool-root .ukagx-preview-panel{ border-top: 1px solid rgba(98,121,150,0.14); }.tc-wp-tool-root .ukagx-results-grid, .tc-wp-tool-root .ukagx-empty{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 36px 20px; }.tc-wp-tool-root .ukagx-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .ukagx-settings, .tc-wp-tool-root .ukagx-preview-panel{ padding: 22px; }.tc-wp-tool-root .ukagx-results-grid, .tc-wp-tool-root .ukagx-empty{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .ukagx-address-generator{ padding: 42px 24px; }.tc-wp-tool-root .ukagx-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 .ukagx-city {}
.tc-wp-tool-root .ukagx-count {}
.tc-wp-tool-root .ukagx-country {}
.tc-wp-tool-root .ukagx-download {}
.tc-wp-tool-root .ukagx-format {}
.tc-wp-tool-root .ukagx-quantity {}
.tc-wp-tool-root .ukagx-reset {}
.tc-wp-tool-root .ukagx-type {}