@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-85 .tc-wp-tool-root img, .wpc-scope-85 .tc-wp-tool-root video, .wpc-scope-85 .tc-wp-tool-root svg, .wpc-scope-85 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 48px 18px;
  overflow-x: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 18, 18, 0.22), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #050505 0%, #141414 45%, #d70606 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-container, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-card, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-row, .wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-load-area{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-header{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(255, 0, 0, 0.55), 0 8px 32px rgba(0, 0, 0, 0.8);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
  width: min(100%, 720px);
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  resize: vertical;
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  outline: none;
  background: rgba(0, 0, 0, 0.54);
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input::placeholder{
  color: rgba(255, 255, 255, 0.42);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input:focus{
  border-color: rgba(255, 38, 38, 0.86);
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.18), 0 0 30px rgba(255, 0, 0, 0.28);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #f20707, #990000);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 26px rgba(255, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-clear-btn{
  min-width: 104px;
  padding: 0 20px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn:hover{
  border-color: rgba(255, 255, 255, 0.56);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.38), 0 0 22px rgba(255, 255, 255, 0.12);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn:active{
  transform: translateY(1px) scale(0.99);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
  min-width: 0;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(10, 10, 10, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  animation: sfg-card-fade 360ms ease both;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-card.sfg-reveal{
  animation: sfg-card-reveal 460ms ease both;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-style-name{
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.02em;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
  display: block;
  width: 100%;
  min-height: 116px;
  max-height: 180px;
  margin: 0 0 14px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(214, 0, 0, 0.94), rgba(25, 0, 0, 0.9));
  color: #ffffff;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42), 0 0 18px rgba(255, 255, 255, 0.16);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview::-webkit-scrollbar-track{
  background: rgba(0, 0, 0, 0.28);
  border-radius: 99px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffffff, #ff2b2b);
  border-radius: 99px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-copy-btn{
  width: 100%;
  min-height: 44px;
  padding: 13px 16px;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-load-area{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 28px 0 0;
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-load-btn{
  min-width: 190px;
  min-height: 48px;
  padding: 15px 24px;
  background: linear-gradient(135deg, #ffffff, #f20707 42%, #050505);
}.wpc-scope-85 .tc-wp-tool-root .supreme-font-tool-wrap .sfg-hidden{
  display: none;
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 45, 45, 0.55);
    box-shadow: 0 26px 66px rgba(0, 0, 0, 0.48), 0 0 28px rgba(255, 0, 0, 0.18);
  }}@keyframes sfg-card-fade{
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes sfg-card-reveal{
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 30px 10px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: 100%;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 78px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    width: 100%;
    min-height: 42px;
    padding: 12px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    min-height: 100px;
    max-height: 180px;
    padding: 13px;
    font-size: 19px;
    line-height: 1.4;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: 100%;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 35px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 82px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    width: 100%;
    min-height: 44px;
    padding: 13px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    min-height: 104px;
    max-height: 180px;
    padding: 14px;
    font-size: 20px;
    line-height: 1.38;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: 100%;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 86px;
    padding: 15px;
    font-size: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    width: 100%;
    min-height: 45px;
    padding: 13px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 16px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    min-height: 108px;
    max-height: 180px;
    padding: 14px;
    font-size: 22px;
    line-height: 1.36;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 48px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 84px;
    padding: 15px 17px;
    font-size: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    min-height: 46px;
    padding: 14px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    padding: 15px;
    font-size: 23px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 48px 20px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 86px;
    padding: 16px 18px;
    font-size: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    min-height: 46px;
    padding: 14px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    padding: 15px;
    font-size: 24px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .supreme-font-tool-wrap{
    padding: 54px 22px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-header h1{
    font-size: 58px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-text-input{
    min-height: 88px;
    padding: 17px 19px;
    font-size: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-btn{
    min-height: 48px;
    padding: 15px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-card{
    padding: 18px;
  }.tc-wp-tool-root .supreme-font-tool-wrap .sfg-preview{
    padding: 15px;
    font-size: 24px;
  }}.wpc-scope-85 /* 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;
}