@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=Allura&family=Great+Vibes&family=Parisienne&family=Sacramento&family=Playfair+Display:ital,wght@0,600;1,600&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 #wsg-wrap#wsg-wrap{
  --wsg-primary: #17233f;
  --wsg-secondary: #4f647d;
  --wsg-accent: #c8a24d;
  --wsg-soft-bg: #f4f0e8;
  --wsg-card-bg: rgba(255, 252, 245, .92);
  --wsg-heading: #111a2e;
  --wsg-body: #26324a;
  --wsg-muted: #66758b;
  --wsg-border: rgba(23, 35, 63, .16);
  --wsg-button-gradient: linear-gradient(135deg, #17233f 0%, #2d4b75 100%);
  --wsg-shadow: 0 18px 50px rgba(23, 35, 63, .14);
  --wsg-radius: 18px;
  --wsg-section-gap: 16px;
  --wsg-card-gap: 16px;
  --wsg-control-gap: 12px;
  --wsg-button-height: 48px;
  --wsg-input-height: 50px;
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at 20% 0%, rgba(200, 162, 77, .18), transparent 32%),
    linear-gradient(135deg, #f7f3eb 0%, #eef4f8 50%, #f8f5ee 100%);
  color: var(--wsg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  padding: 20px;
  box-sizing: border-box;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap *, .tc-wp-tool-root #wsg-wrap#wsg-wrap *::before, .tc-wp-tool-root #wsg-wrap#wsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-container, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-shell, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-hero, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-generator-card, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-draw-card, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-main-preview-card, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-section, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-grid, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-button-row{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-hero{
  text-align: center;
  padding: 12px 0 var(--wsg-section-gap);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap h1, .tc-wp-tool-root #wsg-wrap#wsg-wrap h2, .tc-wp-tool-root #wsg-wrap#wsg-wrap p{
  margin: 0;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap h1{
  color: var(--wsg-heading);
  font-size: clamp(2rem, 8vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap h2{
  color: var(--wsg-heading);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  line-height: 1.25;
  font-weight: 750;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-subtitle{
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--wsg-secondary);
  font-size: clamp(.95rem, 2.8vw, 1.12rem);
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-shell > .wsg-container{
  display: grid;
  gap: var(--wsg-section-gap);
  justify-items: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card{
  display: grid;
  gap: var(--wsg-card-gap);
  width: 100%;
  padding: 18px;
  border: 1px solid var(--wsg-border);
  border-radius: var(--wsg-radius);
  background: var(--wsg-card-bg);
  box-shadow: var(--wsg-shadow);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wsg-control-gap);
  align-items: end;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-control-group{
  display: grid;
  gap: 8px;
  width: 100%;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap label, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-label{
  color: var(--wsg-heading);
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap button, .tc-wp-tool-root #wsg-wrap#wsg-wrap input, .tc-wp-tool-root #wsg-wrap#wsg-wrap select, .tc-wp-tool-root #wsg-wrap#wsg-wrap textarea, .tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"], .tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="color"], .tc-wp-tool-root #wsg-wrap#wsg-wrap button[type="button"], .tc-wp-tool-root #wsg-wrap#wsg-wrap canvas{
  font-family: inherit;
  line-height: 1.2;
  border: 1px solid var(--wsg-border);
  background: #fffdf7;
  color: var(--wsg-body);
  border-radius: 14px;
  width: 100%;
  min-height: var(--wsg-input-height);
  box-shadow: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="text"]{
  padding: 0 14px;
  font-size: 1rem;
  outline: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="color"]{
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 7px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="color"]::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="color"]::-webkit-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"]{
  appearance: none;
  -webkit-appearance: none;
  padding: 0 4px;
  background: transparent;
  border: 0;
  min-height: 36px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wsg-primary), var(--wsg-accent));
  border: 1px solid rgba(23, 35, 63, .12);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fffdf7;
  border: 3px solid var(--wsg-primary);
  box-shadow: 0 8px 18px rgba(23, 35, 63, .18);
  cursor: pointer;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"]::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wsg-primary), var(--wsg-accent));
  border: 1px solid rgba(23, 35, 63, .12);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input[type="range"]::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdf7;
  border: 3px solid var(--wsg-primary);
  box-shadow: 0 8px 18px rgba(23, 35, 63, .18);
  cursor: pointer;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap input:focus-visible, .tc-wp-tool-root #wsg-wrap#wsg-wrap button:focus-visible{
  outline: 3px solid rgba(200, 162, 77, .46);
  outline-offset: 2px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: var(--wsg-input-height);
  padding: 10px 12px;
  border: 1px solid var(--wsg-border);
  border-radius: 14px;
  background: #fffdf7;
  cursor: pointer;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle input{
  position: absolute;
  opacity: 0;
  width: 1px;
  min-height: 1px;
  pointer-events: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle-ui{
  flex: 0 0 auto;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: #d8dee8;
  position: relative;
  transition: .2s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle-ui::after{
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(23, 35, 63, .22);
  transition: .2s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle input:checked + .wsg-toggle-ui{
  background: var(--wsg-primary);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle input:checked + .wsg-toggle-ui::after{
  transform: translateX(20px);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toggle-text{
  color: var(--wsg-body);
  font-size: .92rem;
  font-weight: 600;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn{
  min-height: var(--wsg-button-height);
  padding: 0 16px;
  border: 0;
  cursor: pointer;
  font-size: .94rem;
  font-weight: 800;
  text-align: center;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 24px rgba(23, 35, 63, .18);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn.wsg-success{
  background: linear-gradient(135deg, #2d7d62, #46a079);
  color: #fff;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn-primary{
  background: var(--wsg-button-gradient);
  color: #fff;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn-secondary{
  background: linear-gradient(135deg, #fffdf7, #eef4f8);
  color: var(--wsg-primary);
  border: 1px solid var(--wsg-border);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-paper-preview, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-style-preview{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 20px;
  border: 1px solid rgba(23, 35, 63, .12);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(23, 35, 63, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 35, 63, .026) 1px, transparent 1px),
    #fffaf0;
  background-size: 22px 22px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-paper-preview.wsg-transparent-preview, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-style-preview.wsg-transparent-preview{
  background:
    linear-gradient(45deg, #eef2f5 25%, transparent 25%),
    linear-gradient(-45deg, #eef2f5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef2f5 75%),
    linear-gradient(-45deg, transparent 75%, #eef2f5 75%);
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
  background-color: #fff;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-preview-signature{
  color: var(--wsg-primary);
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: clamp(2.2rem, 10vw, 4.8rem);
  line-height: 1.05;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-helper{
  color: var(--wsg-muted);
  text-align: center;
  font-size: .92rem;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-canvas-shell{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid var(--wsg-border);
  overflow: hidden;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap canvas#wsg-canvas{
  display: block;
  width: 100%;
  max-width: 900px;
  height: 220px;
  min-height: 220px;
  touch-action: none;
  background: transparent;
  border: 0;
  border-radius: 12px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-button-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-section{
  display: grid;
  gap: var(--wsg-card-gap);
  justify-items: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-card{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 288px;
  padding: 16px;
  border: 1px solid var(--wsg-border);
  border-radius: var(--wsg-radius);
  background: rgba(255, 252, 245, .9);
  box-shadow: 0 12px 34px rgba(23, 35, 63, .11);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-style-label{
  color: var(--wsg-heading);
  font-size: .95rem;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-style-text{
  display: inline-block;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card-actions{
  margin-top: auto;
  display: flex;
  gap: 10px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  max-width: min(90vw, 420px);
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(17, 26, 46, .96);
  color: #fff;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 24px 70px rgba(17, 26, 46, .36);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toast.wsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-button-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap{
    --wsg-section-gap: 20px;
    padding: 32px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card{
    padding: 22px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap canvas#wsg-canvas{
    height: 260px;
    min-height: 260px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap{
    --wsg-section-gap: 24px;
    padding: 40px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap{
    padding: 44px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card{
    padding: 26px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-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 .wsg-action-group {}
.tc-wp-tool-root .wsg-color-input {}
.tc-wp-tool-root .wsg-name-input {}
.tc-wp-tool-root .wsg-range-input {}
.tc-wp-tool-root .wsg-stroke-value {}
.tc-wp-tool-root .wsg-tool-wrap {}