@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=Allura&family=Great+Vibes&family=Parisienne&family=Sacramento&family=Yellowtail&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 #esg-wrap#esg-wrap{
  --esg-primary: #0f2742;
  --esg-secondary: #0f766e;
  --esg-accent: #16c7e8;
  --esg-soft-bg: #eef4ff;
  --esg-card-bg: rgba(255, 255, 255, .88);
  --esg-heading: #091827;
  --esg-body: #26394f;
  --esg-muted: #64748b;
  --esg-border: rgba(24, 52, 84, .14);
  --esg-button-gradient: linear-gradient(135deg, #0f2742 0%, #0f766e 55%, #16c7e8 100%);
  --esg-shadow: 0 24px 70px rgba(15, 39, 66, .14);
  --esg-radius: 22px;
  --esg-section-gap: 18px;
  --esg-card-gap: 16px;
  --esg-control-gap: 14px;
  --esg-button-height: 48px;
  --esg-input-height: 48px;
  position: relative;
  width: 100%;
  color: var(--esg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}.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-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 14px;
  background:
    radial-gradient(circle at 15% 10%, rgba(22, 199, 232, .18), transparent 32%),
    radial-gradient(circle at 85% 8%, rgba(124, 126, 255, .16), transparent 34%),
    linear-gradient(180deg, var(--esg-soft-bg), #f8fbff 68%, #ffffff);
  border: 1px solid var(--esg-border);
  border-radius: 28px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-tool-area, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero{
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
  padding: 8px 0 18px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero h1{
  margin: 0;
  max-width: 980px;
  color: var(--esg-heading);
  font-size: clamp(2rem, 7vw, 4.35rem);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-hero p{
  margin: 0;
  max-width: 720px;
  color: var(--esg-muted);
  font-size: clamp(.96rem, 2.8vw, 1.12rem);
  line-height: 1.55;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-tool-area{
  display: grid;
  gap: var(--esg-section-gap);
  place-items: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: var(--esg-card-bg);
  border: 1px solid var(--esg-border);
  border-radius: var(--esg-radius);
  box-shadow: var(--esg-shadow);
  backdrop-filter: blur(18px);
  padding: 16px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card h2, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-results-section h2{
  margin: 0 0 14px;
  color: var(--esg-heading);
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--esg-control-gap);
  width: 100%;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-control-group{
  display: grid;
  gap: 8px;
  align-items: end;
  min-width: 0;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-control-group label, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-helper, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-label, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-date{
  color: var(--esg-muted);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-input, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-color, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-range{
  width: 100%;
  min-width: 0;
  margin: 0;
  font: inherit;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-input{
  height: var(--esg-input-height);
  border: 1px solid var(--esg-border);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  color: var(--esg-heading);
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.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, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-btn:focus-visible, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-secondary-btn:focus-visible, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview:focus{
  outline: 3px solid rgba(22, 199, 232, .28);
  outline-offset: 3px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-color{
  height: var(--esg-input-height);
  border: 1px solid var(--esg-border);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  padding: 7px;
  cursor: pointer;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range{
  appearance: none;
  height: var(--esg-input-height);
  background: transparent;
  cursor: pointer;
}.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-primary), var(--esg-accent));
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--esg-primary), var(--esg-accent));
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-webkit-slider-thumb{
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--esg-primary);
  box-shadow: 0 6px 18px rgba(15,39,66,.25);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--esg-primary);
  box-shadow: 0 6px 18px rgba(15,39,66,.25);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle-group{
  align-content: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--esg-input-height);
  border: 1px solid var(--esg-border);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  padding: 10px 12px;
  cursor: pointer;
  user-select: none;
  text-align: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle input{
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle span{
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #cbd5e1;
  position: relative;
  flex: 0 0 auto;
  transition: background .2s ease;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle span::after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(15,39,66,.22);
  transition: transform .2s ease;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle input:checked + span{
  background: var(--esg-secondary);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toggle input:checked + span::after{
  transform: translateX(20px);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-actions, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-btn, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-secondary-btn{
  min-height: var(--esg-button-height);
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  touch-action: manipulation;
  text-align: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-btn{
  color: #ffffff;
  background: var(--esg-button-gradient);
  box-shadow: 0 12px 28px rgba(15,118,110,.22);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-secondary-btn{
  color: var(--esg-primary);
  background: rgba(255,255,255,.92);
  border: 1px solid var(--esg-border);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-btn:hover, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-secondary-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-btn:active, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-secondary-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-helper{
  margin: -4px 0 12px;
  text-align: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-canvas-frame{
  width: 100%;
  overflow: hidden;
  border: 1px dashed rgba(15, 39, 66, .28);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(15,39,66,.04) 1px, transparent 1px),
    linear-gradient(rgba(15,39,66,.04) 1px, transparent 1px),
    #ffffff;
  background-size: 22px 22px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-canvas{
  display: block;
  width: 100%;
  height: 190px;
  max-width: 100%;
  touch-action: none;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-button-row{
  margin-top: 12px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-document-preview{
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 22px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--esg-border);
  background: #ffffff;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-lines{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-lines span{
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15,39,66,.16), rgba(15,39,66,.04));
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-lines span:nth-child(2){
  width: 86%;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-lines span:nth-child(3){
  width: 62%;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-signature-block{
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-signature{
  width: 100%;
  max-width: 520px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--esg-primary);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.1rem, 8vw, 4rem);
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.15;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-doc-line{
  width: min(520px, 100%);
  height: 1px;
  background: rgba(15,39,66,.28);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-preview{
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--esg-border);
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  overflow: auto;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-main-preview span{
  color: var(--esg-primary);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.35rem, 10vw, 5rem);
  line-height: 1.1;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-main-preview-card .esg-btn{
  display: block;
  margin: 12px auto 0;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--esg-card-gap);
  width: 100%;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-card{
  min-height: 270px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--esg-border);
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 32px rgba(15,39,66,.08);
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-label{
  color: var(--esg-heading);
  font-weight: 800;
  text-align: center;
  font-size: .95rem;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-card .esg-preview{
  min-height: 142px;
  max-height: 142px;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-signature-text{
  display: inline-block;
  color: var(--esg-primary);
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 100%;
  line-height: 1.12;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-card .esg-btn{
  width: 100%;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  background: #071521;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 14px 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  font-weight: 800;
  text-align: center;
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #esg-wrap#esg-wrap .esg-toast.esg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #esg-wrap#esg-wrap .esg-shell{
    padding: 30px 18px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-control-grid, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-actions{
    grid-column: span 2;
  }}@media (min-width: 768px) {.tc-wp-tool-root #esg-wrap#esg-wrap{
    --esg-section-gap: 22px;
    --esg-card-gap: 18px;
    --esg-control-gap: 16px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-shell{
    padding: 38px 24px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-card, .tc-wp-tool-root #esg-wrap#esg-wrap .esg-results-section{
    padding: 22px;
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-canvas{
    height: 230px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #esg-wrap#esg-wrap .esg-control-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));
  }.tc-wp-tool-root #esg-wrap#esg-wrap .esg-actions{
    grid-column: auto;
  }}@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 #esg-wrap#esg-wrap .esg-shell{
    padding: 46px 30px;
  }}.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-clear-draw-btn {}
.tc-wp-tool-root .esg-control-card {}
.tc-wp-tool-root .esg-document-card {}
.tc-wp-tool-root .esg-download-draw-btn {}
.tc-wp-tool-root .esg-download-main-btn {}
.tc-wp-tool-root .esg-draw-card {}
.tc-wp-tool-root .esg-live-signature {}
.tc-wp-tool-root .esg-range-value {}
.tc-wp-tool-root .esg-reset-btn {}
.tc-wp-tool-root .esg-wrap {}