@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-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-29 .tc-wp-tool-root img, .wpc-scope-29 .tc-wp-tool-root video, .wpc-scope-29 .tc-wp-tool-root svg, .wpc-scope-29 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 54px 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 238, 188, 0.8) 0, rgba(255, 238, 188, 0) 34%),
    radial-gradient(circle at 84% 18%, rgba(214, 121, 80, 0.32) 0, rgba(214, 121, 80, 0) 32%),
    linear-gradient(135deg, #fff1d8 0%, #f4d5b4 38%, #b66a56 100%);
  color: #251915;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator *{
  box-sizing: border-box;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(86, 43, 30, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.5);
  color: #5f2f25;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(95, 47, 37, 0.12);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
  margin: 16px 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #2b1711;
  text-shadow: 0 2px 0 rgba(255, 250, 240, 0.62);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
  width: min(100%, 720px);
  margin: 0 auto;
  color: #543229;
  font-size: 1.03rem;
  line-height: 1.65;
  font-weight: 520;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
  width: min(100%, 920px);
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(84, 50, 41, 0.17);
  border-radius: 24px;
  background: rgba(255, 252, 244, 0.62);
  box-shadow: 0 24px 70px rgba(84, 43, 31, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #392018;
  font-size: 0.94rem;
  font-weight: 800;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 58px;
  padding: 15px 17px;
  border: 1px solid rgba(75, 39, 30, 0.23);
  border-radius: 18px;
  background: rgba(255, 255, 252, 0.92);
  color: #231410;
  outline: none;
  font-size: 1.04rem;
  line-height: 1.35;
  box-shadow: inset 0 2px 8px rgba(88, 47, 35, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input:focus{
  border-color: rgba(132, 62, 42, 0.78);
  background: #fffefa;
  box-shadow: 0 0 0 4px rgba(132, 62, 42, 0.16), inset 0 2px 8px rgba(88, 47, 35, 0.06);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-actions{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 14px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button{
  min-height: 44px;
  padding: 11px 20px;
  background: #382018;
  color: #fff9ec;
  font-size: 0.94rem;
  box-shadow: 0 12px 26px rgba(56, 32, 24, 0.24);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button{
  min-height: 50px;
  padding: 13px 26px;
  background: linear-gradient(135deg, #3a2119, #7d3f2e);
  color: #fff8eb;
  font-size: 0.98rem;
  box-shadow: 0 16px 34px rgba(81, 40, 29, 0.26);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 10px 16px;
  background: rgba(255, 246, 229, 0.96);
  color: #422219;
  border: 1px solid rgba(91, 44, 32, 0.18);
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(72, 38, 29, 0.1);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button:hover, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button:hover, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(81, 40, 29, 0.24);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button:focus-visible, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button:focus-visible, .wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button:focus-visible{
  outline: 3px solid rgba(255, 248, 229, 0.98);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(87, 43, 31, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(79, 39, 28, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 253, 247, 0.72), rgba(255, 239, 212, 0.5));
  box-shadow: 0 18px 44px rgba(87, 44, 32, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  animation: hwfgFadeIn 320ms ease both;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(109, 53, 38, 0.25);
  box-shadow: 0 24px 56px rgba(87, 44, 32, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-style-name{
  margin: 0 0 12px;
  color: #321b14;
  font-size: 0.96rem;
  line-height: 1.3;
  font-weight: 900;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(83, 42, 31, 0.14);
  border-radius: 17px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.52) 1px, transparent 1px),
    rgba(255, 253, 247, 0.78);
  background-size: 100% 30px;
  color: #281711;
  box-shadow: inset 0 2px 10px rgba(88, 47, 35, 0.06);
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 237, 208, 0.7);
  border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-box::-webkit-scrollbar-thumb{
  background: rgba(112, 57, 42, 0.45);
  border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  color: inherit;
  font-size: 1.22rem;
  line-height: 1.55;
  letter-spacing: 0;
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", "Apple Chancery", cursive;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-wrap.hwfg-hidden{
  display: none;
}@keyframes hwfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: 100%;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 14px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    font-size: 0.96rem;
    padding: 13px 14px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 44px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.04rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: 100%;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
    padding: 14px 15px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 44px;
    font-size: 0.91rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 15px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: 100%;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1rem;
    padding: 14px 16px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 45px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.12rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: min(100%, 940px);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 20px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 46px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.16rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 52px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: min(100%, 1100px);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 22px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 46px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.19rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .hwfg-handwriting-generator{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-inner{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-control-panel{
    padding: 24px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-text-input{
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-clear-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-load-button, .tc-wp-tool-root .hwfg-handwriting-generator .hwfg-copy-button{
    min-height: 46px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-handwriting-generator .hwfg-preview-text{
    font-size: 1.22rem;
  }}.wpc-scope-29 .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;
}.wpc-scope-29 .tc-wp-tool-root .hwfg-preview-section{}