@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=Cormorant+Garamond:ital,wght@0,400;0,600;1,500;1,700&family=Great+Vibes&family=Inter:wght@400;500;600;700;800&family=Parisienne&family=Playfair+Display:ital,wght@0,600;1,700&family=Sacramento&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: #7c3aed;
  --fsg-secondary: #be185d;
  --fsg-accent: #d4a017;
  --fsg-soft-bg: #fff7fb;
  --fsg-card-bg: rgba(255, 255, 255, .82);
  --fsg-heading: #24142f;
  --fsg-body: #34253f;
  --fsg-muted: #74667d;
  --fsg-border: rgba(124, 58, 237, .18);
  --fsg-button-gradient: linear-gradient(135deg, #7c3aed 0%, #be185d 52%, #d4a017 100%);
  --fsg-shadow: 0 22px 70px rgba(61, 26, 91, .16);
  --fsg-radius: 28px;
  --fsg-section-gap: 22px;
  --fsg-card-gap: 18px;
  --fsg-control-gap: 16px;
  --fsg-button-height: 48px;
  --fsg-input-height: 52px;
  position: relative;
  width: 100%;
  color: var(--fsg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 160, 23, .22), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(190, 24, 93, .16), transparent 34%),
    linear-gradient(135deg, #fff7fb 0%, #f6efff 48%, #fffaf0 100%);
  border-radius: var(--fsg-radius);
  overflow: hidden;
  isolation: isolate;
}.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{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--fsg-section-gap);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-title{
  margin: 0;
  max-width: 980px;
  color: var(--fsg-heading);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 700;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-subtitle{
  margin: 0;
  max-width: 720px;
  color: var(--fsg-muted);
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
  border: 1px solid var(--fsg-border);
  background: var(--fsg-card-bg);
  box-shadow: var(--fsg-shadow);
  border-radius: var(--fsg-radius);
  backdrop-filter: blur(18px);
  padding: 16px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--fsg-control-gap);
  align-items: stretch;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control{
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  text-align: left;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-label, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-text{
  color: var(--fsg-heading);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-help{
  color: var(--fsg-muted);
  font-size: 12px;
  line-height: 1.35;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input{
  width: 100%;
  min-width: 0;
  font: inherit;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input{
  height: var(--fsg-input-height);
  border: 1px solid var(--fsg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  color: var(--fsg-heading);
  padding: 0 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-input:focus{
  border-color: rgba(124, 58, 237, .68);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .14);
  background: #ffffff;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input{
  appearance: none;
  -webkit-appearance: none;
  height: var(--fsg-input-height);
  border: 1px solid var(--fsg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  padding: 8px;
  cursor: pointer;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .14);
  border-color: rgba(124, 58, 237, .68);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input::-webkit-color-swatch{
  border: 0;
  border-radius: 13px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-color-input::-moz-color-swatch{
  border: 0;
  border-radius: 13px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input{
  appearance: none;
  -webkit-appearance: none;
  height: var(--fsg-input-height);
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input:focus{
  outline: none;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 5px rgba(124, 58, 237, .16), 0 8px 18px rgba(61, 26, 91, .18);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input:focus::-moz-range-thumb{
  box-shadow: 0 0 0 5px rgba(124, 58, 237, .16), 0 8px 18px rgba(61, 26, 91, .18);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input::-webkit-slider-runnable-track{
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 58, 237, .72), rgba(190, 24, 93, .58), rgba(212, 160, 23, .6));
  border: 1px solid rgba(255, 255, 255, .72);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input::-moz-range-track{
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 58, 237, .72), rgba(190, 24, 93, .58), rgba(212, 160, 23, .6));
  border: 1px solid rgba(255, 255, 255, .72);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  margin-top: -8px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--fsg-primary);
  box-shadow: 0 8px 18px rgba(61, 26, 91, .18);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-range-input::-moz-range-thumb{
  width: 26px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--fsg-primary);
  box-shadow: 0 8px 18px rgba(61, 26, 91, .18);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-label{
  min-height: var(--fsg-input-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--fsg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  padding: 10px 12px;
  cursor: pointer;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-visual{
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: rgba(116, 102, 125, .22);
  border: 1px solid rgba(116, 102, 125, .18);
  position: relative;
  transition: background .2s ease, box-shadow .2s ease;
  flex: 0 0 auto;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-visual::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 2px;
  left: 2px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(61, 26, 91, .16);
  transition: transform .2s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-input:checked + .fsg-toggle-visual{
  background: var(--fsg-button-gradient);
  box-shadow: 0 10px 24px rgba(124, 58, 237, .22);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-input:checked + .fsg-toggle-visual::after{
  transform: translateX(20px);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toggle-input:focus + .fsg-toggle-visual{
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .14);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-live-preview{
  min-height: var(--fsg-input-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border: 1px solid rgba(212, 160, 23, .26);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 247, 251, .92));
  color: var(--fsg-primary);
  font-family: "Great Vibes", "Allura", cursive;
  font-size: 34px;
  line-height: 1.2;
  padding: 8px 14px;
  text-align: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn{
  appearance: none;
  border: 0;
  min-height: var(--fsg-button-height);
  width: 100%;
  border-radius: 16px;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn{
  color: #ffffff;
  background: var(--fsg-button-gradient);
  box-shadow: 0 14px 32px rgba(124, 58, 237, .24);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn{
  color: var(--fsg-heading);
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--fsg-border);
  box-shadow: 0 10px 24px rgba(61, 26, 91, .08);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:hover, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(124, 58, 237, .25);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:active, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn:active, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn.fsg-success, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn.fsg-success{
  transform: scale(.98);
  filter: brightness(1.08);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-btn:focus, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-secondary-btn:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .16), 0 16px 34px rgba(124, 58, 237, .22);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card-head{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card-title{
  margin: 0;
  color: var(--fsg-heading);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.18;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card-note{
  margin: 0;
  color: var(--fsg-muted);
  font-size: 13px;
  line-height: 1.5;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas-frame{
  width: 100%;
  min-height: 190px;
  border: 1px dashed rgba(124, 58, 237, .32);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 250, 240, .76)),
    repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(124, 58, 237, .055) 39px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas{
  width: 100%;
  height: 220px;
  display: block;
  touch-action: none;
  cursor: crosshair;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-action-row{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--fsg-card-gap);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-card{
  min-height: 288px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--fsg-border);
  background: rgba(255, 255, 255, .78);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 16px 42px rgba(61, 26, 91, .11);
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-title{
  margin: 0;
  color: var(--fsg-heading);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-preview{
  flex: 1;
  min-height: 128px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  border: 1px solid rgba(212, 160, 23, .24);
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 247, 251, .82));
  padding: 16px;
  text-align: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-preview-text{
  display: inline-block;
  max-width: none;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-align: center;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  min-width: 160px;
  max-width: min(88vw, 360px);
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(36, 20, 47, .96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-toast.fsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-shell{
    padding: 36px 18px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
    padding: 20px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-action-row, .tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap{
    --fsg-section-gap: 26px;
    --fsg-card-gap: 20px;
    --fsg-control-gap: 18px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-shell{
    padding: 44px 22px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-title{
    font-size: clamp(42px, 6vw, 62px);
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control-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));
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-canvas{
    height: 260px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-shell{
    padding: 54px 28px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-card{
    padding: 24px;
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #fsg-wrap#fsg-wrap .fsg-result-card{
    min-height: 304px;
  }}@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-clear-draw-btn {}
.tc-wp-tool-root .fsg-control-card {}
.tc-wp-tool-root .fsg-download-draw-btn {}
.tc-wp-tool-root .fsg-draw-card {}
.tc-wp-tool-root .fsg-preview-control {}
.tc-wp-tool-root .fsg-reset-btn {}
.tc-wp-tool-root .fsg-reset-control {}
.tc-wp-tool-root .fsg-stroke-value {}
.tc-wp-tool-root .fsg-toggle-control {}
.tc-wp-tool-root .fsg-wrap {}