@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=Great+Vibes&family=Playfair+Display:wght@600;700&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 #clg-wrap#clg-wrap{
  --clg-primary: #4a1838;
  --clg-secondary: #8f4f62;
  --clg-accent: #d6a95d;
  --clg-soft-bg: #fff4eb;
  --clg-card-bg: rgba(255, 252, 246, .92);
  --clg-heading: #2f1329;
  --clg-body: #4f3d49;
  --clg-muted: #7b6873;
  --clg-border: rgba(74, 24, 56, .16);
  --clg-button-gradient: linear-gradient(135deg, #4a1838 0%, #8f4f62 55%, #d6a95d 120%);
  --clg-shadow: 0 24px 70px rgba(74, 24, 56, .16);
  --clg-radius: 22px;
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 169, 93, .26), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(221, 154, 174, .25), transparent 32%),
    linear-gradient(135deg, #fff9f1 0%, #fff0f2 45%, #f7ecff 100%);
  color: var(--clg-body);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  padding: 34px 16px;
  box-sizing: border-box;
  overflow: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap *, .tc-wp-tool-root #clg-wrap#clg-wrap *::before, .tc-wp-tool-root #clg-wrap#clg-wrap *::after{
  box-sizing: border-box;
}.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-tool, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  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: 8px 0 24px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  color: var(--clg-heading);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  max-width: 720px;
  margin: 0 auto;
  letter-spacing: 0;
  font-weight: 700;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--clg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
  width: 100%;
  background: var(--clg-card-bg);
  border: 1px solid var(--clg-border);
  border-radius: var(--clg-radius);
  box-shadow: var(--clg-shadow);
  padding: 18px;
  backdrop-filter: blur(14px);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: block;
  margin: 0 0 8px;
  color: var(--clg-heading);
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-color, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-range{
  width: 100%;
  border: 1px solid var(--clg-border);
  background: rgba(255, 255, 255, .86);
  color: var(--clg-body);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.4;
  outline: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input{
  min-height: 118px;
  resize: vertical;
  padding: 14px 15px;
  font-size: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  min-height: 46px;
  padding: 10px 38px 10px 13px;
  font-size: 14px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--clg-primary) 50%), linear-gradient(135deg, var(--clg-primary) 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-color{
  min-height: 46px;
  padding: 6px;
  appearance: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-color::-webkit-color-swatch{
  border: 0;
  border-radius: 12px;
}.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-color:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-range:focus{
  border-color: rgba(214, 169, 93, .88);
  box-shadow: 0 0 0 4px rgba(214, 169, 93, .18);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-control-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-field{
  min-width: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range{
  -webkit-appearance: none;
  appearance: none;
  height: 46px;
  padding: 0 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-runnable-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74,24,56,.24), rgba(214,169,93,.72));
  border: 1px solid rgba(74,24,56,.10);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74,24,56,.24), rgba(214,169,93,.72));
  border: 1px solid rgba(74,24,56,.10);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  border: 3px solid #fffaf4;
  background: var(--clg-primary);
  box-shadow: 0 8px 18px rgba(74,24,56,.28);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fffaf4;
  background: var(--clg-primary);
  box-shadow: 0 8px 18px rgba(74,24,56,.28);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  min-height: 44px;
  padding: 11px 16px;
  width: auto;
  background: #fffaf5;
  color: var(--clg-primary);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(74,24,56,.10);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-primary{
  background: var(--clg-button-gradient);
  color: #fffaf4;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-secondary, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  border-color: var(--clg-border);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(74,24,56,.16);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:active{
  transform: scale(.97);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:focus-visible{
  outline: 3px solid rgba(214,169,93,.48);
  outline-offset: 3px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn.clg-success, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn.clg-success, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip-active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip.clg-success{
  background: var(--clg-button-gradient);
  color: #fffaf4;
  border-color: rgba(214,169,93,.48);
  box-shadow: 0 16px 34px rgba(74,24,56,.22), 0 0 0 4px rgba(214,169,93,.16);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  min-height: 38px;
  padding: 9px 13px;
  font-size: 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-panel{
  display: flex;
  flex-direction: column;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview{
  min-height: 300px;
  border-radius: 20px;
  border: 1px solid rgba(214,169,93,.38);
  background:
    linear-gradient(120deg, rgba(255,255,255,.40), transparent 40%),
    radial-gradient(circle at 15% 18%, rgba(214,169,93,.18), transparent 30%),
    radial-gradient(circle at 82% 74%, rgba(143,79,98,.12), transparent 34%),
    var(--clg-soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: auto;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 18px 40px rgba(74,24,56,.10);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-text{
  margin: 0;
  color: var(--clg-primary);
  font-family: "Great Vibes", cursive;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  white-space: pre-wrap;
  max-width: 100%;
  text-shadow: 0 2px 0 rgba(255,255,255,.82), 0 12px 28px rgba(74,24,56,.12);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  min-height: 214px;
  display: flex;
  flex-direction: column;
  background: rgba(255,252,246,.94);
  border: 1px solid var(--clg-border);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(74,24,56,.10);
  padding: 15px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-title{
  margin: 0;
  color: var(--clg-heading);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-cat{
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(214,169,93,.16);
  color: var(--clg-primary);
  border: 1px solid rgba(214,169,93,.30);
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-output{
  height: 88px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  border: 1px solid rgba(74,24,56,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,246,238,.76));
  color: var(--clg-primary);
  border-radius: 14px;
  padding: 13px;
  font-size: 19px;
  line-height: 1.45;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card .clg-copy-btn{
  width: 100%;
  margin-top: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 150px;
  max-width: calc(100vw - 32px);
  padding: 15px 22px;
  border-radius: 999px;
  background: rgba(47, 19, 41, .96);
  color: #fffaf4;
  border: 1px solid rgba(214,169,93,.55);
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast.clg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 46px 22px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
    font-size: clamp(44px, 4.4vw, 68px);
    max-width: 980px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool{
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
    padding: 22px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview{
    min-height: 468px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1180px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-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 .clg-editor {}
.tc-wp-tool-root .clg-wrap {}