@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&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 #cesg-wrap#cesg-wrap, .tc-wp-tool-root #cesg-wrap#cesg-wrap *, .tc-wp-tool-root #cesg-wrap#cesg-wrap *::before, .tc-wp-tool-root #cesg-wrap#cesg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 18px;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 18% 0%, rgba(59, 130, 246, .16), transparent 30%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 44%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 28px;
  overflow: hidden;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap button, .tc-wp-tool-root #cesg-wrap#cesg-wrap input, .tc-wp-tool-root #cesg-wrap#cesg-wrap canvas{
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero{
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 12px;
  text-align: center;
  justify-items: center;
  padding: 10px 0 18px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-kicker{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(29, 78, 216, .09);
  border: 1px solid rgba(29, 78, 216, .16);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap h1, .tc-wp-tool-root #cesg-wrap#cesg-wrap h2, .tc-wp-tool-root #cesg-wrap#cesg-wrap p{
  margin: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap h1{
  max-width: 980px;
  color: #0b1220;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-subtitle{
  max-width: 720px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-main-card{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 16px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, .28);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 55px rgba(15, 23, 42, .10);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card{
  padding: 18px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-wrap{
  padding: 18px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-section-head{
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-centered-head{
  text-align: center;
  justify-items: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-section-head h2{
  color: #0f172a;
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-section-head p{
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field label{
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-value{
  color: #1d4ed8;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, .52);
  background: #ffffff;
  color: #0f172a;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input{
  min-height: 48px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input::placeholder{
  color: #94a3b8;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input:focus, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input:focus, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input:focus{
  border-color: rgba(29, 78, 216, .8);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .16);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input{
  height: 48px;
  padding: 5px;
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input::-webkit-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color-input::-moz-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input{
  height: 48px;
  padding: 0 10px;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #38bdf8);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #38bdf8);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #0f172a;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .28);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range-input::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #0f172a;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .28);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-action-field{
  align-content: end;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn{
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:focus-visible{
  outline: 3px solid rgba(56, 189, 248, .55);
  outline-offset: 3px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 48%, #0891b2 100%);
  box-shadow: 0 14px 26px rgba(29, 78, 216, .25);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn-secondary{
  color: #0f172a;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  border: 1px solid rgba(148, 163, 184, .42);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas-frame{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc, #eef6ff);
  border: 1px solid rgba(148, 163, 184, .28);
  margin-bottom: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-canvas{
  width: 100%;
  max-width: 860px;
  height: 190px;
  display: block;
  border-radius: 14px;
  border: 1px dashed rgba(51, 65, 85, .32);
  background: #ffffff;
  touch-action: none;
  cursor: crosshair;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-preview{
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-meta{
  display: grid;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(148, 163, 184, .24);
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-copy{
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-live-preview{
  max-width: 100%;
  min-height: 96px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, .22);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, .30);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-label{
  padding: 13px 14px;
  color: #0f172a;
  background: linear-gradient(180deg, #f8fafc, #eff6ff);
  border-bottom: 1px solid rgba(148, 163, 184, .24);
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-preview{
  flex: 1;
  min-height: 160px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 16px;
  background: #ffffff;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(148, 163, 184, .22);
  background: #f8fafc;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-sig-placeholder{
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-sig-name{
  display: block;
  color: var(--cesg-accent, #1d4ed8);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-sig-line, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-sig-contact{
  display: block;
  color: #334155;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-executive .cesg-sig-name{
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-executive .cesg-sig-line{
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-executive .cesg-sig-contact{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-modern .cesg-sig-name{
  padding-left: 12px;
  border-left: 5px solid var(--cesg-accent, #1d4ed8);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-modern .cesg-sig-line, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-modern .cesg-sig-contact{
  padding-left: 17px;
  font-size: 12px;
  line-height: 1.65;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-minimal .cesg-sig-name{
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-minimal .cesg-sig-line, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-minimal .cesg-sig-contact{
  font-size: 12px;
  line-height: 1.7;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-consultant .cesg-sig-name{
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  font-style: italic;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-founder .cesg-sig-name{
  font-size: 25px;
  line-height: 1.12;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-founder .cesg-sig-line{
  margin-top: 6px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-sales .cesg-sig-name{
  font-size: 23px;
  line-height: 1.12;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-sales .cesg-sig-contact{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid var(--cesg-accent, #1d4ed8);
  font-size: 12px;
  line-height: 1.7;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-legal .cesg-sig-name{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-legal .cesg-sig-line, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-legal .cesg-sig-contact{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.65;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-compact .cesg-sig-name{
  display: inline;
  font-size: 18px;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-compact .cesg-sig-line, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-compact .cesg-sig-contact{
  display: inline;
  font-size: 12px;
  line-height: 1.8;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-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: min(90vw, 360px);
  padding: 14px 18px;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(15, 23, 42, .96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .32);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-toast.cesg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap{
    padding: 24px 22px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-row, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-grid, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-canvas{
    height: 230px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap{
    padding: 38px 34px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap h1{
    font-size: clamp(42px, 4.6vw, 58px);
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-wrap{
    padding: 24px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-main-card{
    gap: 22px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap{
    padding: 44px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-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 .cesg-controls-card {}
.tc-wp-tool-root .cesg-draw-card {}
.tc-wp-tool-root .cesg-preview-card {}
.tc-wp-tool-root .cesg-shell {}