@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-485 .tc-wp-tool-root img, .wpc-scope-485 .tc-wp-tool-root video, .wpc-scope-485 .tc-wp-tool-root svg, .wpc-scope-485 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 44px 18px;
  color: #f8fff1;
  background:
    radial-gradient(circle at 12% 10%, rgba(158, 255, 52, 0.34), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(214, 42, 45, 0.28), transparent 30%),
    linear-gradient(135deg, #061b12 0%, #0d3b22 42%, #123d28 64%, #06140f 100%);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__hero, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input-row, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load-wrap{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__hero{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(153, 255, 63, 0.4), 0 3px 0 rgba(8, 60, 29, 0.8);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
  width: min(100%, 720px);
  margin: 14px auto 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #e5ffd5;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
  width: 100%;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid rgba(202, 255, 99, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__label{
  display: block;
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff7bc;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
  width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(209, 255, 119, 0.38);
  border-radius: 14px;
  padding: 16px 18px;
  box-sizing: border-box;
  outline: none;
  background: rgba(3, 24, 14, 0.72);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input:focus{
  border-color: #b9ff46;
  background: rgba(5, 33, 18, 0.9);
  box-shadow: 0 0 0 4px rgba(156, 255, 54, 0.16), 0 0 28px rgba(156, 255, 54, 0.2);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear{
  align-self: stretch;
  padding: 0 24px;
  min-height: 54px;
  background: linear-gradient(135deg, #d62a2d, #8e1118);
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 14px 30px rgba(214, 42, 45, 0.28);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear:hover, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy:hover, .wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(195, 255, 89, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
    rgba(2, 25, 14, 0.64);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: grinch-font-tool-card-in 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 255, 91, 0.62);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 24px rgba(156, 255, 54, 0.13);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__name{
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  color: #fff2a3;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 13, 8, 0.52);
  color: #f8fff1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.28;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 12px rgba(160, 255, 68, 0.2);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #b8ff41, #d62a2d);
  border-radius: 999px;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy{
  width: 100%;
  margin-top: 14px;
  padding: 13px 16px;
  background: linear-gradient(135deg, #baff3b, #4faf21);
  color: #092012;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(101, 220, 45, 0.24);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy.is-copied{
  background: linear-gradient(135deg, #fff0a8, #d9a531);
  color: #291b00;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
  min-width: 190px;
  padding: 15px 26px;
  background: linear-gradient(135deg, #d62a2d, #baff3b);
  color: #07180e;
  font-size: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}.wpc-scope-485 .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load.is-hidden{
  display: none;
}@keyframes grinch-font-tool-card-in{
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .grinch-font-tool{
    padding: 26px 10px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 30px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 15px;
    padding: 13px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 14px;
    padding: 12px 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .grinch-font-tool{
    padding: 30px 12px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 34px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 16px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 16px;
    padding: 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 14px;
    padding: 13px 15px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .grinch-font-tool{
    padding: 34px 14px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 38px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 17px;
    padding: 15px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 15px;
    padding: 13px 16px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .grinch-font-tool{
    padding: 40px 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 44px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 22px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 18px;
    padding: 16px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 15px;
    padding: 14px 20px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .grinch-font-tool{
    padding: 44px 20px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 48px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 24px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 18px;
    padding: 16px 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 16px;
    padding: 14px 22px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 25px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .grinch-font-tool{
    padding: 48px 22px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__shell{
    width: 100%;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__title{
    font-size: 52px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__panel{
    padding: 26px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__input{
    font-size: 18px;
    padding: 17px 19px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__clear, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__copy, .tc-wp-tool-root .grinch-font-tool .grinch-font-tool__load{
    font-size: 16px;
    padding: 15px 24px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__card{
    padding: 19px;
  }.tc-wp-tool-root .grinch-font-tool .grinch-font-tool__preview{
    font-size: 25px;
  }}.wpc-scope-485 /* 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;
}