@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-27 .tc-wp-tool-root img, .wpc-scope-27 .tc-wp-tool-root video, .wpc-scope-27 .tc-wp-tool-root svg, .wpc-scope-27 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool *{
  box-sizing: border-box;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  color: #fffaf2;
  background:
    radial-gradient(circle at 12% 10%, rgba(246, 205, 170, 0.45), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(221, 155, 167, 0.34), transparent 31%),
    radial-gradient(circle at 52% 90%, rgba(255, 237, 202, 0.28), transparent 36%),
    linear-gradient(135deg, #221226 0%, #4b193d 34%, #895460 68%, #f3d6aa 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-hero{
  text-align: center;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff9ef;
  text-shadow: 0 12px 38px rgba(38, 11, 41, 0.45);
  font-family: Georgia, "Times New Roman", serif;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(255, 249, 239, 0.88);
  line-height: 1.6;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
  border: 1px solid rgba(255, 236, 207, 0.32);
  background: linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  box-shadow: 0 22px 70px rgba(35, 10, 39, 0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(14px);
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-label{
  display: block;
  margin-bottom: 10px;
  color: #fff7ec;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 238, 211, 0.5);
  border-radius: 16px;
  outline: none;
  color: #241127;
  background: rgba(255, 250, 241, 0.96);
  box-shadow: inset 0 2px 12px rgba(90, 35, 60, 0.08), 0 10px 24px rgba(48, 14, 47, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-input:focus{
  border-color: rgba(255, 215, 158, 0.95);
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(246, 198, 139, 0.26), 0 16px 34px rgba(46, 12, 43, 0.22);
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
  border: 1px solid rgba(255, 230, 194, 0.42);
  border-radius: 999px;
  color: #2d122f;
  background: linear-gradient(135deg, #fff4dc 0%, #efbd97 48%, #d8918f 100%);
  box-shadow: 0 14px 30px rgba(43, 13, 43, 0.24), inset 0 1px 0 rgba(255,255,255,0.55);
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  touch-action: manipulation;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear:hover, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy:hover, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 42px rgba(43, 13, 43, 0.32), 0 0 24px rgba(247, 205, 145, 0.2);
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear:focus-visible, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy:focus-visible, .wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more:focus-visible{
  outline: 3px solid rgba(255, 250, 241, 0.92);
  outline-offset: 3px;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 238, 213, 0.28);
  background: linear-gradient(155deg, rgba(255,255,255,0.18), rgba(255,255,255,0.07));
  box-shadow: 0 18px 52px rgba(32, 8, 36, 0.25), inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  animation: cfgFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 224, 181, 0.58);
  box-shadow: 0 24px 64px rgba(32, 8, 36, 0.34), 0 0 26px rgba(239, 189, 151, 0.14);
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
  margin: 0 0 12px;
  color: #fff7ec;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 237, 207, 0.24);
  border-radius: 14px;
  background: rgba(35, 15, 39, 0.34);
  color: #fffaf2;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 246, 230, 0.12);
  border-radius: 999px;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#f1c694, #bf7586);
  border-radius: 999px;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}.wpc-scope-27 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy{
  min-width: 112px;
}@keyframes cfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 34px 12px 38px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 14px 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 0.95rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-top: 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 14px;
    font-size: 1.18rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 38px 14px 42px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 15px 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 0.98rem;
    padding: 13px 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 17px;
    border-radius: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1.02rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 15px;
    font-size: 1.24rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 44px 18px 50px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 20px;
    border-radius: 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.04rem;
    padding: 16px 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 1rem;
    padding: 13px 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 26px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 19px;
    border-radius: 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1.04rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 16px;
    font-size: 1.32rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 58px 28px 64px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 24px;
    border-radius: 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.08rem;
    padding: 17px 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 1rem;
    padding: 14px 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 20px;
    border-radius: 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1.05rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 17px;
    font-size: 1.34rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 68px 34px 76px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 26px;
    border-radius: 26px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.1rem;
    padding: 18px 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 1rem;
    padding: 14px 25px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 21px;
    border-radius: 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1.05rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 18px;
    font-size: 1.32rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 32px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 78px 40px 88px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-inner{
    width: 100%;
    padding: 0;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-subtitle{
    font-size: 1.12rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 28px;
    border-radius: 28px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.12rem;
    padding: 19px 21px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
    margin-top: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 1.02rem;
    padding: 15px 28px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 22px;
    border-radius: 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-title{
    font-size: 1.06rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-box{
    padding: 18px;
    font-size: 1.34rem;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card-footer{
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
    margin-top: 34px;
  }}.wpc-scope-27 .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;
}