@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 #tesg-wrap#tesg-wrap, .tc-wp-tool-root #tesg-wrap#tesg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(224, 184, 91, .22), transparent 34%),
    linear-gradient(135deg, #fff8ea 0%, #f8f1df 48%, #eef5ed 100%);
  color: #14233f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 0 18px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-title{
  margin: 0 auto;
  max-width: 980px;
  color: #10213b;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: #4f5b6f;
  font-size: clamp(.98rem, 2.4vw, 1.15rem);
  line-height: 1.6;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-generator, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-results-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-generator{
  display: grid;
  gap: 16px;
  justify-items: center;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-draw-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-card{
  width: 100%;
  border: 1px solid rgba(20, 35, 63, .1);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(16, 33, 59, .11);
  border-radius: 18px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-draw-card{
  padding: 18px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: end;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-group{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-group label{
  color: #243650;
  font-size: .88rem;
  font-weight: 700;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range{
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(20, 35, 63, .18);
  border-radius: 14px;
  background: #fffdf8;
  color: #14233f;
  font: inherit;
  outline: none;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input{
  padding: 12px 14px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-input:focus, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color:focus, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range:focus, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:focus{
  box-shadow: 0 0 0 4px rgba(31, 111, 74, .18);
  border-color: #1f6f4a;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-color{
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range{
  padding: 0;
  accent-color: #1f6f4a;
  background: transparent;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6f4a, #e0b85b);
  border: 1px solid rgba(20, 35, 63, .12);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6f4a, #e0b85b);
  border: 1px solid rgba(20, 35, 63, .12);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #10213b;
  box-shadow: 0 4px 12px rgba(16, 33, 59, .25);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #10213b;
  box-shadow: 0 4px 12px rgba(16, 33, 59, .25);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-actions-group{
  align-self: end;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-section-title{
  margin: 0 0 10px;
  text-align: center;
  color: #10213b;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-helper{
  max-width: 680px;
  margin: 0 auto 14px;
  text-align: center;
  color: #5b6675;
  font-size: .92rem;
  line-height: 1.55;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-canvas{
  display: block;
  width: 100%;
  max-width: 760px;
  height: 220px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px dashed rgba(20, 35, 63, .28);
  background: #fffdf8;
  touch-action: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn{
  min-height: 44px;
  max-width: 100%;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: normal;
  overflow-wrap: anywhere;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #1f6f4a, #10213b);
  box-shadow: 0 12px 22px rgba(31, 111, 74, .22);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-btn-secondary{
  color: #10213b;
  background: #fffaf0;
  border-color: rgba(31, 111, 74, .24);
  box-shadow: 0 8px 18px rgba(16, 33, 59, .08);
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-card{
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 12px;
  min-height: 312px;
  padding: 18px;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-label{
  margin: 0;
  color: #10213b;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-area{
  width: 100%;
  height: 145px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(20, 35, 63, .1);
  background: #ffffff;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-preview-inner{
  display: inline-block;
  min-width: max-content;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-signature-name{
  display: block;
  color: var(--tesg-accent, #1f6f4a);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-signature-line{
  display: block;
  margin-top: 5px;
  color: #26364f;
  font-size: .88rem;
  line-height: 1.28;
  white-space: nowrap;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-meta{
  color: #657083;
  font-size: .78rem;
  font-weight: 700;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 190px;
  max-width: min(86vw, 360px);
  padding: 15px 20px;
  border-radius: 16px;
  background: #10213b;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(16, 33, 59, .3);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-toast.tesg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 768px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap{
    padding: 32px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-generator{
    gap: 24px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-draw-card, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-card{
    padding: 24px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tesg-wrap#tesg-wrap{
    padding: 40px;
  }.tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-control-grid, .tc-wp-tool-root #tesg-wrap#tesg-wrap .tesg-result-grid{
    grid-template-columns: repeat(3, 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 .tesg-wrap {}