@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 #rsg-wrap#rsg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 28px 14px;
  color: #233448;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(33, 150, 136, .12), transparent 34%),
    linear-gradient(135deg, #f9f5eb 0%, #f4f8fb 48%, #eef5f4 100%);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap *, .tc-wp-tool-root #rsg-wrap#rsg-wrap *::before, .tc-wp-tool-root #rsg-wrap#rsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-hero, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-shell, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-card, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-hero{
  text-align: center;
  padding: 8px 0 22px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap h1{
  margin: 0 auto;
  max-width: 980px;
  color: #10283d;
  font-size: clamp(2rem, 8vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 820;
  text-align: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: #526579;
  font-size: clamp(.98rem, 2vw, 1.15rem);
  line-height: 1.6;
  text-align: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-shell{
  display: grid;
  gap: 18px;
  justify-items: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-card{
  border: 1px solid rgba(18, 50, 74, .12);
  border-radius: 24px;
  background: rgba(255, 253, 247, .88);
  box-shadow: 0 20px 60px rgba(20, 40, 62, .12);
  padding: 18px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-section-title{
  margin: 0 0 14px;
  color: #12324a;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: 0;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-centered{
  text-align: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-mini-text{
  margin: -8px 0 14px;
  color: #627488;
  font-size: .92rem;
  line-height: 1.5;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: end;
  width: 100%;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-field{
  display: grid;
  gap: 8px;
  color: #2f4256;
  font-size: .88rem;
  font-weight: 720;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-input, .tc-wp-tool-root #rsg-wrap#rsg-wrap input[type="text"].rsg-input, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-select, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-color, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range{
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(18, 50, 74, .16);
  border-radius: 15px;
  background: #ffffff;
  color: #172c3e;
  font: inherit;
  outline: none;
  appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-input{
  padding: 0 14px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-select{
  background-image: linear-gradient(45deg, transparent 50%, #2a6f73 50%), linear-gradient(135deg, #2a6f73 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-input:focus, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-select:focus, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-color:focus, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range:focus{
  border-color: #1d8c88;
  box-shadow: 0 0 0 4px rgba(29, 140, 136, .14);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap input[type="color"].rsg-color{
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap input[type="range"].rsg-range{
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #12324a, #1d8c88);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #12324a, #1d8c88);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #c9a95a;
  box-shadow: 0 5px 15px rgba(18, 50, 74, .24);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #c9a95a;
  box-shadow: 0 5px 15px rgba(18, 50, 74, .24);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-action-cell, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-action-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap button.rsg-btn, .tc-wp-tool-root #rsg-wrap#rsg-wrap button[type="button"].rsg-btn{
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 15px;
  padding: 12px 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 780;
  letter-spacing: 0;
  appearance: none;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #12324a, #1d8c88 64%, #c9a95a);
  box-shadow: 0 12px 28px rgba(18, 50, 74, .22);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-btn-soft{
  color: #12324a;
  background: #eef5f4;
  border: 1px solid rgba(18, 50, 74, .12);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 16px 34px rgba(18, 50, 74, .18);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-btn:active{
  transform: scale(.98);
  box-shadow: 0 8px 18px rgba(18, 50, 74, .14);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap canvas.rsg-canvas{
  display: block;
  width: 100%;
  height: 210px;
  border: 1px dashed rgba(18, 50, 74, .25);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fffdf7);
  touch-action: none;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-action-row{
  margin-top: 14px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-action-row .rsg-btn{
  max-width: 260px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-document{
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  border: 1px solid rgba(18, 50, 74, .12);
  background: #fffefa;
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-lines{
  display: grid;
  gap: 9px;
  margin-bottom: 34px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-lines span{
  height: 9px;
  max-width: 100%;
  border-radius: 999px;
  background: #e5ebef;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-lines span:nth-child(2){
  width: 82%;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-lines span:nth-child(3){
  width: 68%;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-sign-line{
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 82px;
  border-bottom: 1px solid #9aa8b5;
  overflow: auto;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-signature{
  color: #12324a;
  font-size: 2.1rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  text-align: center;
  padding: 0 12px 8px;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-doc-caption{
  margin-top: 8px;
  color: #667789;
  font-size: .82rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-card{
  display: grid;
  grid-template-rows: auto 150px auto;
  gap: 12px;
  min-height: 260px;
  border: 1px solid rgba(18, 50, 74, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  padding: 14px;
  box-shadow: 0 14px 38px rgba(20, 40, 62, .1);
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-label{
  color: #12324a;
  font-size: .94rem;
  font-weight: 820;
  text-align: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-preview{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-radius: 16px;
  border: 1px solid rgba(18, 50, 74, .1);
  background:
    linear-gradient(90deg, rgba(18, 50, 74, .04) 1px, transparent 1px),
    linear-gradient(#fffefa, #ffffff);
  background-size: 22px 22px, auto;
  overflow: auto;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-signature-text{
  display: block;
  min-width: max-content;
  max-width: none;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  color: #12324a;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-compact-row{
  display: flex;
  justify-content: center;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-compact-row .rsg-btn{
  max-width: 220px;
  min-height: 42px;
  padding: 10px 13px;
  font-size: .9rem;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: min(88vw, 360px);
  padding: 14px 18px;
  border-radius: 16px;
  color: #fff;
  background: rgba(13, 32, 48, .96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  font-weight: 820;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-toast.rsg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #rsg-wrap#rsg-wrap{
    padding: 36px 20px;
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-card{
    padding: 22px;
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-control-grid, .tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap button.rsg-btn{
    width: auto;
    min-width: 170px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #rsg-wrap#rsg-wrap{
    padding: 44px 24px;
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-card{
    grid-template-rows: auto 170px auto;
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-preview{
    height: 170px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-card{
    padding: 26px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #rsg-wrap#rsg-wrap{
    padding: 54px 28px;
  }.tc-wp-tool-root #rsg-wrap#rsg-wrap .rsg-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 .rsg-card-head {}
.tc-wp-tool-root .rsg-control-card {}
.tc-wp-tool-root .rsg-document-card {}
.tc-wp-tool-root .rsg-draw-card {}
.tc-wp-tool-root .rsg-tool-wrap {}