@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,700;1,700&family=Great+Vibes&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 #hsg-wrap#hsg-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  background: linear-gradient(135deg, #edf6fb 0%, #ffffff 48%, #f7fbfd 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 28px 14px;
  box-sizing: border-box;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap *, .tc-wp-tool-root #hsg-wrap#hsg-wrap *::before, .tc-wp-tool-root #hsg-wrap#hsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 0 22px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-title{
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: #102033;
  font-size: clamp(2rem, 7vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-subtitle{
  margin: 14px auto 0;
  max-width: 680px;
  text-align: center;
  color: #657386;
  font-size: clamp(1rem, 3.8vw, 1.2rem);
  line-height: 1.55;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-main{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 16px;
  justify-items: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card{
  border: 1px solid rgba(153, 173, 195, 0.34);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(20, 46, 74, 0.11);
  padding: 16px;
  text-align: center;
  backdrop-filter: blur(12px);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-card{
  display: grid;
  gap: 16px;
  justify-items: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-items: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control{
  width: 100%;
  display: grid;
  gap: 8px;
  text-align: left;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-label{
  color: #26384f;
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range{
  width: 100%;
  min-height: 48px;
  border: 1px solid #cddbea;
  border-radius: 14px;
  background: #ffffff;
  color: #162033;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input{
  padding: 12px 14px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-color-input{
  padding: 7px;
  cursor: pointer;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range{
  accent-color: #ff5c35;
  padding: 0 6px;
  cursor: pointer;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input:focus, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range:focus{
  border-color: #ff7a3d;
  box-shadow: 0 0 0 4px rgba(255, 92, 53, 0.16);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-action-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary{
  min-height: 46px;
  border-radius: 14px;
  border: 0;
  padding: 12px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn{
  color: #ffffff;
  background: linear-gradient(135deg, #ff5c35 0%, #ff8a3d 100%);
  box-shadow: 0 14px 30px rgba(255, 92, 53, 0.28);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary{
  color: #123047;
  background: #ffffff;
  border: 1px solid #cddbea;
  box-shadow: 0 10px 25px rgba(20, 46, 74, 0.08);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:hover, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:active, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary:active, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn.hsg-active, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary.hsg-active{
  transform: scale(0.96);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:focus, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(43, 179, 177, 0.22), 0 14px 30px rgba(255, 92, 53, 0.22);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card-head{
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  margin-bottom: 14px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-section-title{
  margin: 0;
  color: #102033;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-help{
  margin: 0;
  color: #657386;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-document-preview{
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  padding: 18px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-doc-line{
  margin: 0 0 10px;
  color: #34455c;
  font-size: 0.96rem;
  line-height: 1.55;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-doc-footer{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #dbe5ef;
  text-align: left;
  overflow: auto;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-doc-signature{
  display: inline-block;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-canvas-shell{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-canvas{
  width: 100%;
  max-width: 920px;
  height: 210px;
  display: block;
  border: 1px dashed #b9c8d9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 2px 14px rgba(20, 46, 74, 0.06);
  cursor: crosshair;
  touch-action: none;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-items: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card{
  width: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(153, 173, 195, 0.34);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(20, 46, 74, 0.1);
  padding: 14px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card:hover, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card.hsg-selected{
  transform: translateY(-2px);
  border-color: rgba(255, 92, 53, 0.42);
  box-shadow: 0 22px 50px rgba(20, 46, 74, 0.13);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-title{
  margin: 0 0 10px;
  color: #102033;
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-preview{
  flex: 1;
  min-height: 126px;
  max-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e9f1;
  border-radius: 16px;
  background: #ffffff;
  padding: 12px;
  text-align: center;
  overflow: auto;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-preview-text{
  display: inline-block;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-actions{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  max-width: calc(100vw - 32px);
  border-radius: 18px;
  background: #102033;
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 22px 60px rgba(16, 32, 51, 0.34);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-toast.hsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card{
    padding: 20px;
    border-radius: 22px;
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-canvas{
    height: 240px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap{
    padding: 54px 22px;
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card{
    padding: 24px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-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 .hsg-document-card {}
.tc-wp-tool-root .hsg-draw-card {}
.tc-wp-tool-root .hsg-draw-clear-btn {}
.tc-wp-tool-root .hsg-draw-download-btn {}
.tc-wp-tool-root .hsg-reset-btn {}
.tc-wp-tool-root .hsg-tool-wrap {}