@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=Cinzel:wght@500;600;700;800&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, .tc-wp-tool-root #tlg-wrap#tlg-wrap *{
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  color: #f6ecd9;
  background:
    radial-gradient(circle at 14% 10%, rgba(174, 36, 43, .26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(203, 164, 91, .22), transparent 28%),
    linear-gradient(135deg, #161412 0%, #211a17 45%, #111415 100%);
  padding: 28px 16px;
  overflow-x: hidden;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-shell, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-main, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-hero{
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 22px;
  padding: 10px 0 6px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-kicker{
  margin: 0 0 8px;
  color: #cda35d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap h1, .tc-wp-tool-root #tlg-wrap#tlg-wrap h2, .tc-wp-tool-root #tlg-wrap#tlg-wrap p{
  margin-top: 0;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap h1{
  margin: 0 auto 12px;
  color: #f2ddaa;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-subtitle{
  max-width: 760px;
  margin: 0 auto;
  color: #d8cbb3;
  font-size: 15px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-main{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-card, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-wrap{
  border: 1px solid rgba(207, 165, 87, .28);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(38, 33, 30, .82), rgba(22, 20, 19, .76));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-card{
  padding: 18px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-card-head, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-head{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap h2{
  margin-bottom: 3px;
  color: #f0d99f;
  font-family: Cinzel, Georgia, serif;
  font-size: 19px;
  line-height: 1.2;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-card-head p, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-head p{
  margin-bottom: 0;
  color: #b8a990;
  font-size: 13px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-label{
  display: block;
  margin: 0 0 7px;
  color: #ead9b9;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-input, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select{
  appearance: none;
  width: 100%;
  border: 1px solid rgba(207, 165, 87, .32);
  border-radius: 16px;
  background: rgba(13, 13, 13, .52);
  color: #fff4df;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-input{
  min-height: 128px;
  resize: vertical;
  padding: 15px;
  font-size: 16px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select{
  min-height: 46px;
  padding: 0 42px 0 14px;
  background-image: linear-gradient(45deg, transparent 50%, #d5a857 50%), linear-gradient(135deg, #d5a857 50%, transparent 50%);
  background-position: calc(100% - 20px) 19px, calc(100% - 14px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-input:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-select:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-color:focus, .tc-wp-tool-root #tlg-wrap#tlg-wrap button:focus-visible{
  outline: 3px solid rgba(207, 165, 87, .42);
  outline-offset: 3px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap button{
  appearance: none;
  min-height: 42px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap button:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap button:active{
  transform: scale(.98);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip{
  border: 1px solid rgba(207, 165, 87, .25);
  border-radius: 999px;
  background: rgba(255, 244, 223, .07);
  color: #ead9b9;
  padding: 8px 12px;
  font-size: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-chip.tlg-active{
  background: linear-gradient(135deg, #cda35d, #8f2529);
  color: #1b1411;
  box-shadow: 0 12px 28px rgba(143, 37, 41, .25);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-action-row, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-btn, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more-toggle{
  border-radius: 14px;
  padding: 11px 15px;
  color: #1b1411;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-btn-primary{
  background: linear-gradient(135deg, #d9b264, #982d31);
  box-shadow: 0 14px 30px rgba(142, 39, 42, .3);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-btn-ghost, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-btn-soft, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more-toggle{
  border: 1px solid rgba(207, 165, 87, .34);
  background: rgba(255, 244, 223, .08);
  color: #f4dfad;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-btn.tlg-success, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-copy-btn.tlg-success{
  box-shadow: 0 0 0 4px rgba(207, 165, 87, .18), 0 0 24px rgba(207, 165, 87, .32);
  border-color: rgba(207, 165, 87, .72);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more-toggle{
  width: 100%;
  margin-top: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more{
  margin-top: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range{
  appearance: none;
  width: 100%;
  height: 18px;
  background: transparent;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cda35d, #91292d);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cda35d, #91292d);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #1f1714;
  border-radius: 50%;
  background: #f1d28a;
  box-shadow: 0 4px 14px rgba(0,0,0,.45);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #1f1714;
  border-radius: 50%;
  background: #f1d28a;
  box-shadow: 0 4px 14px rgba(0,0,0,.45);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-color{
  appearance: none;
  width: 100%;
  height: 44px;
  padding: 4px;
  border: 1px solid rgba(207, 165, 87, .32);
  border-radius: 14px;
  background: rgba(13, 13, 13, .52);
  cursor: pointer;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview{
  display: grid;
  place-items: center;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(207, 165, 87, .27);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 36%, rgba(205, 163, 93, .14), transparent 42%),
    linear-gradient(135deg, #17120f, #241816);
  padding: 24px;
  text-align: center;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview-ornament{
  color: #9e3035;
  font-size: 30px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview-text{
  max-width: 100%;
  overflow-x: auto;
  color: #f1d28a;
  font-family: Cinzel, Georgia, serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 2px;
  text-shadow: 0 2px 0 rgba(0,0,0,.55), 0 0 28px rgba(205, 163, 93, .18);
  white-space: nowrap;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-preview-rule{
  width: min(280px, 74%);
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, transparent, #cda35d, #9e3035, transparent);
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-wrap{
  margin-top: 16px;
  padding: 18px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-output{
  display: flex;
  flex-direction: column;
  height: 232px;
  max-height: 232px;
  min-height: 232px;
  border: 1px solid rgba(207, 165, 87, .24);
  border-radius: 18px;
  background: rgba(12, 12, 12, .36);
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-output h3{
  margin: 0 0 3px;
  color: #f0d99f;
  font-family: Cinzel, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-meta{
  margin: 0 0 10px;
  color: #b8a990;
  font-size: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-output-text{
  flex: 1;
  min-height: 92px;
  max-height: 112px;
  overflow: auto;
  border-radius: 13px;
  background: rgba(255, 244, 223, .055);
  color: #fff3dd;
  padding: 12px;
  font-size: 22px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-output .tlg-copy-btn{
  width: 100%;
  margin-top: 12px;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  pointer-events: none;
  min-width: 180px;
  max-width: calc(100vw - 32px);
  border: 1px solid rgba(207, 165, 87, .55);
  border-radius: 18px;
  background: rgba(20, 17, 15, .96);
  color: #f7e7bf;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  padding: 16px 20px;
  text-align: center;
  font-weight: 900;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-toast.tlg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-controls, .tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap h1{
    font-size: clamp(42px, 5vw, 64px);
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more{
    display: block !important;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-more-toggle{
    display: none;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tlg-wrap#tlg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-main{
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  }.tc-wp-tool-root #tlg-wrap#tlg-wrap .tlg-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 .tlg-control {}
.tc-wp-tool-root .tlg-essential {}
.tc-wp-tool-root .tlg-generator {}
.tc-wp-tool-root .tlg-preview-card {}
.tc-wp-tool-root .tlg-tool-wrap {}