@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=Playfair+Display:ital,wght@0,600;1,600;1,700&family=Libre+Baskerville:ital@1&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 #reesg-wrap#reesg-wrap{
  --reesg-primary: #17345c;
  --reesg-secondary: #253142;
  --reesg-accent: #c99a42;
  --reesg-soft-bg: #eef4f8;
  --reesg-card-bg: #ffffff;
  --reesg-heading: #10243f;
  --reesg-body: #273648;
  --reesg-muted: #6d7b8b;
  --reesg-border: #d7e1ea;
  --reesg-button-gradient: linear-gradient(135deg, #17345c 0%, #245f8f 100%);
  --reesg-shadow: 0 22px 65px rgba(16, 36, 63, .14);
  --reesg-radius: 22px;
  --reesg-section-gap: 24px;
  --reesg-card-gap: 18px;
  --reesg-control-gap: 14px;
  --reesg-button-height: 48px;
  --reesg-input-height: 48px;
  position: relative;
  width: 100%;
  color: var(--reesg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap *, .tc-wp-tool-root #reesg-wrap#reesg-wrap *::before, .tc-wp-tool-root #reesg-wrap#reesg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-page{
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(201, 154, 66, .16), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, var(--reesg-soft-bg) 100%);
  padding: 34px 16px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-hero, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-shell, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-hero{
  text-align: center;
  padding: 10px 0 24px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-kicker{
  margin: 0 0 10px;
  color: var(--reesg-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap h1{
  margin: 0 auto;
  max-width: 720px;
  color: var(--reesg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-subtitle{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--reesg-muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-shell{
  display: grid;
  gap: var(--reesg-section-gap);
  align-items: start;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-section{
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(215, 225, 234, .9);
  border-radius: var(--reesg-radius);
  box-shadow: var(--reesg-shadow);
  padding: 18px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card-head, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-section-head{
  text-align: center;
  margin-bottom: var(--reesg-card-gap);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap h2{
  margin: 0;
  color: var(--reesg-heading);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card-head p, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-section-head p{
  margin: 7px auto 0;
  max-width: 620px;
  color: var(--reesg-muted);
  font-size: 13px;
  line-height: 1.55;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-controls-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--reesg-control-gap);
  align-items: end;
  justify-items: center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-field, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-action-slot{
  width: 100%;
  max-width: 420px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-field{
  display: grid;
  gap: 8px;
  color: var(--reesg-secondary);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-field strong{
  color: var(--reesg-accent);
  font-weight: 800;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input, .tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="text"], .tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="color"], .tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"], .tc-wp-tool-root #reesg-wrap#reesg-wrap select, .tc-wp-tool-root #reesg-wrap#reesg-wrap textarea{
  width: 100%;
  min-height: var(--reesg-input-height);
  border: 1px solid var(--reesg-border);
  border-radius: 15px;
  background: #fbfdff;
  color: var(--reesg-body);
  font: inherit;
  outline: none;
  appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="text"]{
  padding: 0 15px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="text"]:focus, .tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="color"]:focus, .tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]:focus{
  border-color: rgba(201, 154, 66, .72);
  box-shadow: 0 0 0 4px rgba(201, 154, 66, .16);
  background: #ffffff;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="color"]{
  height: var(--reesg-input-height);
  padding: 5px;
  cursor: pointer;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="color"]::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="color"]::-webkit-color-swatch{
  border: 0;
  border-radius: 11px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]{
  min-height: var(--reesg-input-height);
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--reesg-primary), #9bb5c9);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  width: 23px;
  height: 23px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--reesg-accent);
  box-shadow: 0 5px 16px rgba(16, 36, 63, .24);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]::-moz-range-track{
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--reesg-primary), #9bb5c9);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--reesg-accent);
  box-shadow: 0 5px 16px rgba(16, 36, 63, .24);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap button, .tc-wp-tool-root #reesg-wrap#reesg-wrap button[type="button"], .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button{
  width: 100%;
  min-height: var(--reesg-button-height);
  border: 0;
  border-radius: 15px;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button:active{
  transform: scale(.98);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button:focus-visible{
  outline: 3px solid rgba(201, 154, 66, .52);
  outline-offset: 3px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button-primary{
  color: #ffffff;
  background: var(--reesg-button-gradient);
  box-shadow: 0 14px 28px rgba(23, 52, 92, .22);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button-soft{
  color: var(--reesg-primary);
  background: linear-gradient(135deg, #edf5fb 0%, #ffffff 100%);
  border: 1px solid var(--reesg-border);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button-danger{
  color: #7b2e2e;
  background: linear-gradient(135deg, #fff1ee 0%, #ffffff 100%);
  border: 1px solid #f2c8bf;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-button.is-success{
  background: linear-gradient(135deg, #c99a42 0%, #dbb766 100%);
  color: #10243f;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-canvas-shell{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--reesg-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap canvas, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-draw-canvas{
  display: block;
  width: 100%;
  height: 210px;
  border: 1px dashed #b9c8d6;
  border-radius: 14px;
  background: #ffffff;
  touch-action: none;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-draw-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 620px;
  margin: 16px auto 0;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-preview{
  max-width: 520px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--reesg-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafc 100%);
  text-align: center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-signature{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  color: var(--reesg-primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-name{
  margin-top: 10px;
  color: var(--reesg-heading);
  font-size: 18px;
  font-weight: 800;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-role{
  margin-top: 3px;
  color: var(--reesg-accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-line{
  width: 120px;
  height: 1px;
  margin: 13px auto;
  background: var(--reesg-border);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-email-meta{
  color: var(--reesg-muted);
  font-size: 13px;
  line-height: 1.75;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--reesg-card-gap);
  justify-items: center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-result-card{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 255px;
  border: 1px solid var(--reesg-border);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 36, 63, .08);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-result-label{
  padding: 13px 14px;
  color: var(--reesg-heading);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(135deg, #f8fbfd 0%, #edf4f8 100%);
  border-bottom: 1px solid var(--reesg-border);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-preview-area{
  flex: 1;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 18px;
  text-align: center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-signature-text{
  display: inline-block;
  color: var(--reesg-primary);
  max-width: none;
  line-height: 1.15;
  transform-origin: center center;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-placeholder{
  color: var(--reesg-muted);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  white-space: normal;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-result-actions{
  display: flex;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--reesg-border);
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-result-actions .reesg-button{
  min-height: 42px;
  font-size: 13px;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 210px;
  max-width: min(88vw, 420px);
  padding: 15px 20px;
  border-radius: 999px;
  background: rgba(16, 36, 63, .96);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-page{
    padding: 44px 22px;
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-section{
    padding: 22px;
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-draw-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #reesg-wrap#reesg-wrap h1{
    font-size: clamp(38px, 5vw, 58px);
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-controls-grid, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-field, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-action-slot{
    max-width: none;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-page{
    padding: 58px 28px;
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-controls-grid, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-card, .tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-results-section{
    padding: 26px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #reesg-wrap#reesg-wrap .reesg-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 .reesg-clear-drawing {}
.tc-wp-tool-root .reesg-clear-drawing-secondary {}
.tc-wp-tool-root .reesg-color-field {}
.tc-wp-tool-root .reesg-color-input {}
.tc-wp-tool-root .reesg-controls-card {}
.tc-wp-tool-root .reesg-download-drawing {}
.tc-wp-tool-root .reesg-draw-card {}
.tc-wp-tool-root .reesg-initials-input {}
.tc-wp-tool-root .reesg-live-signature {}
.tc-wp-tool-root .reesg-main-preview-card {}
.tc-wp-tool-root .reesg-name-input {}
.tc-wp-tool-root .reesg-range-field {}
.tc-wp-tool-root .reesg-reset-all {}
.tc-wp-tool-root .reesg-stroke-input {}
.tc-wp-tool-root .reesg-stroke-value {}
.tc-wp-tool-root .reesg-tool-wrap {}