@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=Caveat:wght@600;700&family=Pacifico&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 #amsg-wrap#amsg-wrap{
  --amsg-primary: #007aff;
  --amsg-secondary: #2b2f36;
  --amsg-accent: #22c7d9;
  --amsg-bg: linear-gradient(145deg, #f7f9fc 0%, #eef3f8 48%, #fbfcfd 100%);
  --amsg-card: rgba(255, 255, 255, .84);
  --amsg-heading: #11151b;
  --amsg-body: #3f4854;
  --amsg-muted: #758091;
  --amsg-border: #dbe3ed;
  --amsg-button: linear-gradient(135deg, #007aff 0%, #16c7df 100%);
  --amsg-shadow: 0 18px 50px rgba(28, 39, 55, .12), 0 2px 8px rgba(28, 39, 55, .05);
  --amsg-radius: 22px;
  --amsg-section-gap: 18px;
  --amsg-card-gap: 14px;
  --amsg-control-gap: 12px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 12px;
  background: var(--amsg-bg);
  color: var(--amsg-body);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap *, .tc-wp-tool-root #amsg-wrap#amsg-wrap *::before, .tc-wp-tool-root #amsg-wrap#amsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-hero, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-shell, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-card, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-hero{
  text-align: center;
  margin-bottom: var(--amsg-section-gap);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-hero-inner{
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  gap: 10px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-kicker{
  margin: 0;
  color: var(--amsg-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap h1, .tc-wp-tool-root #amsg-wrap#amsg-wrap h2, .tc-wp-tool-root #amsg-wrap#amsg-wrap p{
  margin-top: 0;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap h1{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: var(--amsg-heading);
  font-size: clamp(30px, 8vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-subtitle{
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: var(--amsg-muted);
  font-size: clamp(15px, 3.9vw, 18px);
  text-align: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-shell{
  display: grid;
  gap: var(--amsg-section-gap);
  justify-items: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-card, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-results-section{
  border: 1px solid rgba(219, 227, 237, .9);
  border-radius: var(--amsg-radius);
  background: var(--amsg-card);
  box-shadow: var(--amsg-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 16px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-section-head{
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--amsg-card-gap);
  text-align: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-section-head h2{
  margin-bottom: 4px;
  color: var(--amsg-heading);
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-section-head p{
  margin-bottom: 0;
  color: var(--amsg-muted);
  font-size: 14px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-controls-grid, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-settings-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--amsg-control-gap);
  justify-content: center;
  align-items: stretch;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-settings-grid{
  margin-top: 14px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-field{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--amsg-secondary);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-field span{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-field strong{
  color: var(--amsg-primary);
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap button, .tc-wp-tool-root #amsg-wrap#amsg-wrap input, .tc-wp-tool-root #amsg-wrap#amsg-wrap textarea, .tc-wp-tool-root #amsg-wrap#amsg-wrap select, .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="range"], .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="color"], .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="text"], .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="email"], .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="url"], .tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="tel"], .tc-wp-tool-root #amsg-wrap#amsg-wrap button[type="button"]{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  margin: 0;
  border: 1px solid var(--amsg-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  color: var(--amsg-heading);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  padding: 0 14px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8), inset 0 1px 2px rgba(17, 21, 27, .03);
  box-sizing: border-box;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input::placeholder{
  color: #a1aab7;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input:focus, .tc-wp-tool-root #amsg-wrap#amsg-wrap button:focus-visible, .tc-wp-tool-root #amsg-wrap#amsg-wrap canvas:focus-visible{
  outline: 3px solid rgba(0, 122, 255, .22);
  outline-offset: 2px;
  border-color: rgba(0, 122, 255, .75);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-color-input{
  min-height: 48px;
  padding: 5px;
  cursor: pointer;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-range{
  min-height: 46px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  cursor: pointer;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 122, 255, .82), rgba(34, 199, 217, .7));
  border: 1px solid rgba(219, 227, 237, .85);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="range"]::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 122, 255, .82), rgba(34, 199, 217, .7));
  border: 1px solid rgba(219, 227, 237, .85);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--amsg-primary);
  box-shadow: 0 5px 14px rgba(0, 122, 255, .35);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap input[type="range"]::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--amsg-primary);
  box-shadow: 0 5px 14px rgba(0, 122, 255, .35);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-actions, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-card-actions{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn{
  width: auto;
  min-width: 132px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn-primary, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn{
  border-color: transparent;
  background: var(--amsg-button);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 122, 255, .22);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn-secondary, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn{
  background: rgba(255, 255, 255, .9);
  color: var(--amsg-secondary);
  border-color: var(--amsg-border);
  box-shadow: 0 8px 20px rgba(35, 45, 60, .07);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn:hover, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn:hover, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(0, 122, 255, .2);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn:active, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn:active, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn.is-success, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn.is-success, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn.is-success{
  border-color: rgba(23, 181, 122, .55);
  background: linear-gradient(135deg, #16a36f 0%, #22c7d9 100%);
  color: #ffffff;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-canvas-wrap{
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  padding: 8px;
  border: 1px solid var(--amsg-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  overflow: hidden;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-canvas{
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 160px;
  display: block;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 1px 6px rgba(15, 23, 42, .04);
  touch-action: none;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-email-preview{
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 1px solid var(--amsg-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  text-align: left;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-email-line{
  color: var(--amsg-body);
  font-size: 14px;
  margin-bottom: 8px;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-email-signature{
  color: var(--amsg-primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1.12;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-email-meta{
  margin-top: 8px;
  color: var(--amsg-muted);
  font-size: 13px;
  line-height: 1.55;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-result-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--amsg-card-gap);
  justify-content: center;
  align-items: stretch;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 292px;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--amsg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(31, 41, 55, .08);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-style-label{
  margin: 0 0 10px;
  color: var(--amsg-heading);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-signature-preview{
  flex: 1;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border: 1px solid #edf1f6;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  padding: 16px;
  text-align: center;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-signature-name{
  color: var(--amsg-primary);
  line-height: 1.12;
  white-space: nowrap;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-placeholder{
  color: #8792a1;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-contact-line{
  color: var(--amsg-body);
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-contact-muted{
  color: var(--amsg-muted);
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  min-width: 168px;
  max-width: calc(100vw - 32px);
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(17, 21, 27, .94);
  color: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (max-width: 479px) {.tc-wp-tool-root #amsg-wrap#amsg-wrap{
    padding: 18px 10px;
    --amsg-section-gap: 18px;
    --amsg-card-gap: 12px;
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-card, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-results-section{
    padding: 13px;
    border-radius: 18px;
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-btn, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-copy-btn, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-download-btn{
    width: 100%;
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-signature-preview{
    padding: 13px;
  }}@media (min-width: 640px) {.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-controls-grid, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-settings-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #amsg-wrap#amsg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-controls-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-card, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-results-section{
    padding: 22px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #amsg-wrap#amsg-wrap{
    --amsg-section-gap: 26px;
    --amsg-card-gap: 18px;
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-controls-grid, .tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-settings-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root #amsg-wrap#amsg-wrap .amsg-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 .amsg-color-field {}
.tc-wp-tool-root .amsg-controls-card {}
.tc-wp-tool-root .amsg-draw-card {}
.tc-wp-tool-root .amsg-input {}
.tc-wp-tool-root .amsg-mail-preview-card {}
.tc-wp-tool-root .amsg-results-head {}
.tc-wp-tool-root .amsg-tool-wrap {}