@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=Caveat:wght@400;600;700&family=Homemade+Apple&family=Inter:wght@400;500;600;700;800&family=Kalam:wght@300;400;700&family=Patrick+Hand&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 #hlg-wrap#hlg-wrap, .tc-wp-tool-root #hlg-wrap#hlg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap{
  position: relative;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  color: #24364d;
  background:
    radial-gradient(circle at 18% 8%, rgba(213, 143, 82, .16), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(112, 145, 123, .16), transparent 30%),
    linear-gradient(135deg, #fbf2df 0%, #f7ebd4 48%, #edf3e9 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 14px 28px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-hero{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 18px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-title{
  margin: 0;
  color: #19395f;
  font-size: clamp(1.72rem, 7.1vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-subtitle{
  margin: 9px auto 0;
  max-width: 640px;
  color: #52675c;
  font-size: clamp(.95rem, 2.8vw, 1.08rem);
  line-height: 1.5;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tool{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-panel, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-card{
  border: 1px solid rgba(70, 81, 76, .16);
  background: rgba(255, 250, 239, .74);
  box-shadow: 0 18px 48px rgba(40, 50, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(16px);
  border-radius: 18px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-input-panel{
  padding: 14px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-label{
  display: block;
  margin: 0 0 7px;
  color: #1f3f68;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-textarea, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-select, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-color, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(31, 63, 104, .18);
  border-radius: 14px;
  background: rgba(255, 253, 247, .9);
  color: #24364d;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(31, 63, 104, .04);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-textarea{
  display: block;
  min-height: 176px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-textarea::placeholder{
  color: rgba(82, 103, 92, .72);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-textarea:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-select:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-color:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-btn:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab:focus, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn:focus{
  outline: 3px solid rgba(202, 111, 84, .28);
  outline-offset: 2px;
  border-color: rgba(31, 63, 104, .42);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tabs{
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 1px 4px;
  scrollbar-width: thin;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-btn, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, color .18s ease;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap button[type="button"]{
  min-height: 42px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab{
  flex: 0 0 auto;
  padding: 10px 13px;
  background: rgba(255, 253, 247, .82);
  border: 1px solid rgba(31, 63, 104, .14);
  color: #496057;
  font-size: .82rem;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab.hlg-active{
  background: #1f3f68;
  color: #fffaf0;
  box-shadow: 0 10px 24px rgba(31, 63, 104, .2);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-essential-controls, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-options{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-field{
  display: block;
  min-width: 0;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-select{
  min-height: 43px;
  padding: 0 12px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-color{
  height: 43px;
  padding: 5px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-toggle{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 63, 104, .14);
  border-radius: 14px;
  background: rgba(255, 253, 247, .78);
  color: #24364d;
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-toggle input{
  width: 20px;
  height: 20px;
  accent-color: #1f3f68;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 12px 14px;
  font-size: .9rem;
  white-space: nowrap;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-primary-btn{
  background: linear-gradient(135deg, #1f3f68 0%, #315f83 54%, #ca6f54 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(31, 63, 104, .24);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-secondary-btn, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-copy-btn, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn{
  border: 1px solid rgba(31, 63, 104, .16);
  background: rgba(255, 253, 247, .84);
  color: #1f3f68;
  box-shadow: 0 8px 18px rgba(40, 50, 42, .07);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-copy-btn.hlg-success, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-secondary-btn.hlg-success, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-primary-btn.hlg-success{
  background: #6f8f74;
  border-color: #6f8f74;
  color: #fff;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab:hover, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-btn:hover, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 14px 26px rgba(40, 50, 42, .14);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tab:active, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-btn:active, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-btn{
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  font-size: .9rem;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-output{
  color: #ca6f54;
  font-weight: 800;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range{
  height: 38px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f3f68, #6f8f74, #d9a441);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f3f68, #6f8f74, #d9a441);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #1f3f68;
  box-shadow: 0 6px 16px rgba(31, 63, 104, .28);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #1f3f68;
  box-shadow: 0 6px 16px rgba(31, 63, 104, .28);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-card{
  padding: 14px;
  min-width: 0;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-head{
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-section-title{
  margin: 0;
  color: #19395f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper{
  position: relative;
  width: 100%;
  min-height: 340px;
  max-height: 560px;
  overflow: auto;
  border: 1px solid rgba(126, 96, 56, .2);
  border-radius: 14px;
  padding: 28px 22px 28px 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 18px 30px rgba(77, 61, 38, .12);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper::before{
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  bottom: 0;
  width: 1px;
  background: rgba(202, 111, 84, .28);
  pointer-events: none;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper-warm{
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 18%),
    #fff4dc;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper-rose{
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 18%),
    #fff0e8;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper-sage{
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 18%),
    #eef4e6;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper-ivory{
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 18%),
    #fffaf0;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-lined{
  background-image:
    repeating-linear-gradient(to bottom, transparent 0, transparent 35px, rgba(31, 63, 104, .13) 36px),
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 18%);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper-text{
  position: relative;
  z-index: 1;
  color: #1f3f68;
  font-family: Caveat, "Segoe Print", cursive;
  font-size: 29px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-results-section{
  width: 100%;
  max-width: 1200px;
  margin: 16px auto 0;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 218px;
  padding: 12px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-title{
  margin: 0;
  color: #19395f;
  font-size: .92rem;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-preview{
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(31, 63, 104, .1);
  border-radius: 12px;
  background: rgba(255, 253, 247, .72);
  color: #24364d;
  font-size: .98rem;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  white-space: pre-wrap;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-preview.hlg-nowrap{
  white-space: nowrap;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-actions{
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-result-actions .hlg-btn{
  min-height: 38px;
  padding: 10px 12px;
  font-size: .82rem;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: min(88vw, 360px);
  padding: 15px 20px;
  border: 1px solid rgba(255, 250, 240, .28);
  border-radius: 16px;
  background: rgba(25, 57, 95, .96);
  color: #fffaf0;
  box-shadow: 0 24px 70px rgba(20, 25, 30, .36);
  font-size: 1rem;
  font-weight: 800;
  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 #hlg-wrap#hlg-wrap .hlg-toast.hlg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-hidden{
  display: none;
}.tc-wp-tool-root #hlg-wrap#hlg-wrap canvas, .tc-wp-tool-root #hlg-wrap#hlg-wrap svg{
  max-width: 100%;
}@media (min-width: 640px) {.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-shell{
    padding: 26px 18px 34px;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-essential-controls, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-more-options{
    grid-template-columns: 1fr 96px 140px;
    align-items: end;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-title{
    font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-input-panel, .tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-card{
    padding: 18px;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-head{
    grid-template-columns: 1fr auto;
    align-items: center;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-preview-actions{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-shell{
    padding: 30px 22px 42px;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-tool{
    grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-paper{
    min-height: 468px;
  }.tc-wp-tool-root #hlg-wrap#hlg-wrap .hlg-results-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 .hlg-js-wrap {}