@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 .rbtg-tool-wrap, .tc-wp-tool-root .rbtg-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .rbtg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background:
    radial-gradient(circle at 12% 16%, rgba(124, 92, 255, .14), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(34, 211, 238, .18), transparent 26%),
    linear-gradient(135deg, #f7fbff 0%, #eefdf9 46%, #f8f6ff 100%);
  padding: 54px 18px;
}.tc-wp-tool-root .rbtg-bg-tags{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .72;
}.tc-wp-tool-root .rbtg-bg-tags span{
  position: absolute;
  display: inline-flex;
  max-width: 220px;
  padding: 8px 12px;
  border: 1px solid rgba(58, 92, 143, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .58);
  color: rgba(23, 32, 51, .42);
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 10px 30px rgba(32, 61, 112, .06);
}.tc-wp-tool-root .rbtg-bg-tags span:nth-child(1){ left: 5%; top: 16%; transform: rotate(-7deg); }.tc-wp-tool-root .rbtg-bg-tags span:nth-child(2){ right: 9%; top: 19%; transform: rotate(5deg); }.tc-wp-tool-root .rbtg-bg-tags span:nth-child(3){ left: 10%; bottom: 16%; transform: rotate(4deg); }.tc-wp-tool-root .rbtg-bg-tags span:nth-child(4){ right: 6%; bottom: 20%; transform: rotate(-6deg); }.tc-wp-tool-root .rbtg-bg-tags span:nth-child(5){ left: 44%; top: 9%; transform: rotate(3deg); }.tc-wp-tool-root .rbtg-bg-tags span:nth-child(6){ right: 32%; bottom: 9%; transform: rotate(-3deg); }.tc-wp-tool-root .rbtg-inner{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .rbtg-hero{
  width: 100%;
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .rbtg-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #132238;
  font-weight: 850;
}.tc-wp-tool-root .rbtg-hero p{
  margin: 0 auto;
  max-width: 720px;
  color: #4b607c;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .rbtg-dashboard{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  gap: 0;
  border: 1px solid rgba(78, 104, 148, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(28, 51, 92, .16);
  overflow: hidden;
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .rbtg-settings, .tc-wp-tool-root .rbtg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rbtg-settings{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(232, 250, 247, .88), rgba(245, 247, 255, .9)),
    repeating-linear-gradient(135deg, rgba(83, 111, 163, .07) 0 1px, transparent 1px 16px);
  border-right: 1px solid rgba(78, 104, 148, .14);
}.tc-wp-tool-root .rbtg-field{
  margin-bottom: 14px;
}.tc-wp-tool-root .rbtg-field label{
  display: block;
  margin-bottom: 7px;
  color: #263851;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root .rbtg-field label span{
  color: #7c3aed;
}.tc-wp-tool-root .rbtg-field input, .tc-wp-tool-root .rbtg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(73, 96, 136, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: #172033;
  padding: 0 13px;
  font-size: 14px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
}.tc-wp-tool-root .rbtg-field input:focus, .tc-wp-tool-root .rbtg-field select:focus, .tc-wp-tool-root .rbtg-tool-wrap button:focus-visible, .tc-wp-tool-root .rbtg-output:focus{
  border-color: #6d5dfc;
  box-shadow: 0 0 0 4px rgba(109, 93, 252, .16);
}.tc-wp-tool-root .rbtg-validation, .tc-wp-tool-root .rbtg-status{
  min-height: 24px;
  margin: 8px 0;
  color: #7a2f13;
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rbtg-status{
  color: #256351;
}.tc-wp-tool-root .rbtg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .rbtg-actions span{
  color: #4a5f79;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}.tc-wp-tool-root .rbtg-tool-wrap button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .rbtg-tool-wrap button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .rbtg-generate{
  background: linear-gradient(135deg, #5f63ff, #1fc7b6);
  color: #fff;
  box-shadow: 0 14px 28px rgba(65, 99, 230, .28);
}.tc-wp-tool-root .rbtg-download{
  background: #ffffff;
  color: #263851;
  border: 1px solid rgba(73, 96, 136, .18) !important;
}.tc-wp-tool-root .rbtg-reset{
  background: #eef4fb;
  color: #34465f;
}.tc-wp-tool-root .rbtg-preview{
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 252, 255, .96));
}.tc-wp-tool-root .rbtg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .rbtg-kicker{
  display: inline-flex;
  margin-bottom: 5px;
  color: #5f63ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}.tc-wp-tool-root .rbtg-preview h2{
  margin: 0;
  color: #172033;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .rbtg-count{
  flex: 0 0 auto;
  border-radius: 10px;
  padding: 8px 10px;
  background: #ecfbf8;
  color: #176b60;
  font-size: 12px;
  font-weight: 900;
}.tc-wp-tool-root .rbtg-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(73, 96, 136, .16);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,251,255,.96)),
    radial-gradient(circle at 20% 20%, rgba(31, 199, 182, .08), transparent 34%);
}.tc-wp-tool-root .rbtg-output::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .rbtg-output::-webkit-scrollbar-track{
  background: #edf5fb;
  border-radius: 10px;
}.tc-wp-tool-root .rbtg-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #95d8d2, #9aa2ff);
  border-radius: 10px;
}.tc-wp-tool-root .rbtg-skeleton{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .rbtg-skeleton span{
  height: 74px;
  border-radius: 10px;
  background: linear-gradient(90deg, #edf6fb 0%, #ffffff 45%, #eaf3ff 100%);
  background-size: 220% 100%;
  animation: rbtgShimmer 1.5s linear infinite;
  border: 1px solid rgba(73, 96, 136, .12);
}@keyframes rbtgShimmer {
  0% { background-position: 140% 0; }
  100% { background-position: -140% 0; }
}.tc-wp-tool-root .rbtg-empty{
  margin: 14px 0 0;
  color: #60728c;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .rbtg-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .rbtg-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(73, 96, 136, .15);
  border-radius: 10px;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff, #f7fcff);
  box-shadow: 0 10px 24px rgba(31, 55, 93, .06);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rbtg-card strong{
  display: block;
  margin-bottom: 4px;
  color: #172033;
  font-size: 12px;
}.tc-wp-tool-root .rbtg-card p{
  margin: 0 0 8px;
  color: #40516a;
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root .rbtg-card button{
  padding: 9px 10px;
  background: #eef2ff;
  color: #4851c9;
  font-size: 12px;
}.tc-wp-tool-root .rbtg-pre{
  width: 100%;
  max-width: 100%;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #23344d;
  font-size: 13px;
  line-height: 1.6;
}.tc-wp-tool-root .rbtg-copy-all{
  margin-top: 12px;
  background: linear-gradient(135deg, #1fc7b6, #6d5dfc);
  color: #fff;
  box-shadow: 0 12px 24px rgba(31, 199, 182, .2);
}@media (min-width: 1200px) {.tc-wp-tool-root .rbtg-dashboard{
    grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .rbtg-dashboard{
    grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  }.tc-wp-tool-root .rbtg-settings, .tc-wp-tool-root .rbtg-preview{
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .rbtg-tool-wrap{
    padding: 46px 18px;
  }.tc-wp-tool-root .rbtg-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .rbtg-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(78, 104, 148, .14);
  }.tc-wp-tool-root .rbtg-grid, .tc-wp-tool-root .rbtg-skeleton{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .rbtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .rbtg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .rbtg-hero p{
    font-size: .96rem;
  }.tc-wp-tool-root .rbtg-dashboard, .tc-wp-tool-root .rbtg-grid, .tc-wp-tool-root .rbtg-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .rbtg-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(78, 104, 148, .14);
  }.tc-wp-tool-root .rbtg-settings, .tc-wp-tool-root .rbtg-preview{
    padding: 18px;
  }.tc-wp-tool-root .rbtg-preview-head{
    flex-direction: column;
  }.tc-wp-tool-root .rbtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .rbtg-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .rbtg-hero p{
    font-size: .93rem;
  }.tc-wp-tool-root .rbtg-dashboard, .tc-wp-tool-root .rbtg-grid, .tc-wp-tool-root .rbtg-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .rbtg-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(78, 104, 148, .14);
  }.tc-wp-tool-root .rbtg-settings, .tc-wp-tool-root .rbtg-preview{
    padding: 15px;
  }.tc-wp-tool-root .rbtg-field input, .tc-wp-tool-root .rbtg-field select{
    height: 44px;
    font-size: 13px;
  }.tc-wp-tool-root .rbtg-tool-wrap button{
    padding: 11px 12px;
    font-size: 13px;
  }.tc-wp-tool-root .rbtg-card, .tc-wp-tool-root .rbtg-output{
    padding: 12px;
  }.tc-wp-tool-root .rbtg-pre, .tc-wp-tool-root .rbtg-card p{
    font-size: 12px;
  }.tc-wp-tool-root .rbtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .rbtg-tool-wrap{
    padding: 28px 10px;
  }.tc-wp-tool-root .rbtg-hero{
    margin-bottom: 20px;
  }.tc-wp-tool-root .rbtg-hero p{
    font-size: .9rem;
  }.tc-wp-tool-root .rbtg-dashboard, .tc-wp-tool-root .rbtg-grid, .tc-wp-tool-root .rbtg-skeleton{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .rbtg-settings{
    border-right: 0;
    border-bottom: 1px solid rgba(78, 104, 148, .14);
  }.tc-wp-tool-root .rbtg-settings, .tc-wp-tool-root .rbtg-preview{
    padding: 12px;
  }.tc-wp-tool-root .rbtg-field input, .tc-wp-tool-root .rbtg-field select{
    height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }.tc-wp-tool-root .rbtg-tool-wrap button{
    padding: 10px;
    font-size: 12px;
  }.tc-wp-tool-root .rbtg-output, .tc-wp-tool-root .rbtg-card{
    padding: 10px;
  }.tc-wp-tool-root .rbtg-skeleton span{
    height: 62px;
  }.tc-wp-tool-root .rbtg-pre, .tc-wp-tool-root .rbtg-card p, .tc-wp-tool-root .rbtg-empty{
    font-size: 12px;
  }.tc-wp-tool-root .rbtg-hero h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }}.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;
}