@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 .nhag-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 34px 18px;
  background:
    linear-gradient(135deg, rgba(224, 247, 250, .78), rgba(248, 250, 252, .96) 42%, rgba(236, 253, 245, .72)),
    radial-gradient(circle at 12% 20%, rgba(56, 189, 248, .14), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(52, 211, 153, .16), transparent 30%);
  color: #102033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .nhag-tool-wrap, .tc-wp-tool-root .nhag-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .nhag-tool-wrap *{
  max-width: 100%;
}.tc-wp-tool-root .nhag-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .nhag-hero{
  text-align: center;
  margin: 0 auto 22px;
}.tc-wp-tool-root .nhag-hero h1{
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #0f2740;
  font-weight: 850;
}.tc-wp-tool-root .nhag-hero p{
  margin: 0 auto;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.6;
  color: #4b6178;
}.tc-wp-tool-root .nhag-dashboard{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  border: 1px solid rgba(148, 163, 184, .35);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 70px rgba(15, 39, 64, .13);
  overflow: hidden;
}.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{
  min-width: 0;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .nhag-settings{
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(239, 253, 250, .94), rgba(241, 248, 255, .9)),
    repeating-linear-gradient(90deg, rgba(14, 165, 233, .06) 0 1px, transparent 1px 36px);
  border-right: 1px solid rgba(148, 163, 184, .28);
}.tc-wp-tool-root .nhag-panel-head{
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(148, 163, 184, .25);
}.tc-wp-tool-root .nhag-pin{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px 10px 10px 2px;
  background: linear-gradient(135deg, #0ea5e9, #34d399);
  transform: rotate(45deg);
  box-shadow: 0 10px 24px rgba(14, 165, 233, .22);
  position: relative;
}.tc-wp-tool-root .nhag-pin::after{
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 999px;
  background: #fff;
}.tc-wp-tool-root .nhag-panel-head h2, .tc-wp-tool-root .nhag-preview-head h2{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: #132f4c;
}.tc-wp-tool-root .nhag-panel-head p{
  margin: 3px 0 0;
  color: #61758a;
  font-size: .9rem;
  line-height: 1.35;
}.tc-wp-tool-root .nhag-field{
  margin-bottom: 15px;
}.tc-wp-tool-root .nhag-field label{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: #1f3b57;
  font-size: .9rem;
  font-weight: 750;
}.tc-wp-tool-root .nhag-field label span{
  color: #0f766e;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(111, 137, 163, .36);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: #132f4c;
  padding: 0 13px;
  font: inherit;
  font-size: .95rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}.tc-wp-tool-root .nhag-field select:focus, .tc-wp-tool-root .nhag-field input:focus, .tc-wp-tool-root .nhag-btn:focus-visible{
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .16);
}.tc-wp-tool-root .nhag-message{
  min-height: 22px;
  margin: 10px 0;
  font-size: .9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nhag-validation{
  color: #9f1239;
  font-weight: 700;
}.tc-wp-tool-root .nhag-success{
  color: #0f766e;
  font-weight: 750;
}.tc-wp-tool-root .nhag-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root .nhag-btn{
  width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .nhag-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .nhag-primary{
  background: linear-gradient(135deg, #0ea5e9, #10b981);
  color: #fff;
  box-shadow: 0 14px 30px rgba(14, 165, 233, .24);
}.tc-wp-tool-root .nhag-secondary{
  background: rgba(255, 255, 255, .84);
  color: #173653;
  border-color: rgba(111, 137, 163, .32);
}.tc-wp-tool-root .nhag-preview{
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 250, 252, .96)),
    repeating-linear-gradient(0deg, rgba(14, 165, 233, .035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(16, 185, 129, .035) 0 1px, transparent 1px 34px);
}.tc-wp-tool-root .nhag-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, .24);
}.tc-wp-tool-root .nhag-kicker{
  display: inline-block;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tc-wp-tool-root .nhag-count{
  flex: 0 0 auto;
  border: 1px solid rgba(14, 165, 233, .22);
  border-radius: 999px;
  padding: 7px 10px;
  background: #effaff;
  color: #155e75;
  font-size: .82rem;
  font-weight: 800;
}.tc-wp-tool-root .nhag-output{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  margin-top: 18px;
  padding: 4px 6px 4px 0;
  scrollbar-color: #8bd8e8 #edf7fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .nhag-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .nhag-output::-webkit-scrollbar-track{
  background: #edf7fb;
  border-radius: 999px;
}.tc-wp-tool-root .nhag-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7dd3fc, #86efac);
  border-radius: 999px;
}.tc-wp-tool-root .nhag-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card, .tc-wp-tool-root .nhag-skel-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, .28);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(15, 39, 64, .08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nhag-card{
  padding: 15px;
}.tc-wp-tool-root .nhag-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}.tc-wp-tool-root .nhag-badge{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0f766e;
  font-size: .78rem;
  font-weight: 850;
}.tc-wp-tool-root .nhag-mini-pin{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, .13);
}.tc-wp-tool-root .nhag-copy-one{
  width: auto;
  padding: 7px 9px;
  font-size: .78rem;
  background: #f0f9ff;
  color: #075985;
  border-color: rgba(14, 165, 233, .2);
}.tc-wp-tool-root .nhag-row{
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid rgba(148, 163, 184, .18);
}.tc-wp-tool-root .nhag-row strong{
  color: #50667d;
  font-size: .79rem;
}.tc-wp-tool-root .nhag-row span{
  color: #132f4c;
  font-size: .92rem;
  font-weight: 720;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nhag-label-card{
  padding: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #132f4c;
  line-height: 1.55;
  white-space: pre-wrap;
}.tc-wp-tool-root .nhag-label-actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}.tc-wp-tool-root .nhag-code-card{
  padding: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86rem;
  line-height: 1.55;
  white-space: pre-wrap;
  color: #173653;
}.tc-wp-tool-root .nhag-note{
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f0fdfa;
  border: 1px solid rgba(20, 184, 166, .22);
  color: #115e59;
  font-size: .9rem;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .nhag-copy-all{
  margin-top: 14px;
  background: #102033;
  color: #fff;
  box-shadow: 0 12px 26px rgba(16, 32, 51, .18);
}.tc-wp-tool-root .nhag-skeleton{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .nhag-skel-card{
  padding: 16px;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .nhag-skel-card::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  animation: nhag-shimmer 1.7s infinite;
}.tc-wp-tool-root .nhag-skel-card span, .tc-wp-tool-root .nhag-skel-card b, .tc-wp-tool-root .nhag-skel-card i, .tc-wp-tool-root .nhag-skel-card em{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dbeafe;
  margin-bottom: 14px;
}.tc-wp-tool-root .nhag-skel-card span{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #bae6fd, #bbf7d0);
}.tc-wp-tool-root .nhag-skel-card b{
  width: 82%;
}.tc-wp-tool-root .nhag-skel-card i{
  width: 64%;
}.tc-wp-tool-root .nhag-skel-card em{
  width: 48%;
}@keyframes nhag-shimmer {
  100% {
    transform: translateX(100%);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 18px 10px; }.tc-wp-tool-root .nhag-shell{ width: 100%; }.tc-wp-tool-root .nhag-hero p{ font-size: .88rem; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{ grid-column: 1 / -1; padding: 15px; max-width: 100%; min-width: 0; box-sizing: border-box; border-right: 0; }.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{ height: 42px; font-size: .88rem; }.tc-wp-tool-root .nhag-btn{ padding: 10px 11px; font-size: .88rem; }.tc-wp-tool-root .nhag-grid, .tc-wp-tool-root .nhag-skeleton{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card{ padding: 12px; font-size: .82rem; }.tc-wp-tool-root .nhag-row{ grid-template-columns: 1fr; gap: 3px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 22px 12px; }.tc-wp-tool-root .nhag-shell{ width: 100%; }.tc-wp-tool-root .nhag-hero p{ font-size: .9rem; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{ grid-column: 1 / -1; padding: 17px; max-width: 100%; min-width: 0; box-sizing: border-box; border-right: 0; }.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{ height: 43px; font-size: .9rem; }.tc-wp-tool-root .nhag-btn{ padding: 11px 12px; font-size: .9rem; }.tc-wp-tool-root .nhag-grid, .tc-wp-tool-root .nhag-skeleton{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card{ padding: 13px; font-size: .84rem; }.tc-wp-tool-root .nhag-row{ grid-template-columns: 1fr; gap: 3px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 26px 14px; }.tc-wp-tool-root .nhag-shell{ width: 100%; }.tc-wp-tool-root .nhag-hero p{ font-size: .94rem; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{ grid-column: 1 / -1; padding: 19px; max-width: 100%; min-width: 0; box-sizing: border-box; border-right: 0; }.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{ height: 44px; font-size: .92rem; }.tc-wp-tool-root .nhag-btn{ padding: 11px 13px; font-size: .92rem; }.tc-wp-tool-root .nhag-grid, .tc-wp-tool-root .nhag-skeleton{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card{ padding: 14px; font-size: .86rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 30px 18px; }.tc-wp-tool-root .nhag-hero p{ font-size: .98rem; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{ grid-column: 1 / -1; padding: 23px; max-width: 100%; min-width: 0; box-sizing: border-box; border-right: 0; }.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{ height: 46px; font-size: .95rem; }.tc-wp-tool-root .nhag-btn{ padding: 12px 14px; font-size: .95rem; }.tc-wp-tool-root .nhag-grid, .tc-wp-tool-root .nhag-skeleton{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card{ padding: 15px; font-size: .88rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 34px 20px; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .nhag-settings, .tc-wp-tool-root .nhag-preview{ padding: 24px; }.tc-wp-tool-root .nhag-hero p{ font-size: 1rem; }.tc-wp-tool-root .nhag-field select, .tc-wp-tool-root .nhag-field input{ height: 46px; font-size: .94rem; }.tc-wp-tool-root .nhag-btn{ padding: 12px 14px; font-size: .94rem; }.tc-wp-tool-root .nhag-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .nhag-skeleton{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .nhag-card, .tc-wp-tool-root .nhag-label-card, .tc-wp-tool-root .nhag-code-card{ padding: 15px; font-size: .88rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .nhag-tool-wrap{ padding: 38px 22px; }.tc-wp-tool-root .nhag-shell{ max-width: 1200px; }.tc-wp-tool-root .nhag-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .nhag-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;
}