@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 #tlg-wrap#tlg-wrap{
  --tlg-primary: #102a56;
  --tlg-secondary: #8b6ee8;
  --tlg-accent: #55d7c2;
  --tlg-bg: #f5fbff;
  --tlg-card: rgba(255, 252, 246, 0.84);
  --tlg-heading: #071b38;
  --tlg-body: #42536b;
  --tlg-muted: #738198;
  --tlg-border: #d9e4ef;
  --tlg-shadow: 0 22px 60px rgba(31, 55, 90, 0.14);
  --tlg-radius-card: 18px;
  --tlg-radius-control: 14px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 215, 194, 0.22), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(139, 110, 232, 0.18), transparent 28%),
    linear-gradient(135deg, #f7fdff 0%, #f8f6ff 48%, #fffaf1 100%);
  color: var(--tlg-body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap *, .tc-wp-tool-root #tlg-wrap#tlg-wrap *::before, .tc-wp-tool-root #tlg-wrap#tlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 14px 42px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 4px 0 18px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-kicker{
  margin: 0 0 9px;
  color: var(--tlg-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-title{
  max-width: 720px;
  margin: 0 auto;
  color: var(--tlg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--tlg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-panel, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-result-card{
  background: var(--tlg-card);
  border: 1px solid rgba(217, 228, 239, 0.92);
  border-radius: var(--tlg-radius-card);
  box-shadow: var(--tlg-shadow);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-panel{
  padding: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-label, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select-label, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range-label, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-text{
  color: var(--tlg-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-textarea{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 118px;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid var(--tlg-border);
  border-radius: var(--tlg-radius-control);
  background: rgba(255, 255, 255, 0.86);
  color: var(--tlg-heading);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font: 500 15px/1.55 Inter, sans-serif;
  resize: vertical;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-textarea:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range:focus-visible, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip:focus-visible, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action:focus-visible, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn:focus-visible{
  border-color: var(--tlg-secondary);
  box-shadow: 0 0 0 4px rgba(139, 110, 232, 0.18);
  outline: none;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-filter-row{
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn{
  appearance: none;
  -webkit-appearance: none;
  min-height: 42px;
  border: 1px solid var(--tlg-border);
  border-radius: var(--tlg-radius-control);
  background: rgba(255, 255, 255, 0.78);
  color: var(--tlg-primary);
  cursor: pointer;
  font: 800 13px/1.1 Inter, sans-serif;
  padding: 11px 14px;
  box-shadow: 0 8px 22px rgba(31, 55, 90, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease, background .18s ease;
  white-space: nowrap;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip:hover, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action:hover, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(31, 55, 90, 0.13);
  filter: brightness(1.02);
  border-color: rgba(139, 110, 232, 0.45);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip:active, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action:active, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip-active, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action-primary{
  color: #ffffff;
  border-color: transparent;
  background:
    linear-gradient(120deg, rgba(85, 215, 194, 0.95), rgba(85, 215, 194, 0) 32%),
    linear-gradient(135deg, var(--tlg-primary), var(--tlg-secondary));
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-options{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select-label, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range-label{
  display: grid;
  gap: 6px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 42px;
  padding: 10px 38px 10px 12px;
  border: 1px solid var(--tlg-border);
  border-radius: var(--tlg-radius-control);
  background:
    linear-gradient(45deg, transparent 50%, var(--tlg-primary) 50%) right 17px center / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,251,255,.92));
  color: var(--tlg-heading);
  font: 700 13px/1.25 Inter, sans-serif;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle{
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--tlg-border);
  border-radius: var(--tlg-radius-control);
  background: rgba(255, 255, 255, 0.66);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-ui{
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d7e2ee;
  border: 1px solid var(--tlg-border);
  position: relative;
  flex: 0 0 auto;
  transition: background .2s ease, border-color .2s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-ui::after{
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 10px rgba(31, 55, 90, .18);
  transition: transform .2s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-input:checked + .tlg-toggle-ui{
  background: var(--tlg-accent);
  border-color: var(--tlg-accent);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toggle-input:checked + .tlg-toggle-ui::after{
  transform: translateX(18px);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tlg-primary), var(--tlg-secondary), var(--tlg-accent));
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tlg-primary), var(--tlg-secondary), var(--tlg-accent));
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--tlg-primary);
  box-shadow: 0 8px 18px rgba(31, 55, 90, .25);
  cursor: pointer;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--tlg-primary);
  box-shadow: 0 8px 18px rgba(31, 55, 90, .25);
  cursor: pointer;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 13px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action-ghost{
  background: rgba(255, 255, 255, 0.56);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results{
  width: 100%;
  max-width: 1200px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-result-card{
  min-height: 232px;
  max-height: 232px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-card-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-style-name{
  margin: 0;
  color: var(--tlg-heading);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-meta{
  flex: 0 0 auto;
  color: var(--tlg-primary);
  background: rgba(85, 215, 194, .16);
  border: 1px solid rgba(85, 215, 194, .28);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview{
  min-height: 116px;
  max-height: 116px;
  overflow: auto;
  overflow-wrap: normal;
  word-break: normal;
  white-space: pre-wrap;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(217, 228, 239, .9);
  background: rgba(255, 255, 255, .72);
  color: var(--tlg-heading);
  font-size: var(--tlg-preview-size, 17px);
  line-height: 1.55;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn{
  width: 100%;
  margin-top: auto;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-success{
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #14846f, #55d7c2);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-hidden{
  display: none;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  max-width: min(88vw, 360px);
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(7, 27, 56, .96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 27, 56, .35);
  font: 800 14px/1.35 Inter, sans-serif;
  text-align: center;
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-shell{
    padding: 40px 18px 48px;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-options{
    grid-template-columns: 1fr 1fr;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range-label{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-actions{
    grid-template-columns: 1fr 1fr 1fr;
  }}@media (min-width: 768px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-title{
    font-size: clamp(36px, 5vw, 56px);
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-panel{
    padding: 18px;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-options{
    grid-template-columns: 1fr auto 1.2fr;
    align-items: end;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range-label{
    grid-column: auto;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-panel{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }}.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 .tlg-tool-wrap {}