@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 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 #clg-wrap#clg-wrap, .tc-wp-tool-root #clg-wrap#clg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #clg-wrap#clg-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 24px 14px;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #3d2942;
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 196, 218, .72), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(246, 217, 156, .62), transparent 30%),
    linear-gradient(135deg, #f4edff 0%, #fff1f7 48%, #fff8e9 100%);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-shell, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-hero, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-hero{
  text-align: center;
  padding: 10px 0 18px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  margin: 0;
  color: #35123d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  max-width: 760px;
  margin: 12px auto 0;
  color: #6d5d73;
  font-size: 15px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator{
  display: block;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  border: 1px solid rgba(116, 57, 130, .18);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(61, 18, 72, .13);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card{
  border-radius: 22px;
  padding: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(116, 57, 130, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: #321d38;
  font: inherit;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap textarea.clg-input{
  resize: vertical;
  min-height: 138px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:focus-visible{
  border-color: rgba(185, 71, 136, .72);
  box-shadow: 0 0 0 4px rgba(185, 71, 136, .16), 0 10px 24px rgba(74, 23, 79, .08);
  outline: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: block;
  margin: 0 0 8px;
  color: #65566c;
  font-size: 13px;
  font-weight: 750;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toolbar{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-control{
  flex: 1 1 150px;
  min-width: 0;
  margin-top: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  min-height: 44px;
  border: 1px solid rgba(116, 57, 130, .2);
  border-radius: 16px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, border-color .16s ease;
  user-select: none;
  text-align: center;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-primary-btn{
  color: #fff;
  background: linear-gradient(135deg, #4a174f 0%, #b94788 72%, #d7ad57 130%);
  box-shadow: 0 12px 26px rgba(97, 29, 98, .22);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-secondary-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  color: #4a174f;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 8px 20px rgba(74, 23, 79, .08);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  border-color: rgba(185, 71, 136, .48);
  box-shadow: 0 14px 30px rgba(74, 23, 79, .16);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:active{
  transform: scale(.97);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip-row{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 8px;
  margin-top: 12px;
  scrollbar-width: thin;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  white-space: nowrap;
  flex: 0 0 auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip[aria-pressed="true"]{
  color: #fff;
  background: linear-gradient(135deg, #4a174f, #b94788);
  border-color: transparent;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-stage{
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(215, 173, 87, .35);
  background:
    linear-gradient(rgba(74, 23, 79, .055) 1px, transparent 1px),
    linear-gradient(135deg, #fff7ee, #fffafd);
  background-size: 100% 34px, auto;
  color: #4a174f;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  white-space: pre-wrap;
  overflow: auto;
  overflow-wrap: normal;
  word-break: normal;
  box-shadow: inset 0 0 32px rgba(215, 173, 87, .12);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  min-height: 246px;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  flex-direction: column;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-output{
  height: 112px;
  margin: 10px 0 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(116, 57, 130, .15);
  background: rgba(255, 250, 253, .8);
  color: #35123d;
  font-size: 21px;
  line-height: 1.45;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  width: 100%;
  margin-top: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range{
  width: 100%;
  height: 44px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4a174f, #b94788, #d7ad57);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-track{
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4a174f, #b94788, #d7ad57);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #4a174f;
  box-shadow: 0 8px 18px rgba(74, 23, 79, .3);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #4a174f;
  box-shadow: 0 8px 18px rgba(74, 23, 79, .3);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-color{
  width: 100%;
  min-height: 46px;
  padding: 6px;
  border: 1px solid rgba(116, 57, 130, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: calc(100vw - 32px);
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(42, 16, 48, .96);
  color: #fff;
  font: 800 15px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast[data-clg-visible="true"]{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #clg-wrap#clg-wrap [data-clg-options]{
  display: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap [data-clg-options][data-clg-open="true"]{
  display: flex;
}.tc-wp-tool-root #clg-wrap#clg-wrap [data-clg-hidden="true"]{
  display: none;
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 30px 18px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
    font-size: clamp(40px, 5vw, 60px);
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card{
    padding: 22px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap [data-clg-options]{
    display: flex;
  }.tc-wp-tool-root #clg-wrap#clg-wrap [data-clg-more]{
    display: none;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 42px 24px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    align-items: stretch;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(3, 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;
}