@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&family=Fraunces:opsz,wght@9..144,700;9..144,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: #9b2f55;
  --slg-secondary: #4f9b8f;
  --slg-accent: #e6b84d;
  --slg-bg: linear-gradient(135deg, #fffaf0 0%, #f8ecd9 46%, #f7f4ec 100%);
  --slg-card: rgba(255, 252, 244, .82);
  --slg-heading: #2d202a;
  --slg-body: #504851;
  --slg-muted: #81766f;
  --slg-border: rgba(96, 72, 58, .16);
  --slg-button: linear-gradient(135deg, #9b2f55 0%, #d05f62 58%, #e6b84d 100%);
  --slg-shadow: 0 18px 50px rgba(76, 48, 39, .16), 0 3px 0 rgba(255,255,255,.62) inset;
  --slg-radius: 22px;
  --slg-control-radius: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: var(--slg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(230,184,77,.22), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(79,155,143,.18), transparent 28%),
    var(--slg-bg);
  padding: 24px 14px;
  overflow: 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 button, .tc-wp-tool-root #slg-wrap#slg-wrap button[type="button"], .tc-wp-tool-root #slg-wrap#slg-wrap textarea, .tc-wp-tool-root #slg-wrap#slg-wrap input, .tc-wp-tool-root #slg-wrap#slg-wrap input[type="text"], .tc-wp-tool-root #slg-wrap#slg-wrap input[type="range"], .tc-wp-tool-root #slg-wrap#slg-wrap input[type="color"], .tc-wp-tool-root #slg-wrap#slg-wrap select, .tc-wp-tool-root #slg-wrap#slg-wrap canvas, .tc-wp-tool-root #slg-wrap#slg-wrap svg{
  font: inherit;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap button, .tc-wp-tool-root #slg-wrap#slg-wrap button[type="button"], .tc-wp-tool-root #slg-wrap#slg-wrap textarea, .tc-wp-tool-root #slg-wrap#slg-wrap input, .tc-wp-tool-root #slg-wrap#slg-wrap select{
  appearance: none;
}.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: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 0 18px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-hero h1{
  color: var(--slg-heading);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 720px;
  margin: 0 auto 10px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-subtitle{
  color: var(--slg-muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 680px;
  margin: 0 auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-card, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card{
  background: var(--slg-card);
  border: 1px solid var(--slg-border);
  border-radius: var(--slg-radius);
  box-shadow: var(--slg-shadow);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-card{
  padding: 16px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-label{
  display: block;
  color: var(--slg-heading);
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 8px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input{
  display: block;
  width: 100%;
  min-height: 142px;
  resize: vertical;
  border: 1px solid rgba(96,72,58,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  color: var(--slg-heading);
  padding: 15px;
  line-height: 1.55;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-input: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-btn:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab:focus-visible, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:focus-visible{
  outline: 3px solid rgba(230,184,77,.48);
  outline-offset: 3px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-actions, .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-copy-btn, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  border: 0;
  cursor: pointer;
  min-height: 44px;
  border-radius: var(--slg-control-radius);
  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-copy-btn:hover, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab:hover, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 12px 26px rgba(76,48,39,.16);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab:active, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle:active{
  transform: scale(.96);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-btn{
  padding: 12px 15px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-primary-btn{
  background: var(--slg-button);
  color: #fffdf7;
  box-shadow: 0 12px 28px rgba(155,47,85,.24);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-secondary-btn, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-more-toggle{
  background: rgba(255,255,255,.72);
  color: var(--slg-primary);
  border: 1px solid rgba(155,47,85,.18);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-controls{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab{
  padding: 10px 12px;
  background: rgba(255,255,255,.58);
  color: var(--slg-body);
  border: 1px solid rgba(96,72,58,.16);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-tab.is-active{
  background: rgba(155,47,85,.12);
  color: var(--slg-primary);
  border-color: rgba(155,47,85,.34);
}.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-options{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-options.is-collapsed{
  display: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-field{
  min-width: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-select{
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(96,72,58,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  color: var(--slg-heading);
  padding: 0 38px 0 12px;
  outline: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-color{
  width: 100%;
  height: 46px;
  padding: 4px;
  border: 1px solid rgba(96,72,58,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  cursor: pointer;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(155,47,85,.85), rgba(230,184,77,.82));
  border: 1px solid rgba(96,72,58,.12);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(155,47,85,.85), rgba(230,184,77,.82));
  border: 1px solid rgba(96,72,58,.12);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  background: #fffdf7;
  border: 4px solid var(--slg-primary);
  box-shadow: 0 6px 14px rgba(76,48,39,.22);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdf7;
  border: 4px solid var(--slg-primary);
  box-shadow: 0 6px 14px rgba(76,48,39,.22);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-head h2{
  color: var(--slg-heading);
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 4px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-head p{
  color: var(--slg-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-chip{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(230,184,77,.25);
  color: #6d5020;
  font-size: 12px;
  font-weight: 900;
  border: 1px dashed rgba(109,80,32,.28);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-stage{
  min-height: 245px;
  width: 100%;
  border-radius: 20px;
  border: 1px dashed rgba(96,72,58,.24);
  background:
    linear-gradient(rgba(80,72,81,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80,72,81,.035) 1px, transparent 1px),
    rgba(255,255,255,.54);
  background-size: 28px 28px;
  padding: 24px 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 8px;
  overflow: auto;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-empty{
  color: var(--slg-muted);
  font-weight: 800;
  text-align: center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(96,72,58,.12);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-letter{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: .9em;
  min-height: 1.05em;
  padding: .07em .13em;
  color: var(--slg-primary);
  background: var(--slg-paper, #fff3d7);
  border: 2px solid rgba(45,32,42,.16);
  border-radius: .16em;
  box-shadow: 0 .12em .28em rgba(76,48,39,.18);
  font-family: Fraunces, Georgia, serif;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px rgba(255,255,255,.7);
  position: relative;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-letter::before{
  content: "";
  position: absolute;
  top: -.18em;
  left: 50%;
  width: .55em;
  height: .2em;
  transform: translateX(-50%) rotate(-7deg);
  background: rgba(230,184,77,.58);
  border: 1px solid rgba(142,106,31,.14);
  border-radius: .04em;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-letter:nth-child(3n){
  border-radius: .28em;
  font-family: Inter, system-ui, sans-serif;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-letter:nth-child(4n){
  border-style: dashed;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-letter-space{
  width: .5em;
  min-height: 1em;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-grid{
  width: 100%;
  max-width: 1200px;
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card{
  min-height: 238px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 54px rgba(76,48,39,.18);
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card.is-hidden{
  display: none;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card h3{
  color: var(--slg-heading);
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 4px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-card p{
  color: var(--slg-muted);
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 10px;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-result-preview{
  flex: 1 1 auto;
  min-height: 96px;
  max-height: 118px;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  white-space: pre-wrap;
  border-radius: 16px;
  border: 1px solid rgba(96,72,58,.14);
  background: rgba(255,255,255,.62);
  color: var(--slg-heading);
  padding: 12px;
  line-height: 1.5;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-copy-btn{
  margin-top: 12px;
  width: 100%;
  padding: 11px 12px;
  color: var(--slg-primary);
  background: rgba(155,47,85,.1);
  border: 1px solid rgba(155,47,85,.18);
}.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;
  background: #2d202a;
  color: #fffdf7;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 900;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #slg-wrap#slg-wrap .slg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #slg-wrap#slg-wrap{
    padding: 30px 18px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-options{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-results-grid{
    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 22px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-panel, .tc-wp-tool-root #slg-wrap#slg-wrap .slg-preview-card{
    padding: 20px;
  }.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: 38px 22px;
  }.tc-wp-tool-root #slg-wrap#slg-wrap .slg-generator{
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 18px;
  }.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-input-panel {}
.tc-wp-tool-root .slg-tool-wrap {}