@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=Pacifico&family=Sacramento&family=Courgette&family=Baloo+2:wght@600;700&family=Playfair+Display:ital,wght@1,600&family=Quicksand:wght@500;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 #cute-sig-generator-wrap{
  --csg-primary: #b94f78;
  --csg-secondary: #8f6bd8;
  --csg-accent: #f59b75;
  --csg-soft-bg: #fff4f7;
  --csg-card-bg: rgba(255, 255, 255, .88);
  --csg-heading: #3a2330;
  --csg-body: #523b48;
  --csg-muted: #806977;
  --csg-border: rgba(185, 79, 120, .18);
  --csg-button-gradient: linear-gradient(135deg, #b94f78 0%, #e58aa9 54%, #f59b75 100%);
  --csg-shadow: 0 24px 70px rgba(88, 42, 65, .14);
  --csg-radius: 24px;
  --csg-section-gap: 18px;
  --csg-card-gap: 16px;
  --csg-control-gap: 14px;
  --csg-button-height: 48px;
  --csg-input-height: 48px;
  position: relative;
  width: 100%;
  color: var(--csg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 214, 226, .92), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(226, 214, 255, .8), transparent 30%),
    linear-gradient(180deg, #fff9f4 0%, var(--csg-soft-bg) 48%, #f8f1ff 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 28px 14px;
  box-sizing: border-box;
}.tc-wp-tool-root #cute-sig-generator-wrap *, .tc-wp-tool-root #cute-sig-generator-wrap *::before, .tc-wp-tool-root #cute-sig-generator-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-shell, .tc-wp-tool-root #cute-sig-generator-wrap .csg-generator, .tc-wp-tool-root #cute-sig-generator-wrap .csg-hero, .tc-wp-tool-root #cute-sig-generator-wrap .csg-card, .tc-wp-tool-root #cute-sig-generator-wrap .csg-results-card{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-shell{
  display: grid;
  gap: var(--csg-section-gap);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-hero{
  text-align: center;
  padding: 10px 4px 4px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-hero h1{
  margin: 0 auto 10px;
  max-width: 980px;
  color: var(--csg-heading);
  font-size: clamp(2rem, 8vw, 4.7rem);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: var(--csg-muted);
  font-size: clamp(.98rem, 2.7vw, 1.14rem);
  line-height: 1.6;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-generator{
  display: grid;
  gap: var(--csg-card-gap);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-card{
  background: var(--csg-card-bg);
  border: 1px solid var(--csg-border);
  border-radius: var(--csg-radius);
  box-shadow: var(--csg-shadow);
  padding: 16px;
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-card-head{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-card-head h2{
  margin: 0;
  color: var(--csg-heading);
  font-size: clamp(1.08rem, 3vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-card-head p{
  margin: 0;
  color: var(--csg-muted);
  font-size: .92rem;
  line-height: 1.45;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--csg-control-gap);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-control{
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-control label, .tc-wp-tool-root #cute-sig-generator-wrap .csg-control span{
  color: var(--csg-heading);
  font-size: .86rem;
  font-weight: 700;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-input, .tc-wp-tool-root #cute-sig-generator-wrap .csg-color, .tc-wp-tool-root #cute-sig-generator-wrap .csg-range{
  width: 100%;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-input{
  height: var(--csg-input-height);
  border: 1px solid rgba(185, 79, 120, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: var(--csg-heading);
  padding: 0 15px;
  font: 600 1rem/1 Inter, sans-serif;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-input::placeholder{
  color: rgba(82, 59, 72, .52);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-input:focus, .tc-wp-tool-root #cute-sig-generator-wrap .csg-color:focus, .tc-wp-tool-root #cute-sig-generator-wrap .csg-range:focus, .tc-wp-tool-root #cute-sig-generator-wrap .csg-btn:focus-visible, .tc-wp-tool-root #cute-sig-generator-wrap .csg-switch input:focus-visible + span{
  outline: 3px solid rgba(143, 107, 216, .24);
  outline-offset: 3px;
  border-color: rgba(143, 107, 216, .6);
  box-shadow: 0 0 0 5px rgba(185, 79, 120, .08);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-color{
  height: var(--csg-input-height);
  border: 1px solid rgba(185, 79, 120, .22);
  border-radius: 16px;
  padding: 6px;
  background: rgba(255, 255, 255, .92);
  cursor: pointer;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-range{
  height: var(--csg-input-height);
  appearance: none;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(185, 79, 120, .82), rgba(143, 107, 216, .72), rgba(245, 155, 117, .8));
  border: 1px solid rgba(185, 79, 120, .16);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(185, 79, 120, .82), rgba(143, 107, 216, .72), rgba(245, 155, 117, .8));
  border: 1px solid rgba(185, 79, 120, .16);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-range::-webkit-slider-thumb{
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid var(--csg-primary);
  box-shadow: 0 8px 18px rgba(185, 79, 120, .24);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid var(--csg-primary);
  box-shadow: 0 8px 18px rgba(185, 79, 120, .24);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-toggle-control{
  min-height: 78px;
  justify-content: space-between;
  border: 1px solid rgba(185, 79, 120, .14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 248, 250, .72);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch{
  display: inline-flex;
  width: 60px;
  height: 34px;
  cursor: pointer;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch span{
  position: relative;
  width: 60px;
  height: 34px;
  border-radius: 999px;
  background: rgba(128, 105, 119, .24);
  transition: background .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch span::after{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 14px rgba(58, 35, 48, .18);
  transition: transform .2s ease;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch input:checked + span{
  background: var(--csg-button-gradient);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-switch input:checked + span::after{
  transform: translateX(26px);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-main-preview{
  display: flex;
  align-items: center;
  min-height: 70px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border: 1px solid rgba(185, 79, 120, .15);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 244, 247, .92));
  padding: 12px 14px;
  color: var(--csg-primary);
  font-family: Pacifico, Sacramento, cursive;
  font-size: 1.9rem;
  line-height: 1.2;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-button-control{
  justify-content: end;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-btn{
  min-height: var(--csg-button-height);
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 0 16px;
  color: #fff;
  font: 800 .92rem/1 Inter, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 26px rgba(185, 79, 120, .2);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-btn-primary{
  background: var(--csg-button-gradient);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-btn-secondary{
  color: var(--csg-heading);
  background: linear-gradient(135deg, #fff 0%, #fff4f7 100%);
  border: 1px solid rgba(185, 79, 120, .18);
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-canvas-frame{
  display: grid;
  gap: 8px;
  justify-items: center;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-canvas{
  display: block;
  width: 100%;
  max-width: 920px;
  height: 220px;
  border: 1px dashed rgba(185, 79, 120, .38);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(185, 79, 120, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(185, 79, 120, .05) 1px, transparent 1px),
    rgba(255, 255, 255, .9);
  background-size: 28px 28px;
  touch-action: none;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-canvas-help{
  margin: 0;
  color: var(--csg-muted);
  font-size: .84rem;
  text-align: center;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-draw-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-results-card{
  padding-bottom: 18px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 260px;
  border: 1px solid rgba(185, 79, 120, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 30px rgba(88, 42, 65, .08);
  overflow: hidden;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-top{
  padding: 14px 14px 0;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-top h3{
  margin: 0;
  color: var(--csg-heading);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-preview{
  display: flex;
  align-items: center;
  height: 118px;
  margin: 12px 14px 14px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(185, 79, 120, .1);
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  scrollbar-width: thin;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-preview span{
  display: inline-block;
  max-width: none;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: auto;
  padding: 0 14px 14px;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  min-width: 180px;
  max-width: calc(100vw - 36px);
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(58, 35, 48, .96);
  color: #fff;
  box-shadow: 0 20px 58px rgba(58, 35, 48, .36);
  text-align: center;
  font: 800 1rem/1.25 Inter, sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #cute-sig-generator-wrap .csg-toast.csg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #cute-sig-generator-wrap{
    padding: 34px 18px;
    --csg-section-gap: 22px;
    --csg-card-gap: 18px;
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-draw-actions, .tc-wp-tool-root #cute-sig-generator-wrap .csg-result-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #cute-sig-generator-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-card{
    padding: 20px;
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-canvas{
    height: 250px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cute-sig-generator-wrap{
    padding: 54px 26px;
    --csg-section-gap: 24px;
    --csg-card-gap: 20px;
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-card{
    min-height: 276px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #cute-sig-generator-wrap .csg-result-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 .csg-control-card {}
.tc-wp-tool-root .csg-draw-card {}
.tc-wp-tool-root .csg-results-head {}
.tc-wp-tool-root .csg-tool-wrap {}