@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-284 .tc-wp-tool-root img, .wpc-scope-284 .tc-wp-tool-root video, .wpc-scope-284 .tc-wp-tool-root svg, .wpc-scope-284 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 56px 20px;
  color: #f7f0ff;
  background:
    radial-gradient(circle at 16% 10%, rgba(132, 28, 196, 0.42), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(18, 184, 125, 0.28), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(185, 28, 28, 0.3), transparent 34%),
    linear-gradient(135deg, #07040d 0%, #120918 44%, #07130f 100%);
  isolation: isolate;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-panel, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-action-row, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-row{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 78%);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(176, 92, 255, 0.55), 0 0 34px rgba(36, 255, 179, 0.18);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
  width: min(100%, 720px);
  margin: 14px auto 0;
  color: rgba(241, 232, 255, 0.84);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-panel{
  width: 100%;
  padding: 22px;
  margin: 0 0 24px;
  border: 1px solid rgba(207, 174, 255, 0.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(22, 13, 33, 0.78), rgba(8, 20, 17, 0.62));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(234, 222, 255, 0.92);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(190, 160, 255, 0.35);
  border-radius: 14px;
  padding: 16px 18px;
  color: #fff9ff;
  background: rgba(4, 6, 10, 0.72);
  outline: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input::placeholder{
  color: rgba(226, 215, 242, 0.5);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input:focus{
  border-color: rgba(89, 255, 188, 0.82);
  background: rgba(6, 9, 15, 0.9);
  box-shadow: 0 0 0 4px rgba(89, 255, 188, 0.12), 0 0 28px rgba(177, 94, 255, 0.2);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-action-row, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-action-row{
  margin-top: 16px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-row{
  margin-top: 26px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
  appearance: none;
  border: 1px solid rgba(209, 185, 255, 0.32);
  border-radius: 999px;
  min-height: 44px;
  padding: 12px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(116, 48, 198, 0.96), rgba(11, 155, 113, 0.92));
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26), 0 0 18px rgba(123, 66, 214, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn:hover, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn:hover, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(105, 255, 190, 0.75);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 26px rgba(82, 255, 185, 0.22);
  filter: brightness(1.07);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn:focus-visible, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn:focus-visible, .wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn:focus-visible{
  outline: 3px solid rgba(104, 255, 191, 0.8);
  outline-offset: 3px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
  display: grid;
  width: 100%;
  gap: 18px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 205, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(25, 15, 38, 0.84), rgba(5, 19, 17, 0.72)),
    radial-gradient(circle at top right, rgba(170, 64, 255, 0.18), transparent 44%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  animation: cursedFontFade 340ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card:hover{
  transform: translateY(-4px);
  border-color: rgba(103, 255, 193, 0.46);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.38), 0 0 26px rgba(129, 62, 217, 0.18);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-card-name{
  margin: 0 0 12px;
  color: #fdf7ff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(120, 255, 201, 0.18);
  border-radius: 14px;
  color: #fffaff;
  background: rgba(2, 5, 9, 0.62);
  font-size: 1.05rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.3);
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(153, 83, 239, 0.95), rgba(56, 219, 164, 0.85));
  border-radius: 999px;
}.wpc-scope-284 .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn[hidden]{
  display: none;
}@keyframes cursedFontFade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 1.04rem;
    padding: 17px 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    font-size: 0.95rem;
    padding: 13px 20px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 1.05rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 1rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    font-size: 0.94rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 1.04rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 50px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: min(100%, 900px);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    font-size: 0.93rem;
    padding: 12px 17px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 17px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 1rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 15px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    width: 100%;
    font-size: 0.93rem;
    padding: 12px 16px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 16px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 0.93rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 0.98rem;
    padding: 14px 14px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    width: 100%;
    font-size: 0.92rem;
    padding: 12px 15px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 15px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cursed-font-tool-wrap{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-tool-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-text-input{
    width: 100%;
    font-size: 0.96rem;
    padding: 13px 13px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-clear-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-copy-btn, .tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-load-more-btn{
    width: 100%;
    font-size: 0.9rem;
    padding: 12px 14px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-card{
    padding: 14px;
  }.tc-wp-tool-root .cursed-font-tool-wrap .cursed-font-preview-box{
    font-size: 0.96rem;
  }}.wpc-scope-284 .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;
}