@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-671 .tc-wp-tool-root img, .wpc-scope-671 .tc-wp-tool-root video, .wpc-scope-671 .tc-wp-tool-root svg, .wpc-scope-671 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 44px 18px;
  color: #f4ffe9;
  background:
    radial-gradient(circle at 12% 12%, rgba(143, 255, 44, 0.34), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(255, 126, 28, 0.2), transparent 28%),
    linear-gradient(135deg, #07140e 0%, #16241f 36%, #27362f 68%, #10100d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__container, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__panel, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__grid, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__card, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__preview, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__input, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__clear, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load-row{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__container{
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__title{
  margin: 0;
  color: #d9ff62;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 4px 0 #244229, 0 0 28px rgba(143, 255, 44, 0.42);
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: #e7f8dd;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(177, 255, 73, 0.32);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(13, 34, 25, 0.8), rgba(38, 51, 45, 0.68));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  color: #bfff4b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__input{
  display: block;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid rgba(196, 255, 111, 0.45);
  border-radius: 16px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(2, 14, 10, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 22px rgba(88, 255, 64, 0.1);
  font: inherit;
  font-size: 22px;
  line-height: 1.45;
  outline: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__input:focus{
  border-color: #d6ff41;
  box-shadow: 0 0 0 4px rgba(143, 255, 44, 0.16), 0 0 30px rgba(143, 255, 44, 0.28);
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__clear, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #06100b;
  background: linear-gradient(135deg, #d8ff39, #4cf04a 48%, #ff8a24);
  box-shadow: 0 12px 28px rgba(68, 255, 77, 0.22);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__clear{
  min-width: 118px;
  margin: 16px auto 0;
  padding: 0 20px;
  display: flex;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__card{
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(189, 255, 84, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(25, 45, 37, 0.86), rgba(8, 20, 15, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(255, 142, 36, 0.18), transparent 38%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  animation: tmnt-font-tool-wrap-card-in 320ms ease both;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__name{
  margin: 0 0 12px;
  color: #fff4d7;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__preview{
  width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(116, 255, 76, 0.22);
  color: #f7ffe8;
  background: linear-gradient(160deg, rgba(3, 12, 8, 0.88), rgba(33, 47, 39, 0.78));
  box-shadow: inset 0 0 20px rgba(116, 255, 76, 0.08);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#bfff4b, #ff8a24);
  border-radius: 999px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__copy{
  width: 100%;
  margin-top: 14px;
  padding: 0 18px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load{
  min-width: 210px;
  padding: 0 26px;
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load[disabled]{
  cursor: default;
  opacity: 0.55;
  filter: grayscale(0.4);
}.wpc-scope-671 .tc-wp-tool-root .tmnt-font-tool-wrap__load.is-hidden{
  display: none;
}@media (hover: hover){.tc-wp-tool-root .tmnt-font-tool-wrap__card:hover{
    transform: translateY(-5px);
    border-color: rgba(216, 255, 57, 0.58);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.44), 0 0 26px rgba(143, 255, 44, 0.18);
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear:hover, .tc-wp-tool-root .tmnt-font-tool-wrap__copy:hover, .tc-wp-tool-root .tmnt-font-tool-wrap__load:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(143, 255, 44, 0.34), 0 0 20px rgba(255, 138, 36, 0.22);
  }}@keyframes tmnt-font-tool-wrap-card-in{
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 28px 10px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 32px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__panel{
    padding: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 104px;
    padding: 14px;
    font-size: 17px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 40px;
    font-size: 13px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 36px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__panel{
    padding: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 110px;
    padding: 15px;
    font-size: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 42px;
    font-size: 13px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 36px 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 42px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__panel{
    padding: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 112px;
    padding: 16px;
    font-size: 19px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 43px;
    font-size: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 42px 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 54px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 118px;
    font-size: 21px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    padding: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 19px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 46px 20px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: min(100%, 1100px);
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 62px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 120px;
    font-size: 22px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    padding: 17px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 20px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 52px 24px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .tmnt-font-tool-wrap__title{
    font-size: 68px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__input{
    min-height: 124px;
    font-size: 22px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__clear, .tc-wp-tool-root .tmnt-font-tool-wrap__copy, .tc-wp-tool-root .tmnt-font-tool-wrap__load{
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__card{
    padding: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap__preview{
    font-size: 20px;
  }}.wpc-scope-671 .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;
}