@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{
  --cesg-primary: #155e75;
  --cesg-secondary: #2563eb;
  --cesg-accent: #14b8a6;
  --cesg-soft-bg: #eef6f8;
  --cesg-card-bg: rgba(255, 255, 255, .88);
  --cesg-heading: #0f172a;
  --cesg-body: #334155;
  --cesg-muted: #64748b;
  --cesg-border: rgba(15, 23, 42, .12);
  --cesg-gradient: linear-gradient(135deg, #155e75 0%, #2563eb 55%, #14b8a6 100%);
  --cesg-shadow: 0 20px 55px rgba(15, 23, 42, .14);
  --cesg-radius: 22px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cesg-body);
  line-height: 1.5;
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 184, 166, .16), transparent 30%),
    radial-gradient(circle at 88% 2%, rgba(37, 99, 235, .18), transparent 28%),
    linear-gradient(135deg, #f8fafc 0%, var(--cesg-soft-bg) 48%, #f3f7fb 100%);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  overflow: hidden;
}.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 .cesg-hero, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-generator, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero-inner{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero{
  padding: 22px 10px 18px;
  text-align: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero-inner{
  max-width: 850px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-title{
  margin: 0;
  color: var(--cesg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: var(--cesg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel{
  background: var(--cesg-card-bg);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--cesg-radius);
  box-shadow: var(--cesg-shadow);
  backdrop-filter: blur(16px);
  padding: 16px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel-head, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-head, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-head, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-action-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel-head, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-head{
  margin-bottom: 14px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel-title, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-title, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-title{
  margin: 0;
  color: var(--cesg-heading);
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel-title{
  font-size: 16px;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-title{
  font-size: 14px;
  font-weight: 750;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-note{
  margin: 4px 0 0;
  color: var(--cesg-muted);
  font-size: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field-list{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-compact-row{
  grid-template-columns: minmax(86px, .45fr) 1fr;
  align-items: end;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field{
  display: grid;
  gap: 6px;
  min-width: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-label{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-label strong{
  color: var(--cesg-primary);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas{
  appearance: none;
  -webkit-appearance: none;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.2;
  border: 1px solid var(--cesg-border);
  border-radius: 14px;
  box-shadow: none;
  outline: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-input{
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  background: rgba(255,255,255,.92);
  color: var(--cesg-heading);
  font-size: 14px;
}.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:focus, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range:focus, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button:focus-visible, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas:focus{
  border-color: rgba(37, 99, 235, .72);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color{
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 5px;
  background: rgba(255,255,255,.94);
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color::-webkit-color-swatch, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color::-moz-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range{
  width: 100%;
  min-height: 46px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(21,94,117,.22), rgba(20,184,166,.42));
  border: 1px solid rgba(15,23,42,.08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(21,94,117,.22), rgba(20,184,166,.42));
  border: 1px solid rgba(15,23,42,.08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  background: var(--cesg-gradient);
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(15,23,42,.22);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--cesg-gradient);
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(15,23,42,.22);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button:active{
  transform: scale(.97);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-primary{
  color: #fff;
  background: var(--cesg-gradient);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 12px 25px rgba(37,99,235,.25);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-secondary{
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #334155, #155e75);
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 10px 22px rgba(15,23,42,.16);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-ghost{
  color: var(--cesg-primary);
  background: rgba(255,255,255,.82);
  border-color: rgba(21,94,117,.18);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-success{
  box-shadow: 0 0 0 4px rgba(20,184,166,.22), 0 12px 25px rgba(20,184,166,.2);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-draw-shell{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cesg-border);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas-box{
  margin-top: 12px;
  width: 100%;
  min-height: 170px;
  padding: 10px;
  background:
    linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px),
    #ffffff;
  background-size: 22px 22px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas{
  display: block;
  width: 100%;
  height: 160px;
  min-height: 160px;
  background: rgba(255,255,255,.84);
  cursor: crosshair;
  touch-action: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-preview{
  min-height: 245px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(248,250,252,.96), rgba(255,255,255,.98));
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 24px rgba(15,23,42,.08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-meta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--cesg-muted);
  font-size: 12px;
  font-weight: 700;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cesg-accent);
  box-shadow: 0 0 0 4px rgba(20,184,166,.16);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-line{
  margin: 0 0 16px;
  color: var(--cesg-body);
  font-size: 14px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-signature{
  padding-left: 14px;
  border-left: 3px solid var(--cesg-primary);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-drawn-preview{
  display: none;
  max-width: 260px;
  max-height: 76px;
  margin: 0 0 7px;
  object-fit: contain;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-drawn-preview.cesg-visible{
  display: block;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-name{
  color: var(--cesg-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
  overflow: auto;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-role, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-company, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-contact{
  color: var(--cesg-body);
  font-size: 13px;
  line-height: 1.5;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-role{
  margin-top: 8px;
  font-weight: 750;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-company{
  color: var(--cesg-heading);
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 8px;
  color: var(--cesg-muted);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-head{
  margin-top: 16px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-card{
  display: flex;
  flex-direction: column;
  min-height: 218px;
  padding: 12px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-title{
  margin-bottom: 9px;
  color: #1e293b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-preview{
  height: 96px;
  min-height: 96px;
  padding: 13px;
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-text{
  display: inline-block;
  color: var(--cesg-primary);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.1;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-placeholder{
  color: #94a3b8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-action-row{
  margin-top: auto;
  padding-top: 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-action-row .cesg-button{
  flex: 1;
  min-height: 38px;
  padding: 9px 10px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  pointer-events: none;
  min-width: 170px;
  max-width: calc(100vw - 36px);
  padding: 15px 20px;
  border-radius: 18px;
  background: rgba(15,23,42,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 70px rgba(15,23,42,.38);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  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: 22px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-field-row{
    grid-template-columns: 1fr 1fr;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas{
    height: 180px;
    min-height: 180px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-title{
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.04;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero{
    padding: 30px 16px 24px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-panel{
    padding: 20px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-generator{
    grid-template-columns: minmax(340px, .86fr) minmax(0, 1.35fr);
    gap: 18px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-controls-panel{
    position: sticky;
    top: 16px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-style-card{
    min-height: 224px;
  }}@media (min-width: 1180px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results{
    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-color-field {}
.tc-wp-tool-root .cesg-preview-panel {}
.tc-wp-tool-root .cesg-tool {}