@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* 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 #rlg-wrap#rlg-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #263548;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 184, 166, .07) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(245, 158, 11, .20), transparent 28%),
    radial-gradient(circle at 82% 4%, rgba(14, 165, 233, .20), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 46%, #f7fffd 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  padding: 28px 16px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap *, .tc-wp-tool-root #rlg-wrap#rlg-wrap *::before, .tc-wp-tool-root #rlg-wrap#rlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-shell, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tool, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results-panel{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-hero{
  width: 100%;
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(37, 99, 235, .08);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-hero h1{
  max-width: 760px;
  margin: 0 auto;
  color: #0b1b33;
  font-size: clamp(31px, 8.2vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-hero p{
  max-width: 620px;
  margin: 12px auto 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-card{
  border: 1px solid rgba(148, 163, 184, .28);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 55px rgba(15, 23, 42, .10), 0 4px 14px rgba(37, 99, 235, .07);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-card{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 16px;
  padding: 16px;
  border-radius: 24px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-head{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-head h2{
  margin: 0;
  color: #0b1b33;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-head p{
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-live-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-pulse{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 0 0 5px rgba(20, 184, 166, .15);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-field{
  min-width: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-field label{
  display: block;
  margin: 0 0 7px;
  color: #1e2b3d;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-input, .tc-wp-tool-root #rlg-wrap#rlg-wrap textarea.rlg-input, .tc-wp-tool-root #rlg-wrap#rlg-wrap select.rlg-input, .tc-wp-tool-root #rlg-wrap#rlg-wrap input.rlg-input{
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(148, 163, 184, .46);
  border-radius: 15px;
  outline: none;
  background: rgba(255, 255, 255, .92);
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap textarea.rlg-input{
  min-height: 74px;
  resize: vertical;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-input:focus{
  border-color: rgba(37, 99, 235, .72);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-help{
  display: block;
  margin-top: 6px;
  color: #718096;
  font-size: 12px;
  line-height: 1.35;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle{
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 11px;
  border: 1px solid rgba(148, 163, 184, .30);
  border-radius: 17px;
  background: rgba(248, 250, 252, .82);
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle:hover{
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, .35);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .10);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle:active{
  transform: scale(.985);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-switch{
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-switch::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .20);
  transition: transform .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle input:checked + .rlg-switch{
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, .13);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle input:checked + .rlg-switch::after{
  transform: translateX(18px);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle input:focus-visible + .rlg-switch{
  outline: 3px solid rgba(37, 99, 235, .28);
  outline-offset: 3px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle strong, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle small{
  display: block;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle strong{
  color: #162033;
  font-size: 13px;
  line-height: 1.25;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toggle small{
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab{
  min-height: 44px;
  border: 0;
  border-radius: 15px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:hover, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy:hover, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:active, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy:active, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:active{
  transform: scale(.975);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:focus-visible, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy:focus-visible, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:focus-visible{
  outline: 3px solid rgba(37, 99, 235, .28);
  outline-offset: 3px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 16px 30px rgba(37, 99, 235, .25);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-primary:hover{
  box-shadow: 0 20px 38px rgba(37, 99, 235, .32);
  filter: brightness(1.04);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-soft{
  color: #0f4f61;
  background: #e6fffb;
  box-shadow: 0 10px 22px rgba(20, 184, 166, .13);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-ghost{
  color: #334155;
  background: #f1f5f9;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .07);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn.is-success, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy.is-success, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab.is-success{
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a, #14b8a6);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .15), 0 16px 32px rgba(22, 163, 74, .22);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tabs{
  display: flex;
  gap: 8px;
  margin: 0 auto 14px;
  padding: 6px;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  overflow-x: auto;
  scrollbar-width: thin;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab{
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
  white-space: nowrap;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab.is-active{
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8, #0891b2);
  box-shadow: 0 12px 22px rgba(37, 99, 235, .20);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 280px;
  max-height: 280px;
  padding: 14px;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-card.is-hidden{
  display: none;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-card.is-emphasized{
  border-color: rgba(245, 158, 11, .52);
  box-shadow: 0 20px 52px rgba(245, 158, 11, .14), 0 8px 24px rgba(37, 99, 235, .09);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-height: 54px;
  margin-bottom: 10px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-head h3{
  margin: 0;
  color: #0b1b33;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-head p{
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-result-head span{
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(245, 158, 11, .15);
  color: #92400e;
  font-size: 11px;
  font-weight: 800;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output{
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 126px;
  max-height: 126px;
  margin: 0 0 12px;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(245, 158, 11, .08), transparent 45%),
    #f8fafc;
  color: #132238;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .06em;
  white-space: pre-wrap;
  overflow: auto;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output-lines{
  font-size: 16px;
  line-height: 1.45;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy{
  flex: 0 0 auto;
  width: 100%;
  color: #17324f;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, .18);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-copy:hover{
  border-color: rgba(37, 99, 235, .42);
  box-shadow: 0 14px 26px rgba(37, 99, 235, .12);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: calc(100vw - 32px);
  padding: 15px 20px;
  border-radius: 18px;
  background: rgba(11, 27, 51, .96);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .36);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap input[type="checkbox"], .tc-wp-tool-root #rlg-wrap#rlg-wrap input[type="range"]{
  accent-color: #2563eb;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap input[type="range"]{
  width: 100%;
}@media (min-width: 640px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap{
    padding: 34px 20px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-head{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-field-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-actions{
    grid-template-columns: 1.2fr 1fr 1fr;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap{
    padding: 42px 24px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-hero h1{
    font-size: clamp(42px, 5.2vw, 60px);
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-card{
    padding: 20px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-field-wide{
    grid-column: span 3;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap{
    padding: 48px 28px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-controls-card{
    padding: 22px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-grid{
    grid-template-columns: repeat(4, 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;
}

.tc-wp-tool-root .rlg-wrap {}