@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&family=Pacifico&family=Great+Vibes&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: #0b1f3a;
  --cesg-secondary: #0f6fff;
  --cesg-accent: #18b8a7;
  --cesg-soft-bg: #eef6fb;
  --cesg-card-bg: rgba(255, 255, 255, .9);
  --cesg-heading: #102033;
  --cesg-body: #23384f;
  --cesg-muted: #64748b;
  --cesg-border: rgba(15, 31, 58, .14);
  --cesg-button-gradient: linear-gradient(135deg, #0f6fff 0%, #18b8a7 100%);
  --cesg-shadow: 0 20px 55px rgba(11, 31, 58, .14);
  --cesg-radius: 24px;
  --cesg-section-gap: 24px;
  --cesg-card-gap: 18px;
  --cesg-control-gap: 14px;
  --cesg-button-height: 46px;
  --cesg-input-height: 48px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  padding: 24px 14px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cesg-body);
  background: radial-gradient(circle at top left, rgba(24,184,167,.14), transparent 34%), linear-gradient(180deg, #f7fbff 0%, var(--cesg-soft-bg) 100%);
  border-radius: 0;
}.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-shell, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-section{
  width: 100%;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero{
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  padding: 10px 0 18px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero h1{
  margin: 0;
  max-width: 940px;
  color: var(--cesg-heading);
  font-size: clamp(1.75rem, 6.5vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-hero p{
  margin: 0;
  max-width: 720px;
  color: var(--cesg-muted);
  font-size: clamp(.95rem, 2.8vw, 1.12rem);
  line-height: 1.6;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-shell{
  display: grid;
  gap: var(--cesg-section-gap);
  justify-items: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-card{
  background: var(--cesg-card-bg);
  border: 1px solid var(--cesg-border);
  border-radius: var(--cesg-radius);
  box-shadow: var(--cesg-shadow);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card{
  display: grid;
  gap: var(--cesg-card-gap);
  justify-items: center;
  padding: 18px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card h2, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-section h2{
  margin: 0;
  color: var(--cesg-heading);
  font-size: clamp(1.15rem, 4vw, 1.55rem);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-assist{
  margin: 0;
  color: var(--cesg-muted);
  text-align: center;
  font-size: .95rem;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-grid, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cesg-control-gap);
  width: 100%;
  justify-items: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-group{
  width: 100%;
  display: grid;
  gap: 7px;
  justify-items: stretch;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-control-group label{
  color: var(--cesg-heading);
  font-size: .86rem;
  font-weight: 700;
}.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{
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--cesg-border);
  border-radius: 15px;
  background: rgba(255,255,255,.95);
  color: var(--cesg-heading);
  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: var(--cesg-input-height);
  padding: 0 14px;
  font: 500 1rem/1.2 Inter, sans-serif;
  appearance: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-color{
  height: var(--cesg-input-height);
  padding: 6px;
  cursor: pointer;
  appearance: none;
}.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{
  border-color: var(--cesg-secondary);
  box-shadow: 0 0 0 4px rgba(15,111,255,.16);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range{
  height: var(--cesg-input-height);
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cesg-secondary), var(--cesg-accent));
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cesg-secondary), var(--cesg-accent));
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--cesg-primary);
  box-shadow: 0 6px 16px rgba(11,31,58,.28);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--cesg-primary);
  box-shadow: 0 6px 16px rgba(11,31,58,.28);
  cursor: pointer;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-button-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn{
  min-height: var(--cesg-button-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  font: 800 .9rem/1 Inter, sans-serif;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background .18s ease;
  appearance: none;
  touch-action: manipulation;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:active{
  transform: scale(.97);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn:focus-visible{
  outline: 3px solid rgba(24,184,167,.42);
  outline-offset: 3px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn-primary{
  color: #fff;
  background: var(--cesg-button-gradient);
  box-shadow: 0 12px 25px rgba(15,111,255,.22);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-btn-secondary{
  color: var(--cesg-primary);
  background: #e7f0fb;
  box-shadow: inset 0 0 0 1px rgba(15,31,58,.1);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-canvas{
  width: 100%;
  max-width: 760px;
  height: 220px;
  display: block;
  border-radius: 20px;
  border: 1px dashed rgba(15,31,58,.24);
  background: #fff;
  touch-action: none;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-preview{
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--cesg-border);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-signature-name{
  font-weight: 800;
  color: var(--cesg-heading);
  font-size: 1.2rem;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-meta, .tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-links{
  color: var(--cesg-muted);
  font-size: .92rem;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-email-typed{
  margin-top: 4px;
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-family: "Great Vibes", cursive;
  font-size: 2.1rem;
  line-height: 1.15;
  color: var(--cesg-secondary);
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-results-section{
  display: grid;
  gap: 14px;
  justify-items: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-card{
  width: 100%;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-result-label{
  color: var(--cesg-heading);
  font-weight: 800;
  text-align: center;
  font-size: .96rem;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-preview{
  min-height: 96px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  border: 1px solid rgba(15,31,58,.1);
  text-align: center;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-placeholder{
  color: var(--cesg-muted);
  font: 600 .9rem/1.4 Inter, sans-serif;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card-actions{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  flex-wrap: wrap;
}.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card-actions .cesg-btn{
  min-height: 40px;
  padding: 0 13px;
  font-size: .82rem;
}.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: 150px;
  max-width: calc(100vw - 32px);
  padding: 16px 22px;
  border-radius: 999px;
  background: #081827;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
  text-align: center;
  font: 800 1rem/1 Inter, sans-serif;
  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: 32px 18px;
  }.tc-wp-tool-root #cesg-wrap#cesg-wrap .cesg-card{
    padding: 22px;
  }}@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));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cesg-wrap#cesg-wrap{
    padding: 44px 24px;
  }.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(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.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-action-group {}
.tc-wp-tool-root .cesg-controls-card {}
.tc-wp-tool-root .cesg-draw-card {}
.tc-wp-tool-root .cesg-email-card {}
.tc-wp-tool-root .cesg-stroke-value {}
.tc-wp-tool-root .cesg-tool-wrap {}