@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-419 .tc-wp-tool-root img, .wpc-scope-419 .tc-wp-tool-root video, .wpc-scope-419 .tc-wp-tool-root svg, .wpc-scope-419 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool, .wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool *{
  box-sizing: border-box;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool{
  width: 100%;
  max-width: 100%;
  padding: 56px 20px;
  overflow-x: hidden;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 18%, rgba(91, 220, 255, 0.42), transparent 31%),
    radial-gradient(circle at 88% 8%, rgba(255, 113, 206, 0.36), transparent 30%),
    radial-gradient(circle at 50% 96%, rgba(112, 255, 180, 0.23), transparent 34%),
    linear-gradient(135deg, #101425 0%, #1c1940 42%, #103847 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__shell{
  position: relative;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(8, 13, 30, 0.45);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__ambient{
  position: absolute;
  pointer-events: none;
  filter: blur(6px);
  opacity: 0.72;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__ambient--one{
  width: 260px;
  height: 260px;
  top: -92px;
  left: -70px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(80, 223, 255, 0.36), transparent 67%);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__ambient--two{
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 125, 210, 0.28), transparent 68%);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__hero{
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto 30px;
  text-align: center;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(134, 235, 255, 0.34);
  border-radius: 999px;
  color: #bdf7ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  box-shadow: 0 0 24px rgba(72, 217, 255, 0.16);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__title{
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  text-shadow: 0 0 32px rgba(121, 226, 255, 0.22);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__subtitle{
  margin: 0 auto;
  max-width: 780px;
  color: rgba(239, 248, 255, 0.86);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__panel, .wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__results{
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__panel{
  padding: 24px;
  margin-bottom: 24px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__label{
  display: block;
  margin: 0 0 10px;
  color: #ecfbff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(183, 239, 255, 0.24);
  border-radius: 20px;
  outline: none;
  color: #ffffff;
  background: rgba(5, 10, 24, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__textarea::placeholder{
  color: rgba(227, 243, 255, 0.48);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__textarea:focus{
  border-color: rgba(112, 235, 255, 0.72);
  background: rgba(5, 10, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(80, 218, 255, 0.15), 0 0 34px rgba(80, 218, 255, 0.18);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__actions, .wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__actions{
  justify-content: flex-end;
  margin-top: 16px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 116px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  color: #06111f;
  background: linear-gradient(135deg, #91f7ff, #ffffff 48%, #ff9cdf);
  box-shadow: 0 14px 34px rgba(74, 220, 255, 0.2);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, opacity 170ms ease;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 128, 214, 0.22), 0 0 24px rgba(113, 237, 255, 0.26);
  filter: saturate(1.08);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__button:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__button:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__results{
  padding: 24px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__section-head{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__section-title{
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__counter{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(239, 248, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__card{
  display: grid;
  grid-template-rows: auto minmax(96px, 1fr) auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 244px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(218, 247, 255, 0.17);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(3, 9, 24, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  animation: sfg-small-font-tool-fade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__card:hover{
  transform: translateY(-5px);
  border-color: rgba(133, 238, 255, 0.4);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(3, 9, 24, 0.5);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28), 0 0 26px rgba(102, 229, 255, 0.13);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__card-title{
  margin: 0 0 12px;
  color: #f7fdff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 104px;
  padding: 14px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(0, 0, 0, 0.21);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__preview::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(117, 235, 255, 0.72), rgba(255, 140, 216, 0.7));
  border-radius: 999px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__copy{
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 10px 14px;
  color: #f8fdff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__copy:hover{
  color: #07101d;
  background: linear-gradient(135deg, #94f8ff, #ffabe4);
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__load-wrap{
  margin-top: 22px;
}.wpc-scope-419 .tc-wp-tool-root .sfg-small-font-tool__button--load.is-hidden{
  display: none;
}@keyframes sfg-small-font-tool-fade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 64px 24px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: min(100%, 1200px);
    padding: 40px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 58px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 158px;
    font-size: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    min-height: 48px;
    padding: 13px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 19px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 18px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 54px 22px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: min(100%, 1120px);
    padding: 34px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 50px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 150px;
    font-size: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    min-height: 47px;
    padding: 12px 21px;
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 44px 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: 100%;
    padding: 28px;
    border-radius: 28px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 42px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 142px;
    padding: 17px;
    font-size: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    min-height: 46px;
    padding: 12px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 32px 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: 100%;
    padding: 20px;
    border-radius: 24px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 34px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__panel, .tc-wp-tool-root .sfg-small-font-tool__results{
    padding: 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 134px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__section-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 28px 12px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 31px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__panel, .tc-wp-tool-root .sfg-small-font-tool__results{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 128px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    width: 100%;
    min-height: 48px;
    padding: 13px 16px;
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__section-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 24px 10px;
  }.tc-wp-tool-root .sfg-small-font-tool__shell{
    width: 100%;
    padding: 14px;
    border-radius: 20px;
  }.tc-wp-tool-root .sfg-small-font-tool__title{
    font-size: 28px;
  }.tc-wp-tool-root .sfg-small-font-tool__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__eyebrow{
    font-size: 12px;
  }.tc-wp-tool-root .sfg-small-font-tool__panel, .tc-wp-tool-root .sfg-small-font-tool__results{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool__textarea{
    min-height: 124px;
    padding: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool__button{
    width: 100%;
    min-height: 48px;
    padding: 13px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__section-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .sfg-small-font-tool__section-title{
    font-size: 21px;
  }.tc-wp-tool-root .sfg-small-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__card{
    padding: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool__preview{
    font-size: 15px;
  }}