@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 #slg-wrap#slg-wrap, .tc-wp-tool-root #slg-wrap#slg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #slg-wrap#slg-wrap{
  --slg-primary: #26347f;
  --slg-secondary: #7c4dff;
  --slg-accent: #23d8cf;
  --slg-bg-a: #f3f7ff;
  --slg-bg-b: #ebe9ff;
  --slg-card: rgba(255, 255, 255, .78);
  --slg-card-solid: #ffffff;
  --slg-heading: #0c173f;
  --slg-body: #334155;
  --slg-muted: #718096;
  --slg-border: rgba(123, 139, 177, .28);
  --slg-shadow: 0 20px 60px rgba(22, 33, 86, .13), 0 6px 18px rgba(30, 41, 92, .08);
  --slg-radius-xl: 24px;
  --slg-radius-lg: 18px;
  --slg-radius-md: 14px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 28px 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--slg-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 216, 207, .20), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(124, 77, 255, .18), transparent 32%),
    linear-gradient(135deg, var(--slg-bg-a), var(--slg-bg-b) 54%, #f7fbff);
}.tc-wp-tool-root #slg-wrap#slg-wrap::before{
  content: "ᵃ ᵇ ᶜ ᴬ ᴮ ᴄ ₁ ₂ ₃";
  position: absolute;
  inset: 14px auto auto 50%;
  transform: translateX(-50%);
  width: min(900px, 92%);
  color: rgba(38, 52, 127, .08);
  font-size: 34px;
  letter-spacing: 20px;
  white-space: nowrap;
  pointer-events: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-shell, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-main, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-shell{
  position: relative;
  z-index: 1;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 0 20px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-title{
  margin: 0 auto 10px;
  max-width: 720px;
  color: var(--slg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-subtitle{
  margin: 0 auto;
  max-width: 650px;
  color: var(--slg-body);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-workspace{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card{
  border: 1px solid var(--slg-border);
  background: var(--slg-card);
  box-shadow: var(--slg-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel{
  border-radius: var(--slg-radius-xl);
  padding: 16px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel-head, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-head, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel-title, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-section-title, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-title{
  margin: 0;
  color: var(--slg-heading);
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 750;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel-title, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-section-title{
  font-size: 18px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-title{
  font-size: 15px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-count, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-meta-pill, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-visible-count, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-meta{
  color: var(--slg-muted);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-meta-pill, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-visible-count{
  border: 1px solid rgba(35, 216, 207, .34);
  background: rgba(35, 216, 207, .10);
  color: #126b76;
  padding: 7px 10px;
  border-radius: 999px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-label{
  display: block;
  margin: 13px 0 7px;
  color: var(--slg-heading);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-source, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-search, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-select, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-color, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-range, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1.3;
  border: 1px solid var(--slg-border);
  border-radius: var(--slg-radius-md);
  color: var(--slg-body);
  box-shadow: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-source, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-search, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-select{
  width: 100%;
  min-height: 46px;
  background: rgba(255, 255, 255, .78);
  padding: 12px 13px;
  font-size: 14px;
  outline: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-source{
  min-height: 132px;
  resize: vertical;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-source:focus, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-search:focus, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-select:focus, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-color:focus, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-range:focus{
  border-color: rgba(38, 52, 127, .58);
  box-shadow: 0 0 0 4px rgba(35, 216, 207, .16);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-action-row, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  min-height: 42px;
  padding: 11px 14px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:hover, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip:hover, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:active{
  transform: scale(.97);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:focus-visible{
  outline: 3px solid rgba(35, 216, 207, .42);
  outline-offset: 2px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn-primary{
  border-color: transparent;
  background: linear-gradient(135deg, var(--slg-primary), var(--slg-secondary) 72%, var(--slg-accent));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(38, 52, 127, .24);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn-soft, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  background: rgba(255, 255, 255, .76);
  color: var(--slg-primary);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn-success{
  box-shadow: 0 0 0 4px rgba(35, 216, 207, .22), 0 10px 22px rgba(35, 216, 207, .16);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip-row{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 3px 0 8px;
  scrollbar-width: thin;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip{
  flex: 0 0 auto;
  min-height: 36px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, .62);
  color: var(--slg-body);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip-active{
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--slg-primary), var(--slg-secondary));
  box-shadow: 0 8px 20px rgba(38, 52, 127, .18);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-live-preview{
  width: 100%;
  min-height: 138px;
  margin-top: 14px;
  border: 1px solid var(--slg-border);
  border-radius: var(--slg-radius-lg);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(238,245,255,.78));
  color: var(--slg-primary);
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.35;
  font-weight: 700;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  width: 100%;
  margin-top: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-settings{
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-settings.slg-settings-open{
  display: grid;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-control{
  min-width: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range{
  width: 100%;
  min-height: 40px;
  padding: 0;
  background: transparent;
  border-color: transparent;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--slg-primary), var(--slg-accent));
  border: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--slg-primary), var(--slg-accent));
  border: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--slg-secondary);
  box-shadow: 0 4px 12px rgba(38, 52, 127, .28);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--slg-secondary);
  box-shadow: 0 4px 12px rgba(38, 52, 127, .28);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-color{
  width: 100%;
  min-height: 46px;
  padding: 6px;
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-section{
  margin-top: 14px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-head{
  margin-bottom: 12px;
  padding: 0 2px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card{
  min-height: 230px;
  height: 230px;
  border-radius: var(--slg-radius-lg);
  padding: 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-output{
  flex: 1;
  width: 100%;
  height: 104px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(123, 139, 177, .22);
  border-radius: var(--slg-radius-md);
  background: rgba(248, 251, 255, .82);
  color: var(--slg-heading);
  font-size: 18px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-output.slg-single-line{
  white-space: nowrap;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-actions{
  display: flex;
  gap: 8px;
  margin-top: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-card-actions .slg-btn{
  width: 100%;
  min-height: 40px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-hidden{
  display: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 160px;
  max-width: min(88vw, 360px);
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(8, 17, 48, .94);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .30);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-toast.slg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #slg-wrap#slg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-settings{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #slg-wrap#slg-wrap .slg-hero{
    padding: 12px 0 24px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-title{
    font-size: 46px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel{
    padding: 20px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-settings{
    display: grid;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
    display: none;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #slg-wrap#slg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-workspace{
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: stretch;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-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 .slg-clear-btn {}
.tc-wp-tool-root .slg-copy-all-btn {}
.tc-wp-tool-root .slg-count-value {}
.tc-wp-tool-root .slg-filter-block {}
.tc-wp-tool-root .slg-input-panel {}
.tc-wp-tool-root .slg-png-btn {}
.tc-wp-tool-root .slg-preview-copy-btn {}
.tc-wp-tool-root .slg-preview-panel {}
.tc-wp-tool-root .slg-svg-btn {}
.tc-wp-tool-root .slg-tool-wrap {}