@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-625 .tc-wp-tool-root img, .wpc-scope-625 .tc-wp-tool-root video, .wpc-scope-625 .tc-wp-tool-root svg, .wpc-scope-625 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 72px 22px;
  color: #fff7fb;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 242, 0, 0.18), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(255, 0, 128, 0.28), transparent 32%),
    radial-gradient(circle at 50% 95%, rgba(142, 45, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #050505 0%, #1a0710 28%, #2a050b 48%, #101014 68%, #0a050d 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool, .wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool *{
  box-sizing: border-box;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-header{
  text-align: center;
  margin: 0 auto 34px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-title{
  margin: 0 0 14px;
  color: #fff;
  font-size: 56px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(255, 0, 128, 0.78),
    0 0 34px rgba(255, 242, 0, 0.25);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 247, 251, 0.86);
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-control-panel{
  width: 100%;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(255, 242, 0, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-label{
  display: block;
  margin: 0 0 10px;
  color: #fff200;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-input{
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 0, 128, 0.34);
  border-radius: 8px;
  outline: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  font-size: 18px;
  line-height: 1.2;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-input::placeholder{
  color: rgba(255, 255, 255, 0.48);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-input:focus{
  border-color: rgba(255, 242, 0, 0.82);
  background: rgba(0, 0, 0, 0.5);
  box-shadow:
    0 0 0 4px rgba(255, 242, 0, 0.1),
    0 0 26px rgba(255, 0, 128, 0.3);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn, .wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-copy-btn, .wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more{
  border: 1px solid rgba(255, 242, 0, 0.36);
  border-radius: 8px;
  color: #080808;
  background: linear-gradient(135deg, #fff200, #ff2f9f 62%, #8e2dff);
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn{
  min-width: 104px;
  height: 58px;
  padding: 0 22px;
  font-size: 15px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn:hover, .wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-copy-btn:hover, .wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 0 18px rgba(255, 0, 128, 0.46),
    0 0 30px rgba(255, 242, 0, 0.22);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-section{
  width: 100%;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 0, 128, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    linear-gradient(180deg, rgba(255, 0, 128, 0.08), rgba(255, 242, 0, 0.035));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  animation: pfgFadeIn 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 242, 0, 0.62);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.44),
    0 0 26px rgba(255, 0, 128, 0.18);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-style-name{
  margin: 0;
  color: #fff200;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-copy-btn{
  flex: 0 0 auto;
  min-width: 76px;
  min-height: 38px;
  padding: 9px 14px;
  font-size: 13px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(142, 45, 255, 0.32);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff0080, #fff200);
  border-radius: 8px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 12px rgba(255, 0, 128, 0.3);
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-load-wrap{
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more{
  min-width: 172px;
  min-height: 52px;
  padding: 13px 24px;
  font-size: 16px;
}.wpc-scope-625 .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more.is-hidden{
  display: none;
}@keyframes pfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 78px 24px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 58px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 60px;
    font-size: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn{
    height: 60px;
    font-size: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    padding: 20px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 68px 22px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: min(100%, 1100px);
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 50px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 58px;
    font-size: 17px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn{
    height: 58px;
    font-size: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    padding: 19px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 58px 20px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: min(100%, 920px);
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 42px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 56px;
    font-size: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn{
    height: 56px;
    min-width: 96px;
    font-size: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    padding: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 46px 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: 100%;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 34px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 54px;
    font-size: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn, .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more{
    width: 100%;
    height: 52px;
    font-size: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    width: 100%;
    max-width: 100%;
    padding: 17px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 42px 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: 100%;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 30px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 52px;
    font-size: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn, .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more{
    width: 100%;
    height: 50px;
    font-size: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 18px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card-head{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-copy-btn{
    width: 100%;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .punk-font-generator-tool{
    padding: 36px 12px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-shell{
    width: 100%;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-title{
    font-size: 27px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-control-panel{
    padding: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-input{
    height: 50px;
    padding: 0 14px;
    font-size: 15px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-clear-btn, .tc-wp-tool-root .punk-font-generator-tool .pfg-load-more{
    width: 100%;
    height: 48px;
    font-size: 13px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-box{
    padding: 13px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-preview-text{
    font-size: 17px;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-card-head{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .punk-font-generator-tool .pfg-copy-btn{
    width: 100%;
  }}.wpc-scope-625 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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-625 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .pfg-input-wrap{}