@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 .sea-address-generator, .tc-wp-tool-root .sea-address-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .sea-address-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 32px 18px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(52, 211, 153, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 12% 16%, rgba(125, 211, 252, 0.32), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(167, 243, 208, 0.34), transparent 26%),
    linear-gradient(135deg, #f8fcff 0%, #eefbf8 48%, #f7f4ee 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}.tc-wp-tool-root .seaag-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .seaag-hero{
  max-width: 880px;
  margin: 0 auto 26px;
  text-align: center;
}.tc-wp-tool-root .seaag-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 13px;
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 8px 22px rgba(15, 118, 110, 0.08);
}.tc-wp-tool-root .seaag-kicker::before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #06b6d4);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13);
}.tc-wp-tool-root .seaag-hero h1{
  margin: 0;
  color: #102033;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-tool-root .seaag-hero p{
  margin: 13px auto 0;
  max-width: 720px;
  color: #496174;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .seaag-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  width: 100%;
  border: 1px solid rgba(30, 64, 85, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(31, 64, 86, 0.15);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
  min-width: 0;
  max-width: 100%;
}.tc-wp-tool-root .seaag-settings{
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.95), rgba(240, 249, 255, 0.96)),
    linear-gradient(rgba(14, 165, 233, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 184, 166, 0.06) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border-right: 1px solid rgba(30, 64, 85, 0.1);
}.tc-wp-tool-root .seaag-panel-head{
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 22px;
}.tc-wp-tool-root .seaag-pin{
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #0ea5e9, #10b981);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.25);
}.tc-wp-tool-root .seaag-pin::after{
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-tool-root .seaag-panel-head h2, .tc-wp-tool-root .seaag-preview-top h2{
  margin: 0;
  color: #172033;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 900;
}.tc-wp-tool-root .seaag-panel-head p{
  margin: 4px 0 0;
  color: #62778a;
  font-size: 0.86rem;
}.tc-wp-tool-root .seaag-field{
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
}.tc-wp-tool-root .seaag-field label{
  color: #26384d;
  font-size: 0.88rem;
  font-weight: 800;
}.tc-wp-tool-root .seaag-field label span[aria-hidden="true"]{
  color: #b45309;
}.tc-wp-tool-root .seaag-field input, .tc-wp-tool-root .seaag-field select{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(45, 74, 99, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #172033;
  font: inherit;
  font-size: 0.95rem;
  min-height: 46px;
  padding: 11px 12px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .seaag-field select{
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #0f766e 50%),
    linear-gradient(135deg, #0f766e 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .seaag-field input:focus, .tc-wp-tool-root .seaag-field select:focus, .tc-wp-tool-root .seaag-btn:focus-visible, .tc-wp-tool-root .seaag-output:focus{
  border-color: #0891b2;
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.16);
}.tc-wp-tool-root .seaag-divider{
  height: 1px;
  margin: 16px 0;
  background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.24), transparent);
}.tc-wp-tool-root .seaag-message, .tc-wp-tool-root .seaag-success{
  min-height: 22px;
  margin: 5px 0 13px;
  font-size: 0.9rem;
  line-height: 1.45;
}.tc-wp-tool-root .seaag-validation{
  color: #92400e;
  font-weight: 750;
}.tc-wp-tool-root .seaag-success{
  color: #047857;
  font-weight: 800;
}.tc-wp-tool-root .seaag-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}.tc-wp-tool-root .seaag-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 13px;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, opacity 0.16s ease;
}.tc-wp-tool-root .seaag-btn:hover:not(:disabled){
  transform: translateY(-1px);
}.tc-wp-tool-root .seaag-btn:disabled{
  cursor: not-allowed;
  opacity: 0.56;
}.tc-wp-tool-root .seaag-btn-primary{
  grid-column: 1 / -1;
  min-height: 56px;
  flex-direction: column;
  gap: 1px;
  background: linear-gradient(135deg, #0369a1, #0f766e 54%, #16a34a);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(3, 105, 161, 0.24);
}.tc-wp-tool-root .seaag-btn-primary small{
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}.tc-wp-tool-root .seaag-btn-soft{
  background: #e8faf4;
  color: #075985;
  border-color: rgba(14, 116, 144, 0.15);
}.tc-wp-tool-root .seaag-btn-ghost{
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  border-color: rgba(45, 74, 99, 0.15);
}.tc-wp-tool-root .seaag-preview{
  padding: 26px;
  background:
    radial-gradient(circle at 95% 8%, rgba(125, 211, 252, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 252, 0.98));
}.tc-wp-tool-root .seaag-preview-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .seaag-label{
  display: inline-block;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .seaag-count{
  flex: 0 0 auto;
  border: 1px solid rgba(14, 116, 144, 0.15);
  border-radius: 999px;
  padding: 8px 11px;
  background: #f0fdfa;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}.tc-wp-tool-root .seaag-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  min-height: 324px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(45, 74, 99, 0.14);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(rgba(15, 118, 110, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 26px 26px, 26px 26px, auto;
  outline: none;
}.tc-wp-tool-root .seaag-output::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .seaag-output::-webkit-scrollbar-track{
  background: #edf7f5;
  border-radius: 999px;
}.tc-wp-tool-root .seaag-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #67e8f9, #34d399);
  border: 2px solid #edf7f5;
  border-radius: 999px;
}.tc-wp-tool-root .seaag-results-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .seaag-card, .tc-wp-tool-root .seaag-label-card{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(30, 64, 85, 0.13);
  border-radius: 10px;
  padding: 15px;
  background: linear-gradient(180deg, #ffffff, #f8fffd);
  box-shadow: 0 10px 26px rgba(30, 64, 85, 0.08);
  overflow: hidden;
}.tc-wp-tool-root .seaag-card::before, .tc-wp-tool-root .seaag-label-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #38bdf8, #34d399, #fde68a);
}.tc-wp-tool-root .seaag-row{
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(100, 116, 139, 0.18);
  font-size: 0.91rem;
  line-height: 1.35;
}.tc-wp-tool-root .seaag-row:last-of-type{
  border-bottom: 0;
}.tc-wp-tool-root .seaag-row b{
  color: #475569;
  font-weight: 900;
}.tc-wp-tool-root .seaag-row span{
  color: #152033;
  min-width: 0;
}.tc-wp-tool-root .seaag-copy-one{
  margin-top: 12px;
  min-height: 38px;
  background: #f0f9ff;
  color: #075985;
  border-color: rgba(14, 165, 233, 0.18);
}.tc-wp-tool-root .seaag-label-card pre, .tc-wp-tool-root .seaag-code-block{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #172033;
  font: 0.9rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}.tc-wp-tool-root .seaag-code-wrap{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(30, 64, 85, 0.13);
  border-radius: 10px;
  padding: 15px;
  background: #fbfffe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-tool-root .seaag-note{
  margin: 12px 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.45;
}.tc-wp-tool-root .seaag-btn-copy{
  width: auto;
  min-width: 150px;
  margin-top: 10px;
  background: linear-gradient(135deg, #0f766e, #0891b2);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
}.tc-wp-tool-root .seaag-skeleton{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}.tc-wp-tool-root .seaag-skel-card{
  width: 100%;
  max-width: 100%;
  min-height: 142px;
  border: 1px solid rgba(30, 64, 85, 0.1);
  border-radius: 10px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(30, 64, 85, 0.07);
}.tc-wp-tool-root .seaag-skel-card span, .tc-wp-tool-root .seaag-skel-card strong, .tc-wp-tool-root .seaag-skel-card p{
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #edf7f5 0%, #dff8f3 40%, #f3fbff 80%);
  background-size: 220% 100%;
  animation: seaagShimmer 1.35s ease-in-out infinite;
}.tc-wp-tool-root .seaag-skel-card span{
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 8px;
  margin-bottom: 15px;
}.tc-wp-tool-root .seaag-skel-card strong{
  width: 78%;
  height: 13px;
  margin-bottom: 12px;
}.tc-wp-tool-root .seaag-skel-card p{
  width: 92%;
  height: 10px;
  margin: 9px 0;
}.tc-wp-tool-root .seaag-skel-card p:last-child{
  width: 58%;
}.tc-wp-tool-root .seaag-sr{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}@keyframes seaagShimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .sea-address-generator{
    padding: 22px 10px;
  }.tc-wp-tool-root .seaag-shell{
    width: 100%;
  }.tc-wp-tool-root .seaag-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 16px 12px;
    box-sizing: border-box;
  }.tc-wp-tool-root .seaag-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(30, 64, 85, 0.1);
  }.tc-wp-tool-root .seaag-actions, .tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-preview-top{
    flex-direction: column;
  }.tc-wp-tool-root .seaag-output{
    padding: 11px;
    min-height: 292px;
  }.tc-wp-tool-root .seaag-row{
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 0.85rem;
  }.tc-wp-tool-root .seaag-card, .tc-wp-tool-root .seaag-label-card, .tc-wp-tool-root .seaag-skel-card{
    padding: 12px;
  }.tc-wp-tool-root .seaag-btn{
    min-height: 42px;
    font-size: 0.88rem;
    padding: 9px 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .sea-address-generator{
    padding: 24px 12px;
  }.tc-wp-tool-root .seaag-hero p{
    font-size: 0.93rem;
  }.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 18px 14px;
    box-sizing: border-box;
  }.tc-wp-tool-root .seaag-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(30, 64, 85, 0.1);
  }.tc-wp-tool-root .seaag-actions, .tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-output{
    padding: 12px;
  }.tc-wp-tool-root .seaag-row{
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 0.87rem;
  }.tc-wp-tool-root .seaag-card, .tc-wp-tool-root .seaag-label-card{
    padding: 13px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .sea-address-generator{
    padding: 28px 14px;
  }.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 20px 16px;
    box-sizing: border-box;
  }.tc-wp-tool-root .seaag-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(30, 64, 85, 0.1);
  }.tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-row{
    grid-template-columns: minmax(88px, 0.38fr) minmax(0, 1fr);
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .sea-address-generator{
    padding: 34px 18px;
  }.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    padding: 24px;
    box-sizing: border-box;
  }.tc-wp-tool-root .seaag-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(30, 64, 85, 0.1);
  }.tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .seaag-actions{
    grid-template-columns: 1fr 1fr 1fr;
  }.tc-wp-tool-root .seaag-btn-primary{
    grid-column: auto;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .seaag-settings, .tc-wp-tool-root .seaag-preview{
    padding: 24px;
  }.tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root .seaag-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }.tc-wp-tool-root .seaag-results-grid, .tc-wp-tool-root .seaag-skeleton{
    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;
}