@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@500;600;700;800;900&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: #7c3cff;
  --clg-secondary: #00c2ff;
  --clg-accent: #ff4fd8;
  --clg-soft-bg: #f6f1ff;
  --clg-card-bg: rgba(255, 255, 255, .86);
  --clg-heading: #17112b;
  --clg-body: #2b2440;
  --clg-muted: #746b8d;
  --clg-border: rgba(79, 56, 132, .16);
  --clg-button-gradient: linear-gradient(135deg, #7c3cff 0%, #ff4fd8 52%, #00c2ff 100%);
  --clg-shadow: 0 22px 70px rgba(55, 36, 103, .18);
  --clg-radius: 24px;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 28px 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--clg-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 79, 216, .22), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(0, 194, 255, .24), transparent 32%),
    linear-gradient(135deg, #fff7fb 0%, #f4f2ff 45%, #effcff 100%);
}.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-generator, .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{
  width: 100%;
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-kicker{
  margin: 0 0 8px;
  color: var(--clg-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  max-width: 720px;
  margin: 0 auto;
  color: var(--clg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--clg-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
  width: 100%;
  border: 1px solid var(--clg-border);
  border-radius: var(--clg-radius);
  background: var(--clg-card-bg);
  box-shadow: var(--clg-shadow);
  backdrop-filter: blur(18px);
  padding: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: block;
  margin: 0 0 7px;
  color: var(--clg-heading);
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-search, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-color{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid var(--clg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  color: var(--clg-body);
  font: 700 15px/1.45 Inter, system-ui, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .2s ease, box-shadow .2s ease, border .2s ease, background .2s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea{
  min-height: 132px;
  resize: vertical;
  padding: 15px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-search, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  height: 46px;
  padding: 0 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-color{
  height: 46px;
  padding: 5px;
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-search:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-color:focus{
  border-color: rgba(124, 60, 255, .62);
  box-shadow: 0 0 0 4px rgba(124, 60, 255, .14);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-export-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-action-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--clg-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--clg-heading);
  cursor: pointer;
  min-height: 42px;
  padding: 10px 15px;
  font: 900 13px/1 Inter, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  box-shadow: 0 10px 26px rgba(49, 32, 88, .09);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border .18s ease, background .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-action-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 34px rgba(49, 32, 88, .16);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-action-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:active{
  transform: scale(.96);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-action-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:focus-visible{
  outline: 3px solid rgba(0, 194, 255, .35);
  outline-offset: 2px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-primary-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip-active{
  border-color: transparent;
  color: #fff;
  background: var(--clg-button-gradient);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-danger-btn{
  color: #a21850;
  background: rgba(255, 236, 245, .9);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-success{
  border-color: rgba(26, 180, 120, .4);
  background: linear-gradient(135deg, #1ab478, #5fe6b6);
  color: #062018;
  box-shadow: 0 0 0 4px rgba(26, 180, 120, .16), 0 16px 34px rgba(26, 180, 120, .18);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-search-row{
  margin-top: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  min-height: 38px;
  padding: 9px 12px;
  font-size: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
  padding: 13px;
  border: 1px solid var(--clg-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel[hidden]{
  display: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 26px;
  margin: 6px 0 0;
  background: transparent;
  outline: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,60,255,.9), rgba(255,79,216,.84), rgba(0,194,255,.78));
  border: 1px solid rgba(255,255,255,.55);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,60,255,.9), rgba(255,79,216,.84), rgba(0,194,255,.78));
  border: 1px solid rgba(255,255,255,.55);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 999px;
  border: 3px solid #fff;
  background: var(--clg-heading);
  box-shadow: 0 8px 20px rgba(23,17,43,.24);
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 3px solid #fff;
  background: var(--clg-heading);
  box-shadow: 0 8px 20px rgba(23,17,43,.24);
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-live-card{
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  margin-top: 14px;
  padding: 28px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.38);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.46), transparent 24%),
    linear-gradient(135deg, #25124b 0%, #7c3cff 42%, #ff4fd8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 22px 50px rgba(58, 27, 119, .25);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-live-shine{
  position: absolute;
  inset: -35%;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.24) 48%, transparent 66%);
  transform: rotate(8deg);
  pointer-events: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-live-text{
  position: relative;
  max-width: 100%;
  color: #fff;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 4px 0 rgba(0,0,0,.16), 0 18px 34px rgba(0,0,0,.24);
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 220px;
  border: 1px solid var(--clg-border);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 36px rgba(49, 32, 88, .1);
  overflow: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-head{
  padding: 14px 14px 9px;
  border-bottom: 1px solid rgba(79, 56, 132, .1);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-name{
  margin: 0;
  color: var(--clg-heading);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-meta{
  margin: 5px 0 0;
  color: var(--clg-muted);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-preview{
  height: 104px;
  padding: 14px;
  overflow: auto;
  color: var(--clg-heading);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  scrollbar-width: thin;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-actions{
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 11px 14px 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}.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: 180px;
  max-width: calc(100vw - 32px);
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(20, 13, 39, .96);
  color: #fff;
  font: 900 15px/1 Inter, system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 22px 80px rgba(0,0,0,.28);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast-active{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-empty{
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px dashed var(--clg-border);
  border-radius: 18px;
  color: var(--clg-muted);
  background: rgba(255,255,255,.58);
  font-weight: 800;
  text-align: center;
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 34px 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
    padding: 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    gap: 16px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator{
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  }.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-input-panel {}
.tc-wp-tool-root .clg-option {}
.tc-wp-tool-root .clg-preview-panel {}
.tc-wp-tool-root .clg-tool-wrap {}