@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-318 .tc-wp-tool-root img, .wpc-scope-318 .tc-wp-tool-root video, .wpc-scope-318 .tc-wp-tool-root svg, .wpc-scope-318 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: #fffdf1;
  background:
    radial-gradient(circle at 12% 8%, rgba(168, 255, 74, 0.34), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(214, 28, 52, 0.42), transparent 28%),
    radial-gradient(circle at 45% 92%, rgba(255, 205, 87, 0.24), transparent 32%),
    linear-gradient(135deg, #07130f 0%, #123d24 34%, #5b111c 68%, #07101e 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool div, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool section, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool h1, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool p, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool label, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool input, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool button{
  box-sizing: border-box;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__hero{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #fffef6;
  text-shadow: 0 0 22px rgba(174, 255, 71, 0.34), 0 3px 18px rgba(0, 0, 0, 0.45);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: #f7f1cf;
  line-height: 1.6;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__control-panel{
  margin: 30px auto 0;
  width: 100%;
  max-width: 920px;
  padding: 18px;
  border: 1px solid rgba(255, 239, 173, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__label{
  display: block;
  margin: 0 0 10px;
  color: #fff7c9;
  font-weight: 800;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(185, 255, 92, 0.38);
  border-radius: 14px;
  background: rgba(4, 20, 16, 0.72);
  color: #fffef5;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__input::placeholder{
  color: rgba(255, 250, 219, 0.62);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__input:focus{
  border-color: rgba(187, 255, 71, 0.95);
  background: rgba(3, 25, 18, 0.86);
  box-shadow: 0 0 0 4px rgba(159, 255, 60, 0.17), 0 0 28px rgba(159, 255, 60, 0.18);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__clear, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__load-more, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__copy{
  border: 1px solid rgba(255, 240, 173, 0.28);
  border-radius: 13px;
  color: #102014;
  background: linear-gradient(135deg, #dfff5c 0%, #ffd76a 52%, #ff474f 100%);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  white-space: nowrap;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__clear:hover, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__load-more:hover, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__copy:hover{
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.05);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3), 0 0 26px rgba(211, 255, 91, 0.24);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__clear:focus-visible, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__load-more:focus-visible, .wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 187, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 18% 12%, rgba(166, 255, 54, 0.16), transparent 36%),
    rgba(6, 17, 20, 0.62);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  animation: grinchFontGeneratorFade 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__card:hover{
  transform: translateY(-5px);
  border-color: rgba(190, 255, 81, 0.42);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.32), 0 0 28px rgba(166, 255, 54, 0.13);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__card-title{
  margin: 0 0 12px;
  color: #fff8d2;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(188, 255, 92, 0.18);
  border-radius: 14px;
  background: rgba(1, 12, 12, 0.58);
  color: #fffef3;
  line-height: 1.42;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 1px 14px rgba(173, 255, 68, 0.16);
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__preview::-webkit-scrollbar-track{
  background: rgba(5, 18, 14, 0.7);
  border-radius: 999px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #bfff48, #d61f3a);
  border-radius: 999px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__copy{
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-318 .tc-wp-tool-root .grinch-font-generator-tool__load-more[hidden]{
  display: none;
}@keyframes grinchFontGeneratorFade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 32px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 14px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 48px;
    padding: 13px 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 20px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.05rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 36px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 15px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 48px;
    padding: 13px 17px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 22px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1.02rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input-row{
    grid-template-columns: 1fr auto;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 15px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 48px;
    padding: 13px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 24px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1.05rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.12rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 56px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1.05rem;
    padding: 16px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 50px;
    padding: 14px 20px;
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1.06rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.16rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 68px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1.08rem;
    padding: 17px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 52px;
    padding: 14px 22px;
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 20px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1.08rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.15rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .grinch-font-generator-tool{
    padding: 76px 34px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .grinch-font-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .grinch-font-generator-tool__subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__input{
    width: 100%;
    font-size: 1.1rem;
    padding: 18px;
  }.tc-wp-tool-root .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool__copy{
    min-height: 54px;
    padding: 15px 24px;
    font-size: 1rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card{
    padding: 20px;
  }.tc-wp-tool-root .grinch-font-generator-tool__card-title{
    font-size: 1.08rem;
  }.tc-wp-tool-root .grinch-font-generator-tool__preview{
    font-size: 1.13rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .grinch-font-generator-tool .grinch-font-generator-tool__card, .tc-wp-tool-root .grinch-font-generator-tool .grinch-font-generator-tool__clear, .tc-wp-tool-root .grinch-font-generator-tool .grinch-font-generator-tool__load-more, .tc-wp-tool-root .grinch-font-generator-tool .grinch-font-generator-tool__copy, .tc-wp-tool-root .grinch-font-generator-tool .grinch-font-generator-tool__input{
    animation: none;
    transition: none;
  }}.wpc-scope-318 .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;
}