@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-362 .tc-wp-tool-root img, .wpc-scope-362 .tc-wp-tool-root video, .wpc-scope-362 .tc-wp-tool-root svg, .wpc-scope-362 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool{
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 116, 214, 0.38), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(68, 225, 255, 0.28), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(255, 199, 60, 0.22), transparent 34%),
    linear-gradient(135deg, #12071f 0%, #22114a 38%, #071b38 72%, #17051c 100%);
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool div, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool section, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool h1, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool p, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool label, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool input, .wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool button{
  box-sizing: border-box;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(255, 92, 205, 0.5), 0 0 42px rgba(63, 218, 255, 0.25);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(246, 249, 255, 0.88);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-panel{
  width: 100%;
  padding: 22px;
  margin: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(142, 235, 255, 0.38);
  border-radius: 16px;
  outline: none;
  background: rgba(5, 10, 30, 0.72);
  color: #ffffff;
  font-size: 1.06rem;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-input::placeholder{
  color: rgba(242, 247, 255, 0.56);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-input:focus{
  border-color: rgba(255, 112, 218, 0.95);
  background: rgba(8, 14, 38, 0.88);
  box-shadow: 0 0 0 4px rgba(255, 112, 218, 0.18), 0 0 30px rgba(52, 216, 255, 0.2);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-actions{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 14px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-button{
  min-height: 46px;
  min-width: 118px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, #ff4fc3 0%, #7b5cff 48%, #29d5ff 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 79, 195, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-button:hover{
  transform: translateY(-2px);
  filter: saturate(1.1);
  box-shadow: 0 16px 34px rgba(41, 213, 255, 0.27), 0 0 22px rgba(255, 79, 195, 0.22);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-button:focus-visible{
  outline: 3px solid rgba(255, 235, 117, 0.95);
  outline-offset: 3px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at 18% 0%, rgba(255, 107, 214, 0.18), transparent 44%),
    radial-gradient(circle at 90% 100%, rgba(44, 218, 255, 0.13), transparent 46%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  animation: afgFadeIn 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 121, 220, 0.55);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), 0 0 28px rgba(255, 91, 203, 0.15);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-card-title{
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 900;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-preview{
  max-height: 180px;
  min-height: 112px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(125, 228, 255, 0.22);
  border-radius: 16px;
  background: rgba(2, 7, 22, 0.56);
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 14px rgba(255, 108, 217, 0.2);
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff5dcc, #30d7ff);
  border-radius: 999px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-copy{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-362 .tc-wp-tool-root .anime-font-generator-tool .afg-load.is-hidden{
  display: none;
}@keyframes afgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 8px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-panel{
    padding: 14px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 44px;
    min-width: 104px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 10px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-panel{
    padding: 16px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 45px;
    min-width: 108px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1.04rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 44px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 12px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-panel{
    padding: 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 46px;
    min-width: 112px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1.08rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 52px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 16px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 46px;
    min-width: 116px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    padding: 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1.12rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 58px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 46px;
    min-width: 118px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    padding: 18px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1.16rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .anime-font-generator-tool{
    padding: 64px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-container{
    width: 100%;
    padding: 0 20px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .anime-font-generator-tool .afg-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-button{
    min-height: 48px;
    min-width: 120px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-card{
    padding: 19px;
  }.tc-wp-tool-root .anime-font-generator-tool .afg-preview{
    font-size: 1.18rem;
  }}.wpc-scope-362 .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-362 .tc-wp-tool-root .afg-clear{}