@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;
}.wpc-scope-150 .tc-wp-tool-root img, .wpc-scope-150 .tc-wp-tool-root video, .wpc-scope-150 .tc-wp-tool-root svg, .wpc-scope-150 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #f9f4ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 210, 242, 0.34), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(178, 146, 255, 0.32), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(255, 194, 117, 0.22), transparent 32%),
    linear-gradient(135deg, #20122e 0%, #422051 44%, #17152f 100%);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool div, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool section, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool header, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool h1, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool p, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool textarea, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool button, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool label{
  box-sizing: border-box;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-header{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
  margin: 0 0 12px;
  color: #fff8fb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 248, 251, 0.82);
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(10, 6, 26, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 250, 254, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  outline: none;
  padding: 18px 20px;
  color: #fffaff;
  background: rgba(12, 8, 28, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  font-size: 20px;
  line-height: 1.55;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea::placeholder{
  color: rgba(255, 245, 251, 0.48);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea:focus{
  border-color: rgba(255, 213, 143, 0.8);
  background: rgba(12, 8, 28, 0.56);
  box-shadow: 0 0 0 4px rgba(255, 209, 139, 0.16), 0 0 34px rgba(255, 180, 215, 0.22);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-actions{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
  appearance: none;
  border: 1px solid rgba(255, 240, 250, 0.24);
  border-radius: 999px;
  cursor: pointer;
  color: #23122f;
  background: linear-gradient(135deg, #fff5ca 0%, #ffc8e3 48%, #d9c1ff 100%);
  box-shadow: 0 12px 28px rgba(20, 8, 38, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn{
  min-width: 92px;
  padding: 10px 18px;
  font-size: 14px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
  min-width: 150px;
  padding: 13px 24px;
  font-size: 15px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
  align-self: flex-start;
  min-width: 86px;
  padding: 10px 18px;
  font-size: 14px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn:hover, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more:hover, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 36px rgba(26, 9, 45, 0.34), 0 0 28px rgba(255, 204, 232, 0.24);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn:focus-visible, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more:focus-visible, .wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 230, 165, 0.55);
  outline-offset: 3px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview-section{
  width: 100%;
  max-width: 100%;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)),
    rgba(20, 13, 42, 0.54);
  box-shadow: 0 18px 48px rgba(10, 6, 26, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  animation: cfgFadeIn 0.38s ease both;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 219, 166, 0.42);
  box-shadow: 0 26px 64px rgba(8, 5, 24, 0.42), 0 0 30px rgba(255, 190, 223, 0.15);
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-card h2{
  margin: 0;
  color: #fff9fd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #fffaf6;
  background: linear-gradient(145deg, rgba(10, 7, 24, 0.54), rgba(56, 32, 73, 0.34));
  font-size: 24px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd89a, #eab8ff);
  border-radius: 999px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-150 .tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more.cfg-hidden{
  display: none;
}@keyframes cfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 64px 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 136px;
    font-size: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 14px;
    padding: 10px 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 15px;
    padding: 13px 24px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 58px 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 128px;
    font-size: 19px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 14px;
    padding: 10px 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 15px;
    padding: 12px 22px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    font-size: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 50px 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: min(100%, 900px);
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 124px;
    font-size: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 14px;
    padding: 10px 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 14px;
    padding: 12px 21px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    font-size: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 42px 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 116px;
    padding: 15px;
    font-size: 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 13px;
    padding: 9px 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 14px;
    padding: 11px 20px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    font-size: 21px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 38px 12px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 14px;
    border-radius: 19px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 112px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 13px;
    padding: 9px 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 13px;
    padding: 11px 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 14px;
    border-radius: 19px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    padding: 14px;
    font-size: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cfg-calligraphy-tool{
    padding: 34px 10px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-input-panel{
    padding: 12px;
    border-radius: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-textarea{
    min-height: 108px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-calligraphy-tool .cfg-copy-btn{
    font-size: 12px;
    padding: 8px 13px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-load-more{
    font-size: 13px;
    padding: 10px 17px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-card{
    padding: 12px;
    border-radius: 18px;
  }.tc-wp-tool-root .cfg-calligraphy-tool .cfg-preview{
    padding: 13px;
    font-size: 19px;
  }}.wpc-scope-150 .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;
}