@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-435 .tc-wp-tool-root img, .wpc-scope-435 .tc-wp-tool-root video, .wpc-scope-435 .tc-wp-tool-root svg, .wpc-scope-435 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 44px 18px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.36), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 203, 43, 0.34), transparent 24%),
    radial-gradient(circle at 78% 84%, rgba(255, 57, 57, 0.22), transparent 28%),
    linear-gradient(135deg, #05133d 0%, #0646b7 42%, #00a9ff 73%, #ffd12f 135%);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__shell{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(3, 18, 62, 0.58);
  box-shadow: 0 24px 70px rgba(0, 10, 40, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 780px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__header h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.42), 0 3px 0 rgba(10, 35, 109, 0.8);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__header p{
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__control-panel{
  width: 100%;
  margin: 0 0 26px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 48px rgba(0, 11, 50, 0.24);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  color: #ffe76a;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid rgba(0, 229, 255, 0.46);
  border-radius: 16px;
  outline: none;
  padding: 17px 18px;
  color: #ffffff;
  background: rgba(1, 11, 42, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__input::placeholder{
  color: rgba(255, 255, 255, 0.55);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__input:focus{
  border-color: #ffe35b;
  background: rgba(2, 15, 56, 0.88);
  box-shadow: 0 0 0 4px rgba(255, 219, 64, 0.18), 0 0 24px rgba(0, 229, 255, 0.28);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__load-btn, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__copy-btn{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #06123d;
  background: linear-gradient(135deg, #fff06d 0%, #ffc928 48%, #ff4d3f 130%);
  box-shadow: 0 10px 28px rgba(255, 197, 32, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__clear-btn{
  min-width: 116px;
  padding: 0 24px;
  font-size: 16px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__copy-btn{
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
  padding: 16px 30px;
  font-size: 17px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__clear-btn:hover, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__load-btn:hover, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__copy-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 34px rgba(255, 205, 48, 0.36), 0 0 24px rgba(0, 229, 255, 0.22);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__clear-btn:focus-visible, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__load-btn:focus-visible, .wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__copy-btn:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07)),
    rgba(3, 18, 64, 0.68);
  box-shadow: 0 16px 42px rgba(0, 9, 42, 0.28);
  overflow: hidden;
  animation: sonicFontFadeIn 340ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 231, 91, 0.52);
  box-shadow: 0 24px 54px rgba(0, 12, 54, 0.34), 0 0 22px rgba(0, 229, 255, 0.14);
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__card-title{
  margin: 0;
  color: #ffe76a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__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(0, 229, 255, 0.2);
  background: rgba(0, 8, 34, 0.58);
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.24);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00e5ff, #ffd52d);
  border-radius: 999px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__more{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-435 .tc-wp-tool-root .sonic-font-tool-wrap__load-btn.sonic-font-tool-wrap__load-btn--hidden{
  display: none;
}@keyframes sonicFontFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 52px 24px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: min(1200px, 100%);
    padding: 38px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 48px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 100px;
    padding: 18px 20px;
    font-size: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    font-size: 17px;
    min-height: 54px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 46px 22px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: min(1080px, 100%);
    padding: 32px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 42px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 17px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 96px;
    padding: 17px 18px;
    font-size: 17px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    font-size: 16px;
    min-height: 52px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: min(920px, 100%);
    padding: 28px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 36px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 92px;
    padding: 16px;
    font-size: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    font-size: 15px;
    min-height: 50px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 17px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 28px 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: 100%;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 31px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 90px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 21px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 24px 12px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: 100%;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 28px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__control-panel{
    padding: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 88px;
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    width: 100%;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .sonic-font-tool-wrap{
    padding: 20px 10px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__shell{
    width: 100%;
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header h1{
    font-size: 25px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__header p{
    font-size: 13px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__control-panel{
    padding: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__input{
    min-height: 84px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__clear-btn, .tc-wp-tool-root .sonic-font-tool-wrap__load-btn{
    width: 100%;
    min-height: 44px;
    padding: 12px 14px;
    font-size: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__card{
    padding: 14px;
  }.tc-wp-tool-root .sonic-font-tool-wrap__preview{
    font-size: 19px;
  }}