@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=Playfair+Display:ital,wght@0,700;1,700&family=Caveat:wght@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 #tesg-wrap#tesg-wrap{
  --tesg-primary: #2563eb;
  --tesg-secondary: #4f46e5;
  --tesg-accent: #06b6d4;
  --tesg-soft-bg: #eef7ff;
  --tesg-card-bg: rgba(255, 255, 255, .88);
  --tesg-heading: #0f172a;
  --tesg-body: #263244;
  --tesg-muted: #667085;
  --tesg-border: rgba(37, 99, 235, .18);
  --tesg-button-gradient: linear-gradient(135deg, #2563eb, #4f46e5 58%, #06b6d4);
  --tesg-shadow: 0 24px 70px rgba(15, 23, 42, .14);
  --tesg-radius: 24px;
  --tesg-section-gap: 22px;
  --tesg-card-gap: 18px;
  --tesg-control-gap: 16px;
  --tesg-button-height: 48px;
  --tesg-input-height: 48px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tesg-body);
  background:
    radial-gradient(circle at 15% 8%, rgba(6, 182, 212, .22), transparent 32%),
    radial-gradient(circle at 85% 14%, rgba(79, 70, 229, .20), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 46%, #edf3ff 100%);
  padding: 34px 14px;
  overflow: hidden;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap, .tc-wp-tool-root #tesg-wrap#tesg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-shell, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-hero, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-shell{
  display: grid;
  gap: var(--tesg-section-gap);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-hero{
  text-align: center;
  display: grid;
  gap: 12px;
  padding: 8px 0 4px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-title{
  margin: 0;
  color: var(--tesg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-subtitle{
  margin: 0 auto;
  max-width: 760px;
  color: var(--tesg-muted);
  font-size: clamp(15px, 3.8vw, 18px);
  line-height: 1.6;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card{
  background: var(--tesg-card-bg);
  border: 1px solid var(--tesg-border);
  border-radius: var(--tesg-radius);
  box-shadow: var(--tesg-shadow);
  padding: 18px;
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card-title, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-section-title{
  margin: 0 0 16px;
  text-align: center;
  color: var(--tesg-heading);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-helper{
  margin: -8px auto 14px;
  text-align: center;
  color: var(--tesg-muted);
  font-size: 14px;
  line-height: 1.5;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tesg-control-gap);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control label{
  color: var(--tesg-heading);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-width: 0;
  height: var(--tesg-input-height);
  border-radius: 16px;
  border: 1px solid var(--tesg-border);
  background: rgba(255, 255, 255, .92);
  color: var(--tesg-heading);
  font: 600 15px/1.2 Inter, system-ui, sans-serif;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input{
  padding: 0 15px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input::placeholder{
  color: #98a2b3;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input:focus, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color:focus, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range:focus{
  border-color: rgba(37, 99, 235, .68);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color{
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color::-webkit-color-swatch{
  border: 0;
  border-radius: 12px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color::-moz-color-swatch{
  border: 0;
  border-radius: 12px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range{
  padding: 0;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .25), rgba(6, 182, 212, .55));
  border: 1px solid rgba(37, 99, 235, .16);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .25), rgba(6, 182, 212, .55));
  border: 1px solid rgba(37, 99, 235, .16);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: var(--tesg-primary);
  box-shadow: 0 8px 20px rgba(37, 99, 235, .32);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: var(--tesg-primary);
  box-shadow: 0 8px 20px rgba(37, 99, 235, .32);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: var(--tesg-button-height);
  border: 0;
  border-radius: 16px;
  padding: 0 16px;
  cursor: pointer;
  font: 800 14px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  outline: none;
  touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:active{
  transform: scale(.97);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:focus-visible{
  box-shadow: 0 0 0 4px rgba(6, 182, 212, .24);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn-primary{
  color: #fff;
  background: var(--tesg-button-gradient);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .26);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn-secondary{
  color: #1d4ed8;
  background: rgba(37, 99, 235, .09);
  border: 1px solid rgba(37, 99, 235, .18);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn.tesg-success{
  background: linear-gradient(135deg, #0f766e, #06b6d4);
  color: #fff;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-canvas{
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 20px;
  border: 1px solid var(--tesg-border);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  cursor: crosshair;
  touch-action: none;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-action-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview{
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #ffffff;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-bar{
  display: flex;
  gap: 7px;
  padding: 14px;
  background: linear-gradient(90deg, rgba(37,99,235,.10), rgba(6,182,212,.10));
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-bar span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #60a5fa;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-bar span:nth-child(2){
  background: #818cf8;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-bar span:nth-child(3){
  background: #22d3ee;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-email-lines{
  display: grid;
  gap: 10px;
  padding: 20px 20px 8px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-email-lines div{
  height: 10px;
  border-radius: 999px;
  background: #e7eef8;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-email-lines div:nth-child(1){
  width: 82%;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-email-lines div:nth-child(2){
  width: 66%;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-email-lines div:nth-child(3){
  width: 46%;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-signature{
  margin: 18px 20px 22px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  color: var(--tesg-primary);
  font-family: Pacifico, Caveat, cursive;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  border-top: 1px dashed rgba(37,99,235,.22);
  padding-top: 18px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tesg-card-gap);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--tesg-border);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .10);
  min-width: 0;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-label{
  margin: 0 0 12px;
  color: var(--tesg-heading);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-output{
  flex: 1;
  min-height: 118px;
  height: 118px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 18px;
  background: #fff;
  color: var(--tesg-primary);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 180px;
  max-width: calc(100vw - 32px);
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(15, 23, 42, .96);
  color: #fff;
  font: 800 15px/1.2 Inter, system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-toast.tesg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card{
    padding: 22px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-action-row, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-title{
    font-size: clamp(42px, 5vw, 60px);
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-canvas{
    height: 240px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card{
    padding: 26px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-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 .tesg-control-card {}
.tc-wp-tool-root .tesg-draw-card {}
.tc-wp-tool-root .tesg-preview-card {}
.tc-wp-tool-root .tesg-tool-wrap {}