@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{
  --slg-primary: #5b3df5;
  --slg-secondary: #00a7ff;
  --slg-accent: #ff4fa3;
  --slg-gold: #f3b83f;
  --slg-bg-a: #f3efff;
  --slg-bg-b: #eaf8ff;
  --slg-bg-c: #fff0f8;
  --slg-card: rgba(255, 255, 255, .74);
  --slg-heading: #111a3f;
  --slg-body: #46516d;
  --slg-muted: #707991;
  --slg-border: rgba(113, 92, 245, .22);
  --slg-shadow: 0 22px 70px rgba(41, 37, 116, .14), 0 8px 24px rgba(0, 167, 255, .08);
  --slg-radius-panel: 24px;
  --slg-radius-control: 16px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--slg-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 79, 163, .18), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(0, 167, 255, .18), transparent 32%),
    linear-gradient(135deg, var(--slg-bg-a), var(--slg-bg-b) 48%, var(--slg-bg-c));
  padding: 36px 16px 44px;
  overflow-x: hidden;
}.tc-wp-tool-root #slg-wrap#slg-wrap *, .tc-wp-tool-root #slg-wrap#slg-wrap *::before, .tc-wp-tool-root #slg-wrap#slg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-hero{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-title{
  color: var(--slg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  max-width: 720px;
  margin: 0 auto 12px;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-subtitle{
  color: var(--slg-body);
  margin: 0 auto;
  max-width: 680px;
  font-size: 16px;
  font-weight: 500;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tool{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel{
  width: 100%;
  margin: 0 auto 18px;
  padding: 16px;
  border: 1px solid var(--slg-border);
  border-radius: var(--slg-radius-panel);
  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-input-label{
  display: block;
  margin: 0 0 8px;
  color: var(--slg-heading);
  font-size: 14px;
  font-weight: 800;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input, .tc-wp-tool-root #slg-wrap#slg-wrap textarea.slg-input{
  display: block;
  width: 100%;
  min-height: 118px;
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(91, 61, 245, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  color: var(--slg-heading);
  padding: 15px 16px;
  font: 500 16px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input:focus{
  border-color: var(--slg-primary);
  box-shadow: 0 0 0 4px rgba(91, 61, 245, .16);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input::placeholder{
  color: #8b93a8;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-control-row{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tabs{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn, .tc-wp-tool-root #slg-wrap#slg-wrap button[type="button"].slg-btn, .tc-wp-tool-root #slg-wrap#slg-wrap button[type="button"].slg-tab-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  min-height: 44px;
  border-radius: var(--slg-radius-control);
  cursor: pointer;
  font: 800 14px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn{
  color: #ffffff;
  background: linear-gradient(135deg, var(--slg-primary), var(--slg-accent));
  box-shadow: 0 12px 26px rgba(91, 61, 245, .24);
  padding: 0 18px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-clear-btn{
  color: var(--slg-heading);
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(234,248,255,.88));
  border: 1px solid var(--slg-border);
  box-shadow: 0 10px 22px rgba(41, 37, 116, .08);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn{
  color: var(--slg-body);
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(113, 92, 245, .18);
  padding: 0 13px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn[aria-selected="true"]{
  color: #ffffff;
  background: linear-gradient(135deg, var(--slg-primary), var(--slg-secondary));
  box-shadow: 0 10px 24px rgba(0, 167, 255, .2);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:hover, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 34px rgba(91, 61, 245, .22);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab-btn:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 79, 163, .42);
  outline-offset: 3px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card{
  min-height: 238px;
  padding: 15px;
  border: 1px solid var(--slg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 14px 34px rgba(41, 37, 116, .1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-head{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-label{
  margin: 0;
  color: var(--slg-heading);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-meta{
  flex: 0 0 auto;
  color: #6d56d9;
  background: rgba(91, 61, 245, .1);
  border: 1px solid rgba(91, 61, 245, .14);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-preview{
  height: 106px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 16px;
  border: 1px solid rgba(0, 167, 255, .14);
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(243,239,255,.74));
  color: var(--slg-heading);
  padding: 14px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-preview.slg-empty{
  color: var(--slg-muted);
  font-size: 15px;
  font-weight: 600;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  border: 0;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--slg-primary), var(--slg-secondary));
  box-shadow: 0 10px 22px rgba(0, 167, 255, .18);
  cursor: pointer;
  font: 800 13px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 30px rgba(91, 61, 245, .2);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn.slg-success, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn.slg-success{
  background: linear-gradient(135deg, #17b978, var(--slg-gold));
}.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: 170px;
  max-width: min(90vw, 360px);
  padding: 16px 22px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #111a3f, #342081);
  box-shadow: 0 22px 70px rgba(17, 26, 63, .38);
  text-align: center;
  font: 800 15px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-toast.slg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"]{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 28px;
  background: transparent;
}.tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--slg-primary), var(--slg-secondary));
}.tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"]::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--slg-primary), var(--slg-secondary));
}.tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--slg-accent);
  box-shadow: 0 8px 18px rgba(91, 61, 245, .28);
}.tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"]::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--slg-accent);
  box-shadow: 0 8px 18px rgba(91, 61, 245, .28);
}@media (min-width: 640px) {.tc-wp-tool-root #slg-wrap#slg-wrap{
    padding: 42px 20px 52px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-control-row{
    flex-direction: row;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn{
    width: auto;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel{
    padding: 20px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input, .tc-wp-tool-root #slg-wrap#slg-wrap textarea.slg-input{
    min-height: 132px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #slg-wrap#slg-wrap{
    padding: 50px 24px 62px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results{
    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-copy-all-btn {}
.tc-wp-tool-root .slg-wrap-root {}