@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 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 #esg-wrap#esg-wrap{
  --esg-primary: #123a72;
  --esg-secondary: #0f766e;
  --esg-accent: #67e8f9;
  --esg-soft-bg: #f5fbff;
  --esg-card-bg: #ffffff;
  --esg-heading: #0b1f3a;
  --esg-body: #21364f;
  --esg-muted: #64748b;
  --esg-border: #d9e6ef;
  --esg-button-gradient: linear-gradient(135deg, #123a72 0%, #0f766e 100%);
  --esg-shadow: 0 22px 60px rgba(15, 58, 114, .13);
  --esg-radius: 18px;
  --esg-section-gap: 18px;
  --esg-card-gap: 16px;
  --esg-control-gap: 14px;
  --esg-button-height: 46px;
  --esg-input-height: 46px;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 14px;
  box-sizing: border-box;
  overflow-x: hidden;
  color: var(--esg-body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, .28), transparent 32%),
    linear-gradient(180deg, #f7fcff 0%, var(--esg-soft-bg) 100%);
}.tc-wp-tool-root #esg-wrap#esg-wrap *, .tc-wp-tool-root #esg-wrap#esg-wrap *::before, .tc-wp-tool-root #esg-wrap#esg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-shell, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-card, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-controls-grid, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-output-grid, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-actions{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero{
  max-width: 900px;
  text-align: center;
  padding: 4px 0 20px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-title{
  margin: 0;
  color: var(--esg-heading);
  font-size: clamp(2rem, 7vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 850;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-subtitle{
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--esg-muted);
  font-size: clamp(.98rem, 2.4vw, 1.12rem);
  line-height: 1.6;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-shell{
  max-width: 1200px;
  display: grid;
  gap: var(--esg-section-gap);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card{
  max-width: 1200px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--esg-border);
  border-radius: var(--esg-radius);
  box-shadow: var(--esg-shadow);
  padding: 16px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-section-head{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  text-align: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-section-title{
  margin: 0;
  color: var(--esg-heading);
  font-size: clamp(1.05rem, 2.8vw, 1.32rem);
  line-height: 1.25;
  font-weight: 780;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-controls-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--esg-control-gap);
  align-items: end;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-label{
  color: var(--esg-heading);
  font-size: .88rem;
  line-height: 1.25;
  font-weight: 700;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range-value{
  color: var(--esg-secondary);
  font-weight: 800;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-input, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-color{
  width: 100%;
  min-width: 0;
  height: var(--esg-input-height);
  border: 1px solid var(--esg-border);
  border-radius: 12px;
  background: #fbfdff;
  color: var(--esg-body);
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  appearance: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-input{
  padding: 0 13px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-color{
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-input:focus, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-color:focus, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-range:focus-visible, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-button:focus-visible{
  border-color: var(--esg-secondary);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .16);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range{
  width: 100%;
  height: var(--esg-input-height);
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--esg-secondary), var(--esg-accent));
  border: 1px solid rgba(15, 118, 110, .18);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--esg-secondary), var(--esg-accent));
  border: 1px solid rgba(15, 118, 110, .18);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--esg-primary);
  box-shadow: 0 5px 14px rgba(18, 58, 114, .22);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--esg-primary);
  box-shadow: 0 5px 14px rgba(18, 58, 114, .22);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-button{
  min-height: var(--esg-button-height);
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  background: var(--esg-button-gradient);
  color: #ffffff;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .2);
  appearance: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-button:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-button-ghost{
  color: var(--esg-primary);
  background: #eef8fb;
  border: 1px solid var(--esg-border);
  box-shadow: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-output-grid{
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--esg-card-gap);
  align-items: stretch;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-email-preview{
  max-width: 620px;
  min-height: 188px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #cfe4ec;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  display: grid;
  align-content: center;
  gap: 9px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview-name{
  color: var(--esg-secondary);
  font-size: clamp(1.35rem, 5vw, 2.1rem);
  line-height: 1.15;
  font-weight: 800;
  white-space: nowrap;
  overflow: auto;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview-role, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview-contact{
  color: var(--esg-body);
  font-size: .95rem;
  line-height: 1.45;
  white-space: normal;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview-contact{
  color: var(--esg-muted);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-helper{
  margin: -4px auto 12px;
  color: var(--esg-muted);
  text-align: center;
  font-size: .9rem;
  line-height: 1.45;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-canvas-frame{
  width: 100%;
  max-width: 680px;
  margin: 0 auto 12px;
  padding: 10px;
  border: 1px dashed #aacad7;
  border-radius: 16px;
  background: #fafdff;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-canvas{
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--esg-border);
  touch-action: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid{
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--esg-card-gap);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-card{
  min-height: 270px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--esg-border);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(18, 58, 114, .08);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-style-name{
  margin: 0;
  color: var(--esg-heading);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-signature-preview{
  min-height: 108px;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e4edf3;
  background: #fbfdff;
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  color: var(--esg-muted);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-actions{
  margin-top: auto;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  pointer-events: none;
  min-width: 190px;
  max-width: calc(100vw - 32px);
  padding: 15px 20px;
  border-radius: 16px;
  background: #06172d;
  color: #ffffff;
  text-align: center;
  font-weight: 850;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toast.esg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #esg-wrap#esg-wrap{
    padding: 40px 18px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card{
    padding: 20px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-two-actions .esg-button, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-actions .esg-button{
    width: calc(50% - 5px);
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #esg-wrap#esg-wrap{
    --esg-section-gap: 22px;
    --esg-card-gap: 18px;
    padding: 48px 22px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-controls-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-reset-row .esg-button{
    width: 100%;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-output-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #esg-wrap#esg-wrap{
    padding: 58px 28px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card{
    padding: 24px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-controls-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root #esg-wrap#esg-wrap .esg-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 .esg-color-field {}
.tc-wp-tool-root .esg-controls-card {}
.tc-wp-tool-root .esg-draw-card {}
.tc-wp-tool-root .esg-email-preview-card {}
.tc-wp-tool-root .esg-results-card {}
.tc-wp-tool-root .esg-wrap {}