@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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .tmnt-font-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 54px 20px;
  color: #f4fff4;
  background:
    radial-gradient(circle at 12% 10%, rgba(68, 255, 91, 0.26), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 233, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #08140d 0%, #10231a 42%, #07100d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tmnt-font-tool-wrap, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-panel, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(121, 255, 112, 0.38);
  border-radius: 999px;
  background: rgba(9, 34, 19, 0.66);
  color: #a8ff74;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(68, 255, 91, 0.18);
}.tc-wp-tool-root .tmnt-font-tool-wrap h1{
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(65, 255, 87, 0.28);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
  width: min(100%, 760px);
  margin: 0 auto;
  color: #cdebd4;
  font-size: 1.05rem;
  line-height: 1.6;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-panel{
  width: 100%;
  padding: 24px;
  margin: 0 0 28px;
  border: 1px solid rgba(163, 255, 129, 0.2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(18, 45, 29, 0.82), rgba(7, 20, 15, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-panel h2{
  margin: 0 0 12px;
  color: #ecffec;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-label{
  display: block;
  margin: 0 0 8px;
  color: #b8ffd5;
  font-size: 0.94rem;
  font-weight: 750;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(143, 255, 126, 0.34);
  border-radius: 16px;
  outline: none;
  background: rgba(2, 12, 8, 0.72);
  color: #ffffff;
  font: 800 1.08rem/1.2 inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input::placeholder{
  color: rgba(221, 255, 225, 0.58);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input:focus{
  border-color: #75ff57;
  background: rgba(3, 18, 11, 0.92);
  box-shadow: 0 0 0 4px rgba(117, 255, 87, 0.15), 0 0 32px rgba(71, 255, 87, 0.2);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-hint{
  margin: 9px 0 16px;
  color: #a9cbb1;
  font-size: 0.88rem;
  line-height: 1.45;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-actions, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-more-row{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 12px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 132px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(170, 255, 124, 0.4);
  border-radius: 14px;
  background: linear-gradient(135deg, #77ff4f 0%, #00d084 54%, #13cfe2 100%);
  color: #06110a;
  cursor: pointer;
  font: 900 0.96rem/1 inherit;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 208, 132, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(117, 255, 87, 0.3), 0 0 18px rgba(19, 207, 226, 0.18);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(153, 255, 129, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(9, 27, 18, 0.78);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  animation: tmntFontFade 300ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card:hover{
  transform: translateY(-5px);
  border-color: rgba(117, 255, 87, 0.45);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(117, 255, 87, 0.14);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card-title{
  margin: 0 0 12px;
  color: #dffff0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
  width: 100%;
  min-height: 116px;
  max-height: 180px;
  margin: 0 0 14px;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(0, 255, 148, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(120, 255, 72, 0.12), transparent 34%),
    rgba(2, 11, 8, 0.78);
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 14px rgba(83, 255, 101, 0.24);
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#78ff4f, #00d084);
  border-radius: 999px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-copy{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-load{
  margin-top: 24px;
  min-width: 190px;
}.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-hidden{
  display: none !important;
}@keyframes tmntFontFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn, .tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    transition: none;
    animation: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 32px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1rem;
    min-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    width: 100%;
    min-height: 46px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 14px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1rem;
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 36px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1.02rem;
    min-height: 55px;
    padding: 0 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    width: 100%;
    min-height: 47px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 15px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1.04rem;
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 100%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1.04rem;
    min-height: 56px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    width: 100%;
    min-height: 48px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 16px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1.08rem;
    padding: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 48px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 94%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1.06rem;
    min-height: 58px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    min-height: 48px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 17px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1.12rem;
    padding: 15px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 54px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 96%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1.08rem;
    min-height: 58px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    min-height: 48px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 18px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1.18rem;
    padding: 16px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .tmnt-font-tool-wrap{
    padding: 60px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-container{
    width: 96%;
  }.tc-wp-tool-root .tmnt-font-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-input{
    width: 100%;
    font-size: 1.1rem;
    min-height: 60px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-btn{
    min-height: 50px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-card{
    padding: 19px;
  }.tc-wp-tool-root .tmnt-font-tool-wrap .tmnt-font-tool-preview{
    font-size: 1.22rem;
    padding: 16px;
  }}.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;
}

.tc-wp-tool-root .tmnt-font-tool-clear {}
.tc-wp-tool-root .tmnt-font-tool-results {}