@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 #hsg-wrap#hsg-wrap{
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 14px;
  position: relative;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #334155;
  background: linear-gradient(135deg, #eef5fb 0%, #f8fbff 46%, #edf7f6 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}.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-hero, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-hero{
  padding: 12px 0 18px;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-hero h1{
  max-width: 720px;
  margin: 0 auto;
  color: #071f3f;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-hero p{
  max-width: 680px;
  margin: 12px auto 0;
  color: #53687f;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card{
  margin-top: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #d7e3ef;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(15, 46, 82, .10), 0 4px 14px rgba(15, 46, 82, .07);
  color: #334155;
  text-align: center;
  overflow: hidden;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card h2, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card h3{
  margin: 0 0 14px;
  color: #071f3f;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card p{
  max-width: 680px;
  margin: 0 auto 14px;
  color: #53687f;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-control-group{
  display: flex;
  width: 100%;
  min-height: 74px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: #263f5f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-select{
  appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid #c8d7e6;
  border-radius: 14px;
  background: #ffffff;
  color: #12243d;
  box-shadow: 0 1px 0 rgba(15, 46, 82, .04);
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  outline: none;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input[type="color"]{
  padding: 5px;
  cursor: pointer;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-select{
  background-image: linear-gradient(45deg, transparent 50%, #143a6f 50%), linear-gradient(135deg, #143a6f 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-input:focus, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-select:focus, .tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range:focus{
  border-color: #0f8b8d;
  box-shadow: 0 0 0 4px rgba(15, 139, 141, .16);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #143a6f;
  outline: none;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range::-webkit-slider-runnable-track{
  height: 8px;
  border: 1px solid #c8d7e6;
  border-radius: 999px;
  background: linear-gradient(90deg, #143a6f, #0f8b8d);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range::-moz-range-track{
  height: 8px;
  border: 1px solid #c8d7e6;
  border-radius: 999px;
  background: linear-gradient(90deg, #143a6f, #0f8b8d);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #c9972f;
  box-shadow: 0 6px 16px rgba(20, 58, 111, .25);
  cursor: pointer;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #c9972f;
  box-shadow: 0 6px 16px rgba(20, 58, 111, .25);
  cursor: pointer;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn{
  appearance: none;
  min-height: 46px;
  margin: 14px auto 0;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #143a6f 0%, #0f8b8d 100%);
  box-shadow: 0 12px 24px rgba(15, 70, 120, .22);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn-secondary{
  color: #143a6f;
  background: #ffffff;
  border-color: #c8d7e6;
  box-shadow: 0 8px 18px rgba(15, 46, 82, .08);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 30px rgba(15, 70, 120, .20);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 151, 47, .25), 0 12px 24px rgba(15, 70, 120, .18);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-preview{
  width: 100%;
  min-height: 190px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border: 1px solid #d7e3ef;
  border-radius: 16px;
  background: #ffffff;
  color: #334155;
  box-shadow: inset 0 1px 0 rgba(15, 46, 82, .04);
  overflow: auto;
  text-align: center;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-canvas{
  display: block;
  width: 100%;
  max-width: 720px;
  height: 180px;
  min-height: 180px;
  margin: 0 auto;
  border: 1px solid #c8d7e6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(15, 46, 82, .04);
  touch-action: none;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card{
  display: flex;
  min-height: 405px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #d7e3ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 50px rgba(15, 46, 82, .10), 0 4px 14px rgba(15, 46, 82, .07);
  text-align: center;
  overflow: hidden;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card .hsg-preview{
  min-height: 205px;
  max-height: 205px;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-card .hsg-btn{
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: auto;
  min-width: 132px;
  max-width: calc(100% - 32px);
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: #071f3f;
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(7, 31, 63, .34);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  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 #hsg-wrap#hsg-wrap .hsg-toast.hsg-toast{
  opacity: 0;
}.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-toast[aria-hidden="false"]{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap{
    padding: 36px 18px;
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-card{
    padding: 22px;
  }.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-result-grid{
    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-canvas{
    height: 220px;
    min-height: 220px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap{
    padding: 44px 24px;
  }.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: 26px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #hsg-wrap#hsg-wrap .hsg-hero{
    padding-top: 16px;
  }}.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-shell {}