@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-433 .tc-wp-tool-root img, .wpc-scope-433 .tc-wp-tool-root video, .wpc-scope-433 .tc-wp-tool-root svg, .wpc-scope-433 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap{
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 214, 232, 0.55), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(186, 146, 255, 0.42), transparent 30%),
    linear-gradient(135deg, #42113c 0%, #7d315c 34%, #b85c88 66%, #f3b6c8 100%);
  color: #fffafc;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
  box-sizing: border-box;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(58, 7, 44, 0.45);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(255, 250, 252, 0.92);
  line-height: 1.65;
  font-weight: 500;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(45, 5, 39, 0.28);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  margin-bottom: 28px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
  display: block;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
  margin-bottom: 12px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.36);
  outline: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #35152e;
  line-height: 1.55;
  box-shadow: inset 0 2px 8px rgba(78, 16, 55, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input:focus{
  background: #ffffff;
  border-color: rgba(255, 220, 238, 0.98);
  box-shadow: 0 0 0 5px rgba(255, 214, 232, 0.24), inset 0 2px 8px rgba(78, 16, 55, 0.06);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-row{
  display: flex;
  justify-content: center;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6fae, #8d4dff);
  box-shadow: 0 12px 28px rgba(93, 22, 97, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear:hover, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy:hover, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(255, 111, 174, 0.34), 0 0 24px rgba(255, 224, 239, 0.25);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear:active, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy:active, .wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more:active{
  transform: translateY(0);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.09));
  box-shadow: 0 18px 46px rgba(47, 7, 43, 0.22);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: cfgCursiveFadeIn 0.38s ease both;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card.cfg-cursive-reveal{
  animation: cfgCursiveReveal 0.48s ease both;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 229, 241, 0.7);
  box-shadow: 0 24px 58px rgba(47, 7, 43, 0.32), 0 0 26px rgba(255, 214, 232, 0.2);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #31122b;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  box-shadow: inset 0 1px 10px rgba(70, 12, 54, 0.08);
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box::-webkit-scrollbar-track{
  background: rgba(120, 49, 91, 0.12);
  border-radius: 99px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff8cbd, #9d67ff);
  border-radius: 99px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy{
  align-self: flex-start;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-row{
  margin-top: 28px;
}.wpc-scope-433 .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more.cfg-cursive-hidden{
  display: none;
}@keyframes cfgCursiveFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes cfgCursiveReveal{
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 30px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 118px;
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 11px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 34px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 124px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 12px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 40px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 130px;
    padding: 16px;
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 12px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: 1fr !important;
    gap: 20px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 20px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 96%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 48px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 26px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 138px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 13px 24px;
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 22px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 68px 30px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 96%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 56px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 30px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 144px;
    padding: 20px;
    font-size: 19px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 20px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 13px 26px;
    font-size: 15px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 22px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 22px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .cfg-cursive-tool-wrap{
    padding: 78px 34px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-container{
    width: 100%;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-title{
    font-size: 64px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input-panel{
    padding: 34px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-label{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-input{
    min-height: 150px;
    padding: 22px;
    font-size: 20px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-actions{
    margin-top: 20px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-clear, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-copy, .tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-load-more{
    padding: 14px 28px;
    font-size: 16px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-card{
    padding: 24px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-style-name{
    font-size: 18px;
  }.tc-wp-tool-root .cfg-cursive-tool-wrap .cfg-cursive-preview-box{
    font-size: 23px;
  }}