@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;
  overflow: hidden;
}

.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 .azag-tool-wrap,
.tc-wp-tool-root .azag-tool-wrap * {
  box-sizing: border-box;
}

.tc-wp-tool-root .azag-tool-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: visible;
}

.tc-wp-tool-root .azag-tool-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(48, 129, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 129, 255, .06) 1px, transparent 1px),
    radial-gradient(circle at 12% 16%, rgba(44, 211, 181, .18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(71, 178, 255, .16), transparent 28%);
  background-size: 32px 32px, 32px 32px, auto, auto;
  border-radius: 0;
}

.tc-wp-tool-root .azag-hero,
.tc-wp-tool-root .azag-dashboard {
  position: relative;
  z-index: 1;
}

.tc-wp-tool-root .azag-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 24px;
}

.tc-wp-tool-root .azag-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10213f;
}

.tc-wp-tool-root .azag-hero p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.65;
  color: #526174;
}

.tc-wp-tool-root .azag-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(130, 160, 190, .32);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(31, 54, 91, .13);
}

.tc-wp-tool-root .azag-settings,
.tc-wp-tool-root .azag-preview-panel {
  min-width: 0;
  max-width: 100%;
}

.tc-wp-tool-root .azag-settings {
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(238, 249, 255, .94), rgba(240, 255, 250, .92)),
    repeating-linear-gradient(135deg, rgba(43, 109, 178, .05) 0 1px, transparent 1px 12px);
  border-right: 1px solid rgba(130, 160, 190, .26);
}

.tc-wp-tool-root .azag-settings h2,
.tc-wp-tool-root .azag-preview-head h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #14243d;
  letter-spacing: 0;
}

.tc-wp-tool-root .azag-form {
  display: grid;
  gap: 15px;
  margin-top: 18px;
  min-width: 0;
}

.tc-wp-tool-root .azag-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.tc-wp-tool-root .azag-field label {
  font-size: .82rem;
  font-weight: 750;
  color: #263852;
}

.tc-wp-tool-root .azag-field label span {
  color: #b42318;
}

.tc-wp-tool-root .azag-field input,
.tc-wp-tool-root .azag-field select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(118, 143, 172, .42);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .94);
  color: #172033;
  font-size: .94rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}

.tc-wp-tool-root .azag-field input:focus,
.tc-wp-tool-root .azag-field select:focus,
.tc-wp-tool-root .azag-btn:focus-visible,
.tc-wp-tool-root .azag-copy-one:focus-visible {
  border-color: #228be6;
  box-shadow: 0 0 0 4px rgba(34, 139, 230, .17);
  outline: none;
}

.tc-wp-tool-root .azag-validation,
.tc-wp-tool-root .azag-success {
  min-height: 22px;
  font-size: .88rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.tc-wp-tool-root .azag-validation {
  color: #9a3412;
}

.tc-wp-tool-root .azag-success {
  margin-top: 10px;
  color: #087f5b;
}

.tc-wp-tool-root .azag-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
}

.tc-wp-tool-root .azag-btn {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 800;
  font-size: .94rem;
  line-height: 1.15;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tc-wp-tool-root .azag-btn:hover {
  transform: translateY(-1px);
}

.tc-wp-tool-root .azag-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1769e0, #18a999);
  box-shadow: 0 12px 25px rgba(24, 117, 195, .24);
}

.tc-wp-tool-root .azag-btn-primary span {
  display: block;
  margin-bottom: 3px;
  font-size: .72rem;
  font-weight: 700;
  opacity: .9;
}

.tc-wp-tool-root .azag-btn-secondary {
  color: #12385f;
  background: #ffffff;
  border-color: rgba(83, 124, 164, .28);
}

.tc-wp-tool-root .azag-btn-ghost {
  color: #42526a;
  background: rgba(255, 255, 255, .52);
  border-color: rgba(83, 124, 164, .18);
}

.tc-wp-tool-root .azag-preview-panel {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 255, .96));
}

.tc-wp-tool-root .azag-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  min-width: 0;
}

.tc-wp-tool-root .azag-count {
  margin: 5px 0 0;
  color: #697789;
  font-size: .9rem;
}

.tc-wp-tool-root .azag-pin {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50% 50% 50% 12px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #28c7a7, #3aa0ff);
  box-shadow: 0 12px 28px rgba(43, 150, 210, .22);
}

.tc-wp-tool-root .azag-pin::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  inset: 14px;
  border-radius: 50%;
  background: #fff;
}

.tc-wp-tool-root .azag-preview {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(130, 160, 190, .28);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(rgba(42, 120, 198, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 120, 198, .035) 1px, transparent 1px),
    rgba(255, 255, 255, .9);
  background-size: 24px 24px;
}

.tc-wp-tool-root .azag-preview::-webkit-scrollbar {
  width: 10px;
}

.tc-wp-tool-root .azag-preview::-webkit-scrollbar-track {
  background: #edf6fb;
  border-radius: 10px;
}

.tc-wp-tool-root .azag-preview::-webkit-scrollbar-thumb {
  background: linear-gradient(#9ed7ff, #72d5bf);
  border-radius: 10px;
}

.tc-wp-tool-root .azag-skeleton-grid,
.tc-wp-tool-root .azag-card-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 .azag-skeleton-card,
.tc-wp-tool-root .azag-address-card,
.tc-wp-tool-root .azag-label-block,
.tc-wp-tool-root .azag-code-block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(134, 162, 192, .25);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 25px rgba(42, 66, 102, .07);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tc-wp-tool-root .azag-skeleton-card {
  height: 158px;
  padding: 16px;
  overflow: hidden;
}

.tc-wp-tool-root .azag-skeleton-card span,
.tc-wp-tool-root .azag-skeleton-card i,
.tc-wp-tool-root .azag-skeleton-card b,
.tc-wp-tool-root .azag-skeleton-card em {
  display: block;
  height: 13px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eaf1f7, #f9fcff, #eaf1f7);
  background-size: 220% 100%;
  animation: azagPulse 1.4s ease-in-out infinite;
}

.tc-wp-tool-root .azag-skeleton-card span {
  width: 78%;
}

.tc-wp-tool-root .azag-skeleton-card i {
  width: 58%;
}

.tc-wp-tool-root .azag-skeleton-card b {
  width: 68%;
}

.tc-wp-tool-root .azag-skeleton-card em {
  width: 45%;
}

@keyframes azagPulse {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.tc-wp-tool-root .azag-address-card {
  padding: 15px;
}

.tc-wp-tool-root .azag-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.tc-wp-tool-root .azag-badge {
  display: inline-flex;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 9px;
  background: #e9fbf6;
  color: #087f5b;
  font-size: .76rem;
  font-weight: 800;
}

.tc-wp-tool-root .azag-copy-one {
  flex: 0 0 auto;
  border: 1px solid rgba(34, 139, 230, .22);
  background: #f5fbff;
  color: #155e9f;
  border-radius: 10px;
  padding: 7px 9px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}

.tc-wp-tool-root .azag-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid rgba(130, 160, 190, .16);
  font-size: .9rem;
}

.tc-wp-tool-root .azag-row strong {
  color: #40516a;
}

.tc-wp-tool-root .azag-note {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 11px 12px;
  border: 1px solid rgba(21, 170, 136, .22);
  border-radius: 10px;
  background: #effcf8;
  color: #0b6b51;
  font-size: .88rem;
  line-height: 1.45;
}

.tc-wp-tool-root .azag-label-block,
.tc-wp-tool-root .azag-code-block {
  padding: 15px;
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .86rem;
  line-height: 1.6;
}

.tc-wp-tool-root .azag-copy-all {
  margin-top: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #168aad);
  box-shadow: 0 12px 25px rgba(17, 126, 141, .2);
}

@media (min-width: 320px) and (max-width: 374px) {
  .tc-wp-tool-root .azag-tool-wrap {
    padding: 14px;
    max-width: 1200px;
  }

  .tc-wp-tool-root .azag-hero {
    margin-bottom: 16px;
  }

  .tc-wp-tool-root .azag-hero p {
    font-size: .88rem;
    line-height: 1.5;
  }

  .tc-wp-tool-root .azag-dashboard {
    grid-template-columns: 1fr;
  }

  .tc-wp-tool-root .azag-settings,
  .tc-wp-tool-root .azag-preview-panel {
    grid-column: 1 / -1;
    padding: 14px;
  }

  .tc-wp-tool-root .azag-settings {
    border-right: 0;
    border-bottom: 1px solid rgba(130, 160, 190, .26);
  }

  .tc-wp-tool-root .azag-field input,
  .tc-wp-tool-root .azag-field select {
    height: 40px;
    font-size: .86rem;
  }

  .tc-wp-tool-root .azag-btn {
    padding: 10px 11px;
    font-size: .86rem;
  }

  .tc-wp-tool-root .azag-skeleton-grid,
  .tc-wp-tool-root .azag-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tc-wp-tool-root .azag-preview {
    padding: 10px;
    font-size: .82rem;
  }

  .tc-wp-tool-root .azag-address-card,
  .tc-wp-tool-root .azag-label-block,
  .tc-wp-tool-root .azag-code-block {
    padding: 11px;
    font-size: .8rem;
  }

  .tc-wp-tool-root .azag-row {
    grid-template-columns: 1fr;
    gap: 3px;
    font-size: .82rem;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tc-wp-tool-root .azag-tool-wrap {
    padding: 16px;
    max-width: 1200px;
  }

  .tc-wp-tool-root .azag-hero p {
    font-size: .92rem;
  }

  .tc-wp-tool-root .azag-dashboard {
    grid-template-columns: 1fr;
  }

  .tc-wp-tool-root .azag-settings,
  .tc-wp-tool-root .azag-preview-panel {
    grid-column: 1 / -1;
    padding: 16px;
  }

  .tc-wp-tool-root .azag-settings {
    border-right: 0;
    border-bottom: 1px solid rgba(130, 160, 190, .26);
  }

  .tc-wp-tool-root .azag-skeleton-grid,
  .tc-wp-tool-root .azag-card-grid {
    grid-template-columns: 1fr;
  }

  .tc-wp-tool-root .azag-preview {
    padding: 12px;
  }

  .tc-wp-tool-root .azag-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tc-wp-tool-root .azag-tool-wrap {
    padding: 18px;
    max-width: 1200px;
  }

  .tc-wp-tool-root .azag-dashboard {
    grid-template-columns: 1fr;
  }

  .tc-wp-tool-root .azag-settings,
  .tc-wp-tool-root .azag-preview-panel {
    grid-column: 1 / -1;
    padding: 18px;
  }

  .tc-wp-tool-root .azag-settings {
    border-right: 0;
    border-bottom: 1px solid rgba(130, 160, 190, .26);
  }

  .tc-wp-tool-root .azag-skeleton-grid,
  .tc-wp-tool-root .azag-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tc-wp-tool-root .azag-tool-wrap {
    padding: 24px;
    max-width: 1200px;
  }

  .tc-wp-tool-root .azag-dashboard {
    grid-template-columns: 1fr;
  }

  .tc-wp-tool-root .azag-settings,
  .tc-wp-tool-root .azag-preview-panel {
    grid-column: 1 / -1;
    padding: 22px;
  }

  .tc-wp-tool-root .azag-settings {
    border-right: 0;
    border-bottom: 1px solid rgba(130, 160, 190, .26);
  }

  .tc-wp-tool-root .azag-skeleton-grid,
  .tc-wp-tool-root .azag-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .tc-wp-tool-root .azag-tool-wrap {
    padding: 26px;
    max-width: 1200px;
  }

  .tc-wp-tool-root .azag-dashboard {
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }

  .tc-wp-tool-root .azag-settings,
  .tc-wp-tool-root .azag-preview-panel {
    padding: 22px;
  }

  .tc-wp-tool-root .azag-skeleton-grid,
  .tc-wp-tool-root .azag-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .tc-wp-tool-root .azag-tool-wrap {
    max-width: 1200px;
    padding: 30px;
  }

  .tc-wp-tool-root .azag-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;
  overflow: hidden !important;
}

.tc-wp-tool-root .azag-tool-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.tc-wp-tool-root .azag-download {}

.tc-wp-tool-root .azag-reset {}