@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=Allura&family=Caveat:wght@400;600;700&family=Dancing+Script:wght@400;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700;800&family=Pacifico&family=Satisfy&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 #fsg-wrap#fsg-wrap{
  --fsg-primary: #6d5dfc;
  --fsg-secondary: #00b8a9;
  --fsg-accent: #ff8a3d;
  --fsg-soft-bg: #f6f8ff;
  --fsg-card-bg: rgba(255, 255, 255, .92);
  --fsg-heading: #111827;
  --fsg-body: #243042;
  --fsg-muted: #697586;
  --fsg-border: rgba(31, 41, 55, .13);
  --fsg-gradient: linear-gradient(135deg, #6d5dfc 0%, #00b8a9 55%, #ff8a3d 100%);
  --fsg-shadow: 0 22px 70px rgba(31, 41, 55, .13);
  --fsg-radius: 24px;
  --fsg-section-gap: 22px;
  --fsg-card-gap: 18px;
  --fsg-control-gap: 14px;
  --fsg-button-height: 48px;
  --fsg-input-height: 50px;
  position: relative;
  width: 100%;
  overflow-x: clip;
  padding: 28px 14px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--fsg-body);
  background:
    radial-gradient(circle at 15% 10%, rgba(109, 93, 252, .16), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(0, 184, 169, .18), transparent 28%),
    radial-gradient(circle at 50% 95%, rgba(255, 138, 61, .13), transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, var(--fsg-soft-bg) 100%);
  box-sizing: border-box;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap *, .tc-wp-tool-root #fsg-wrap#fsg-wrap *::before, .tc-wp-tool-root #fsg-wrap#fsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-shell, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-hero, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-section, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-head, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-button-row, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-shell{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--fsg-section-gap);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-hero{
  text-align: center;
  padding: 12px 0 4px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid rgba(109, 93, 252, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #5146d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(109, 93, 252, .09);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-title{
  width: 100%;
  max-width: 920px;
  margin: 14px auto 10px;
  color: var(--fsg-heading);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-subtitle, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-section-note{
  margin: 0;
  color: var(--fsg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
  display: flex;
  flex-direction: column;
  gap: var(--fsg-card-gap);
  padding: 16px;
  border: 1px solid var(--fsg-border);
  border-radius: var(--fsg-radius);
  background: var(--fsg-card-bg);
  box-shadow: var(--fsg-shadow);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control-card{
  align-items: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-grid{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: var(--fsg-control-gap);
  align-items: end;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control{
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-label{
  color: var(--fsg-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input, .tc-wp-tool-root #fsg-wrap#fsg-wrap input[type="text"].fsg-input{
  appearance: none;
  width: 100%;
  min-height: var(--fsg-input-height);
  padding: 12px 14px;
  border: 1px solid var(--fsg-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--fsg-heading);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  outline: none;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input::placeholder{
  color: #9aa4b2;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input:focus, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color:focus, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range:focus, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:focus{
  border-color: rgba(109, 93, 252, .75);
  box-shadow: 0 0 0 4px rgba(109, 93, 252, .17), 0 14px 34px rgba(17, 24, 39, .08);
  outline: none;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-row{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: var(--fsg-input-height);
  padding: 8px 12px;
  border: 1px solid var(--fsg-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color, .tc-wp-tool-root #fsg-wrap#fsg-wrap input[type="color"].fsg-color{
  appearance: none;
  width: 42px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--fsg-heading);
  cursor: pointer;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color::-webkit-color-swatch{
  border: 1px solid var(--fsg-border);
  border-radius: 12px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color::-moz-color-swatch{
  border: 1px solid var(--fsg-border);
  border-radius: 12px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-text{
  color: var(--fsg-body);
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range, .tc-wp-tool-root #fsg-wrap#fsg-wrap input[type="range"].fsg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: var(--fsg-input-height);
  padding: 0 2px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--fsg-primary);
  box-shadow: none;
  cursor: pointer;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range::-webkit-slider-runnable-track{
  height: 12px;
  border: 1px solid rgba(109, 93, 252, .16);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(109, 93, 252, .24), rgba(0, 184, 169, .2));
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range::-moz-range-track{
  height: 12px;
  border: 1px solid rgba(109, 93, 252, .16);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(109, 93, 252, .24), rgba(0, 184, 169, .2));
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--fsg-primary);
  box-shadow: 0 8px 22px rgba(109, 93, 252, .35);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--fsg-primary);
  box-shadow: 0 8px 22px rgba(109, 93, 252, .35);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn, .tc-wp-tool-root #fsg-wrap#fsg-wrap button.fsg-btn, .tc-wp-tool-root #fsg-wrap#fsg-wrap button[type="button"].fsg-btn{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--fsg-button-height);
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #ffffff;
  color: var(--fsg-heading);
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(17, 24, 39, .13);
  filter: brightness(1.03);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn-primary{
  background: var(--fsg-gradient);
  color: #ffffff;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn-secondary{
  border-color: rgba(109, 93, 252, .2);
  background: linear-gradient(135deg, rgba(109, 93, 252, .11), rgba(0, 184, 169, .11));
  color: #312e81;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn-ghost{
  border-color: var(--fsg-border);
  background: #ffffff;
  color: #364152;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn.fsg-success{
  box-shadow: 0 0 0 5px rgba(0, 184, 169, .18), 0 18px 38px rgba(0, 184, 169, .18);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card-head, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-head{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-section-title{
  margin: 0;
  color: var(--fsg-heading);
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px dashed rgba(109, 93, 252, .26);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .035) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, .035) 1px, transparent 1px),
    #ffffff;
  background-size: 22px 22px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas, .tc-wp-tool-root #fsg-wrap#fsg-wrap canvas.fsg-canvas{
  display: block;
  width: 100%;
  max-width: 960px;
  height: 210px;
  border: 1px solid rgba(31, 41, 55, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
  cursor: crosshair;
  touch-action: none;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-button-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-card{
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--fsg-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9)),
    linear-gradient(135deg, rgba(109, 93, 252, .08), rgba(255, 138, 61, .07));
  box-shadow: 0 16px 46px rgba(17, 24, 39, .09);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-card.fsg-selected{
  border-color: rgba(109, 93, 252, .7);
  box-shadow: 0 0 0 4px rgba(109, 93, 252, .13), 0 20px 54px rgba(109, 93, 252, .18);
  transform: translateY(-2px);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-title{
  margin: 0;
  color: var(--fsg-heading);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-preview{
  display: flex;
  flex: 1;
  width: 100%;
  min-height: 126px;
  height: 126px;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 16px;
  border: 1px solid rgba(31, 41, 55, .09);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .04) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, .04) 1px, transparent 1px),
    #ffffff;
  background-size: 18px 18px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-signature-text{
  display: inline-block;
  max-width: none;
  color: var(--fsg-heading);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  transform-origin: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-placeholder{
  color: #8b97a8;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: min(88vw, 360px);
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(17, 24, 39, .96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toast.fsg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap{
    padding: 34px 18px;
    --fsg-section-gap: 24px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
    padding: 20px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-button-row{
    flex-direction: row;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-button-row .fsg-btn{
    max-width: 260px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap{
    padding: 42px 22px;
    --fsg-section-gap: 28px;
    --fsg-card-gap: 20px;
    --fsg-control-gap: 16px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas{
    height: 240px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap{
    padding: 54px 28px;
    --fsg-section-gap: 32px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-title{
    font-size: clamp(42px, 5vw, 64px);
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
    padding: 24px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-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 .fsg-action-control {}
.tc-wp-tool-root .fsg-draw-card {}
.tc-wp-tool-root .fsg-wrap {}