@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&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, .tc-wp-tool-root #clg-wrap#clg-wrap *{
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-tool-root #clg-wrap#clg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  background:
    radial-gradient(circle at 18% 8%, rgba(127, 65, 255, .28), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(26, 255, 180, .16), transparent 32%),
    radial-gradient(circle at 50% 95%, rgba(255, 45, 85, .14), transparent 35%),
    linear-gradient(135deg, #08070d 0%, #11111b 42%, #07090c 100%);
  color: #f4f0ff;
  padding: 34px 16px;
  overflow-x: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-shell{
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 0 24px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  width: 100%;
  max-width: 860px;
  margin: 0 auto 10px;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 0 28px rgba(142, 92, 255, .48), 0 0 12px rgba(34, 255, 188, .18);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(232, 226, 255, .78);
  font-size: 16px;
  font-weight: 500;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(184, 151, 255, .18);
  background: linear-gradient(180deg, rgba(22, 20, 34, .92), rgba(11, 12, 18, .9));
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
  padding: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-field{
  width: 100%;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: block;
  margin: 0 0 7px;
  color: rgba(244, 240, 255, .9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="text"], .tc-wp-tool-root #clg-wrap#clg-wrap input[type="color"]{
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(148, 255, 214, .16);
  background: rgba(3, 5, 8, .72);
  color: #f7f4ff;
  padding: 13px 14px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 10px 24px rgba(0, 0, 0, .18);
  outline: none;
  font-size: 15px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea{
  resize: vertical;
  min-height: 142px;
  max-height: 260px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea::placeholder{
  color: rgba(202, 194, 222, .55);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-range:focus{
  border-color: rgba(63, 255, 190, .7);
  box-shadow: 0 0 0 4px rgba(63, 255, 190, .12), inset 0 0 0 1px rgba(255, 255, 255, .04);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-action-row, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip-row, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  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-more-toggle, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-mini-btn, .tc-wp-tool-root #clg-wrap#clg-wrap button[type="button"]{
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: #f8f6ff;
  padding: 11px 15px;
  min-height: 42px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}.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-more-toggle:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-mini-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.1);
  border-color: rgba(70, 255, 197, .42);
}.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-more-toggle:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-mini-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-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, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-mini-btn:focus-visible{
  outline: 3px solid rgba(63, 255, 190, .46);
  outline-offset: 3px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-primary, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip-active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-success{
  background: linear-gradient(135deg, #7d4cff 0%, #14f1aa 55%, #18c6ff 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 16px 34px rgba(20, 241, 170, .16), 0 12px 38px rgba(125, 76, 255, .2);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-secondary, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-mini-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  background: rgba(13, 15, 23, .8);
  border-color: rgba(190, 169, 255, .18);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  padding: 9px 13px;
  min-height: 38px;
  color: rgba(244, 240, 255, .86);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  width: 100%;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-options{
  display: none;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-options.clg-options-open{
  display: grid;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-control{
  width: 100%;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-control-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-value{
  color: #3fffc2;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="range"]{
  width: 100%;
  min-height: 34px;
  padding: 0;
  margin: 2px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-runnable-track, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 76, 255, .95), rgba(20, 241, 170, .95), rgba(255, 51, 91, .8));
  border: 1px solid rgba(255, 255, 255, .14);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-track, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="range"]::-moz-range-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 76, 255, .95), rgba(20, 241, 170, .95), rgba(255, 51, 91, .8));
  border: 1px solid rgba(255, 255, 255, .14);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-thumb, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="range"]::-webkit-slider-thumb{
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #15131f;
  box-shadow: 0 0 0 5px rgba(63, 255, 190, .15), 0 0 22px rgba(63, 255, 190, .45);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-thumb, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="range"]::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #15131f;
  box-shadow: 0 0 0 5px rgba(63, 255, 190, .15), 0 0 22px rgba(63, 255, 190, .45);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-select-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-top, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-head, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-top{
  align-items: flex-start;
  flex-wrap: wrap;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-section-title{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
  margin-top: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card{
  position: relative;
  min-height: 280px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(63, 255, 190, .22);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 50%, rgba(0, 0, 0, .12) 50%) 0 0 / 100% 6px,
    radial-gradient(circle at 20% 20%, rgba(125, 76, 255, .26), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(63, 255, 190, .14), transparent 34%),
    linear-gradient(135deg, #05060a, #11101a 58%, #050706);
  box-shadow: inset 0 0 55px rgba(63, 255, 190, .08), 0 22px 60px rgba(0, 0, 0, .38);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 52% 42%, rgba(255, 45, 85, .12), transparent 24%);
  opacity: .38;
  pointer-events: none;
  animation: clg-noise-drift 3.5s steps(4) infinite;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card::after{
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(110deg, transparent 35%, rgba(63, 255, 190, .09), transparent 58%);
  transform: translateX(-30%);
  animation: clg-shimmer 4s ease-in-out infinite;
  pointer-events: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-text{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 26px;
  color: #f8f5ff;
  font-size: clamp(25px, 5vw, 48px);
  font-weight: 800;
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
  letter-spacing: 0;
  text-shadow:
    2px 0 0 rgba(255, 43, 86, .75),
    -2px 0 0 rgba(31, 242, 255, .68),
    0 0 24px rgba(126, 89, 255, .72),
    0 0 44px rgba(63, 255, 190, .24);
  animation: clg-glitch-pulse 2.2s ease-in-out infinite;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-section{
  width: 100%;
  max-width: 1200px;
  margin: 18px auto 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-count{
  color: rgba(244, 240, 255, .65);
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  display: flex;
  flex-direction: column;
  height: 238px;
  border-radius: 16px;
  border: 1px solid rgba(184, 151, 255, .16);
  background: linear-gradient(180deg, rgba(20, 18, 31, .94), rgba(8, 9, 13, .94));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .045);
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-name{
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-preview{
  flex: 1;
  height: 126px;
  margin: 12px 0;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(63, 255, 190, .12);
  background: rgba(0, 0, 0, .32);
  color: rgba(245, 242, 255, .92);
  font-size: 17px;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
  text-shadow: 0 0 14px rgba(126, 89, 255, .28);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-preview.clg-placeholder{
  color: rgba(215, 207, 235, .55);
  font-size: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-actions{
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
}.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: 156px;
  max-width: calc(100vw - 34px);
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(63, 255, 190, .35);
  background: rgba(8, 10, 14, .94);
  color: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55), 0 0 34px rgba(63, 255, 190, .22);
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast.clg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #clg-wrap#clg-wrap canvas, .tc-wp-tool-root #clg-wrap#clg-wrap svg{
  max-width: 100%;
}@keyframes clg-noise-drift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 1px); }
  75% { transform: translate(1px, 1px); }
}@keyframes clg-shimmer {
  0%, 58%, 100% { transform: translateX(-38%); opacity: 0; }
  72% { transform: translateX(38%); opacity: 1; }
}@keyframes clg-glitch-pulse {
  0%, 100% { filter: none; transform: translate(0, 0); }
  47% { filter: hue-rotate(8deg); transform: translate(.5px, 0); }
  50% { filter: hue-rotate(-12deg); transform: translate(-.5px, .5px); }
  53% { filter: none; transform: translate(0, 0); }
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 42px 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-select-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(28px, 8vw, 42px);
    line-height: 1.08;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-generator{
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
    display: none;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-options{
    display: grid;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-panel{
    padding: 18px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 46px 24px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
    font-size: clamp(42px, 4.8vw, 62px);
    line-height: 1.02;
    max-width: 900px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-text{
    min-height: 350px;
  }}.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-control-panel {}
.tc-wp-tool-root .clg-preview-panel {}
.tc-wp-tool-root .clg-tool-root {}