@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 .rag-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  padding: 28px 18px;
  box-sizing: border-box;
  overflow: hidden;
  color: #14243b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .rag-tool-wrap, .tc-wp-tool-root .rag-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .rag-tool-wrap *{
  max-width: 100%;
}.tc-wp-tool-root .rag-hero{
  text-align: center;
  margin: 0 auto 22px;
}.tc-wp-tool-root .rag-hero h1{
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10243f;
  font-weight: 800;
}.tc-wp-tool-root .rag-subtitle{
  margin: 0 auto;
  max-width: 720px;
  color: #53657b;
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-dashboard{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(225, 248, 246, .9), rgba(245, 251, 255, .96) 45%, rgba(255, 255, 255, .98)),
    radial-gradient(circle at 12% 8%, rgba(88, 201, 183, .18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(93, 169, 235, .16), transparent 30%);
  box-shadow: 0 18px 46px rgba(31, 64, 102, .16);
  border: 1px solid rgba(137, 183, 210, .34);
}.tc-wp-tool-root .rag-map-accent{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(63, 132, 171, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 132, 171, .14) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.22));
}.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rag-settings{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(235, 249, 247, .93), rgba(245, 250, 252, .92)),
    linear-gradient(90deg, rgba(82, 182, 169, .16), transparent);
  border-right: 1px solid rgba(118, 166, 194, .28);
}.tc-wp-tool-root .rag-panel-head, .tc-wp-tool-root .rag-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin: 0 0 18px;
}.tc-wp-tool-root .rag-panel-head{
  justify-content: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(121, 166, 190, .26);
}.tc-wp-tool-root .rag-panel-head h2, .tc-wp-tool-root .rag-output-head h2{
  margin: 0;
  color: #14243b;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-pin{
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4bc3af, #56a9e9);
  box-shadow: 0 8px 18px rgba(63, 158, 174, .28);
  position: relative;
}.tc-wp-tool-root .rag-pin::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.tc-wp-tool-root .rag-form, .tc-wp-tool-root .rag-field{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rag-field{
  margin-bottom: 14px;
}.tc-wp-tool-root .rag-field label{
  display: block;
  margin: 0 0 7px;
  color: #28445f;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root .rag-field label span{
  color: #b74242;
}.tc-wp-tool-root .rag-input{
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  border: 1px solid rgba(112, 154, 181, .48);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,.92);
  color: #172b45;
  font: inherit;
  font-size: .95rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .rag-input:focus{
  border-color: #3298d8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(77, 171, 231, .22);
}.tc-wp-tool-root .rag-input::placeholder{
  color: #77889a;
  opacity: 1;
}.tc-wp-tool-root .rag-message, .tc-wp-tool-root .rag-success{
  width: 100%;
  min-width: 0;
  min-height: 22px;
  font-size: .9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-validation{
  color: #8b2f2f;
  font-weight: 700;
  margin: 2px 0 12px;
}.tc-wp-tool-root .rag-success{
  color: #1f6d5d;
  font-weight: 750;
  margin: -2px 0 10px;
}.tc-wp-tool-root .rag-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding-top: 8px;
}.tc-wp-tool-root .rag-btn{
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-btn:focus-visible{
  outline: 3px solid rgba(50, 152, 216, .34);
  outline-offset: 2px;
}.tc-wp-tool-root .rag-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .rag-primary{
  color: #fff;
  background: linear-gradient(135deg, #178fbb, #2eb79f);
  box-shadow: 0 12px 24px rgba(35, 143, 170, .28);
}.tc-wp-tool-root .rag-secondary{
  color: #24435f;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(116, 158, 184, .38);
  box-shadow: 0 8px 16px rgba(57, 99, 130, .08);
}.tc-wp-tool-root .rag-preview-panel{
  padding: 24px;
  background: rgba(255,255,255,.72);
}.tc-wp-tool-root .rag-kicker{
  display: block;
  margin-bottom: 4px;
  color: #3b8c87;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-count{
  flex: 0 0 auto;
  max-width: 44%;
  border-radius: 999px;
  padding: 7px 10px;
  color: #31526d;
  background: #eaf7fb;
  border: 1px solid rgba(105, 168, 195, .35);
  font-size: .8rem;
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-preview{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  padding: 14px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248, 253, 253, .96)),
    repeating-linear-gradient(0deg, transparent 0, transparent 25px, rgba(94, 167, 196, .08) 26px);
  border: 1px solid rgba(125, 172, 197, .34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 28px rgba(39, 78, 107, .08);
}.tc-wp-tool-root .rag-preview::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .rag-preview::-webkit-scrollbar-track{
  background: #eef8fa;
  border-radius: 999px;
}.tc-wp-tool-root .rag-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8fd8cf, #7abce8);
  border-radius: 999px;
  border: 2px solid #eef8fa;
}.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rag-skeleton-card, .tc-wp-tool-root .rag-address-card, .tc-wp-tool-root .rag-label-card, .tc-wp-tool-root .rag-code-card{
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(124, 173, 198, .3);
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 20px rgba(38, 77, 105, .08);
  overflow: hidden;
}.tc-wp-tool-root .rag-skeleton-card{
  min-height: 148px;
  padding: 16px;
  position: relative;
}.tc-wp-tool-root .rag-skeleton-card::before{
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 36px;
  border: 2px dashed rgba(50, 152, 216, .26);
  border-radius: 10px;
}.tc-wp-tool-root .rag-skeleton-card span, .tc-wp-tool-root .rag-skeleton-card b, .tc-wp-tool-root .rag-skeleton-card i, .tc-wp-tool-root .rag-skeleton-card em{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e3f2f5, #f8ffff, #dceff4);
  background-size: 220% 100%;
  animation: ragPulse 1.3s ease-in-out infinite;
  margin-bottom: 13px;
}.tc-wp-tool-root .rag-skeleton-card span{ width: 76%; height: 16px; }.tc-wp-tool-root .rag-skeleton-card b{ width: 55%; }.tc-wp-tool-root .rag-skeleton-card i{ width: 64%; }.tc-wp-tool-root .rag-skeleton-card em{ width: 42%; }@keyframes ragPulse {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}.tc-wp-tool-root .rag-address-card{
  padding: 14px;
  position: relative;
}.tc-wp-tool-root .rag-address-card::before, .tc-wp-tool-root .rag-label-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #58c9b7, #5da9eb);
}.tc-wp-tool-root .rag-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding-left: 4px;
}.tc-wp-tool-root .rag-card-title{
  margin: 0;
  color: #213c58;
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-copy-one{
  flex: 0 0 auto;
  width: auto;
  max-width: 46%;
  padding: 8px 10px;
  color: #28536a;
  background: #eef9f8;
  border: 1px solid rgba(83, 177, 165, .36);
  font-size: .78rem;
  box-shadow: none;
}.tc-wp-tool-root .rag-field-row{
  display: grid;
  grid-template-columns: minmax(88px, .42fr) minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid rgba(123, 166, 190, .2);
  min-width: 0;
}.tc-wp-tool-root .rag-field-row:first-of-type{
  border-top: 0;
}.tc-wp-tool-root .rag-field-name{
  color: #5d7184;
  font-size: .78rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-field-value{
  color: #162b44;
  font-size: .9rem;
  font-weight: 650;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-label-card{
  position: relative;
  padding: 16px 14px 14px 20px;
}.tc-wp-tool-root .rag-label-lines{
  color: #172b44;
  font-size: .92rem;
  line-height: 1.55;
  font-weight: 720;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-line;
}.tc-wp-tool-root .rag-code-card{
  grid-column: 1 / -1;
  padding: 0;
}.tc-wp-tool-root .rag-code-card pre{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 14px;
  overflow: visible;
  white-space: pre-wrap;
  color: #18304b;
  background: #f7fcfc;
  font: 650 .86rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-note{
  width: 100%;
  min-width: 0;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #435b70;
  background: #fff8e8;
  border: 1px solid rgba(221, 177, 87, .28);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rag-copy-area{
  width: 100%;
  min-width: 0;
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}.tc-wp-tool-root .rag-copy-all{
  width: auto;
  min-width: 150px;
  color: #fff;
  background: linear-gradient(135deg, #244c70, #249a8b);
  box-shadow: 0 10px 20px rgba(32, 91, 112, .22);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .rag-tool-wrap{ padding: 18px 10px; }.tc-wp-tool-root .rag-subtitle{ font-size: .88rem; }.tc-wp-tool-root .rag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 14px; }.tc-wp-tool-root .rag-settings{ border-right: 0; border-bottom: 1px solid rgba(118, 166, 194, .28); }.tc-wp-tool-root .rag-panel-head, .tc-wp-tool-root .rag-output-head{ gap: 8px; margin-bottom: 14px; }.tc-wp-tool-root .rag-input{ min-height: 42px; font-size: .88rem; padding: 9px 10px; }.tc-wp-tool-root .rag-btn{ padding: 10px 11px; font-size: .86rem; }.tc-wp-tool-root .rag-preview{ padding: 10px; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .rag-address-card, .tc-wp-tool-root .rag-label-card{ padding: 12px; }.tc-wp-tool-root .rag-label-card{ padding-left: 17px; }.tc-wp-tool-root .rag-field-row{ grid-template-columns: 1fr; gap: 3px; }.tc-wp-tool-root .rag-field-value, .tc-wp-tool-root .rag-label-lines{ font-size: .84rem; }.tc-wp-tool-root .rag-code-card pre{ font-size: .76rem; padding: 11px; }.tc-wp-tool-root .rag-count{ max-width: 50%; font-size: .72rem; padding: 6px 8px; }.tc-wp-tool-root .rag-copy-one{ max-width: 52%; font-size: .72rem; padding: 7px 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .rag-tool-wrap{ padding: 20px 12px; }.tc-wp-tool-root .rag-subtitle{ font-size: .92rem; }.tc-wp-tool-root .rag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 16px; }.tc-wp-tool-root .rag-settings{ border-right: 0; border-bottom: 1px solid rgba(118, 166, 194, .28); }.tc-wp-tool-root .rag-input{ min-height: 43px; font-size: .9rem; }.tc-wp-tool-root .rag-btn{ padding: 11px 12px; font-size: .88rem; }.tc-wp-tool-root .rag-preview{ padding: 11px; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .rag-address-card, .tc-wp-tool-root .rag-label-card{ padding: 13px; }.tc-wp-tool-root .rag-label-card{ padding-left: 18px; }.tc-wp-tool-root .rag-field-row{ grid-template-columns: minmax(82px, .4fr) minmax(0, 1fr); }.tc-wp-tool-root .rag-field-value, .tc-wp-tool-root .rag-label-lines{ font-size: .86rem; }.tc-wp-tool-root .rag-code-card pre{ font-size: .78rem; padding: 12px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .rag-tool-wrap{ padding: 22px 14px; }.tc-wp-tool-root .rag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 18px; }.tc-wp-tool-root .rag-settings{ border-right: 0; border-bottom: 1px solid rgba(118, 166, 194, .28); }.tc-wp-tool-root .rag-actions{ grid-template-columns: 1fr 1fr; }.tc-wp-tool-root .rag-primary{ grid-column: 1 / -1; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ grid-template-columns: 1fr; }.tc-wp-tool-root .rag-preview{ padding: 12px; }.tc-wp-tool-root .rag-btn{ font-size: .9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .rag-tool-wrap{ padding: 26px 18px; }.tc-wp-tool-root .rag-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .rag-settings{ border-right: 0; border-bottom: 1px solid rgba(118, 166, 194, .28); }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 22px; }.tc-wp-tool-root .rag-form{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .rag-field{ margin-bottom: 0; }.tc-wp-tool-root .rag-message, .tc-wp-tool-root .rag-actions{ grid-column: 1 / -1; }.tc-wp-tool-root .rag-actions{ grid-template-columns: 1.2fr 1fr 1fr; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .rag-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 22px; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .rag-tool-wrap{ max-width: 1200px; }.tc-wp-tool-root .rag-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .rag-settings, .tc-wp-tool-root .rag-preview-panel{ padding: 26px; }.tc-wp-tool-root .rag-skeleton-grid, .tc-wp-tool-root .rag-results{ 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;
}