@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-251 .tc-wp-tool-root img, .wpc-scope-251 .tc-wp-tool-root video, .wpc-scope-251 .tc-wp-tool-root svg, .wpc-scope-251 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(246, 202, 35, 0.28), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(0, 125, 255, 0.26), transparent 30%),
    radial-gradient(circle at 72% 88%, rgba(221, 22, 42, 0.24), transparent 34%),
    linear-gradient(135deg, #07080b 0%, #181a1f 30%, #2d3037 52%, #7c828d 74%, #121318 100%);
  color: #ffffff;
  font-family: Impact, "Arial Black", "Trebuchet MS", Verdana, sans-serif;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-hero{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 213, 43, 0.4), 0 4px 0 rgba(221, 22, 42, 0.7);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{
  margin: 0 auto;
  max-width: 720px;
  color: #eef3ff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel, .wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-card{
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel::before, .wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-card::before{
  content: "";
  position: absolute;
  inset: 0;
  height: 4px;
  background: linear-gradient(90deg, #dd162a, #ffd52b, #007dff, #c8ccd2);
  opacity: 0.95;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{
  display: block;
  color: #ffffff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(4, 6, 10, 0.78);
  color: #ffffff;
  outline: none;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 213, 43, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input:focus{
  border-color: rgba(255, 213, 43, 0.85);
  background: rgba(4, 6, 10, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 213, 43, 0.14), 0 0 28px rgba(0, 125, 255, 0.28);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  color: #07080b;
  background: linear-gradient(135deg, #ffd52b, #ffffff 46%, #dd162a 100%);
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(221, 22, 42, 0.25), inset 0 1px 0 rgba(255,255,255,0.65);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(255, 213, 43, 0.28), 0 0 18px rgba(0, 125, 255, 0.22);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-btn:active{
  transform: translateY(1px);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  animation: nftFadeIn 320ms ease both;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  background: rgba(2, 3, 6, 0.76);
  border: 1px solid rgba(255,255,255,0.16);
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd52b, #dd162a);
  border-radius: 10px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-copy-btn{
  width: 100%;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-load-wrap{
  text-align: center;
  margin-top: 24px;
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-load-more[disabled]{
  opacity: 0.48;
  cursor: not-allowed;
  filter: grayscale(0.2);
}.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-1{ font-family: Impact, "Arial Black", sans-serif; color:#ffd52b; text-transform:uppercase; font-style:italic; text-shadow:3px 3px 0 #dd162a, 6px 6px 0 #050505; -webkit-text-stroke:1px #fff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-2{ font-family:"Arial Black", Impact, sans-serif; color:#fff; text-transform:uppercase; letter-spacing:2px; text-shadow:0 0 8px #007dff, 0 0 18px #007dff, 3px 3px 0 #111; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-3{ font-family:Impact, fantasy; color:transparent; background:linear-gradient(180deg,#ffffff,#9aa0aa 45%,#30343b 50%,#ffffff); -webkit-background-clip:text; background-clip:text; text-transform:uppercase; -webkit-text-stroke:1px #dfe4ec; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-4{ font-family:"Trebuchet MS", Verdana, sans-serif; color:#dd162a; font-weight:900; text-transform:uppercase; letter-spacing:3px; text-shadow:2px 0 #ffd52b, 4px 0 #007dff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-5{ font-family:"Courier New", monospace; color:#ffffff; font-weight:900; text-transform:uppercase; background-image:repeating-linear-gradient(45deg, transparent 0 7px, rgba(255,255,255,.16) 7px 14px); text-shadow:3px 3px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-6{ font-family:Impact, sans-serif; color:#111; text-transform:uppercase; -webkit-text-stroke:2px #ffd52b; text-shadow:4px 4px 0 #dd162a, 7px 7px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-7{ font-family:"Arial Black", sans-serif; color:#fff; text-transform:uppercase; font-style:italic; transform:skewX(-10deg); text-shadow:5px 0 0 #dd162a, 10px 0 0 #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-8{ font-family:Georgia, serif; color:#ffd52b; font-weight:900; text-transform:uppercase; text-shadow:0 3px 0 #8a0c16, 0 7px 10px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-9{ font-family:Impact, fantasy; color:#007dff; text-transform:uppercase; letter-spacing:1px; -webkit-text-stroke:1px #fff; text-shadow:0 0 16px #007dff, 4px 4px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-10{ font-family:"Courier New", monospace; color:#c8ccd2; font-weight:900; text-transform:uppercase; letter-spacing:4px; text-shadow:2px 2px 0 #000, -2px -2px 0 #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-11{ font-family:Impact, sans-serif; color:#fff; text-transform:uppercase; background:linear-gradient(90deg,#dd162a,#ffd52b,#007dff); -webkit-background-clip:text; background-clip:text; color:transparent; text-shadow:0 8px 14px rgba(0,0,0,.55); }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-12{ font-family:"Arial Black", sans-serif; color:#ffd52b; text-transform:uppercase; border-left:8px solid #dd162a; padding-left:10px; text-shadow:3px 3px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-13{ font-family:Verdana, sans-serif; color:#fff; font-weight:900; text-transform:uppercase; letter-spacing:2px; text-shadow:1px 1px 0 #000, 2px 2px 0 #333, 3px 3px 0 #666; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-14{ font-family:Impact, sans-serif; color:#dd162a; text-transform:uppercase; -webkit-text-stroke:1px #ffd52b; text-shadow:0 0 20px #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-15{ font-family:"Trebuchet MS", sans-serif; color:#0b0c10; font-weight:900; text-transform:uppercase; background:#ffd52b; padding:8px 10px; box-shadow:inset 0 -6px 0 #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-16{ font-family:"Arial Black", sans-serif; color:#ffffff; text-transform:uppercase; letter-spacing:1px; text-shadow:-3px 0 #dd162a, 3px 0 #007dff, 0 4px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-17{ font-family:Impact, fantasy; color:#f4f6fb; text-transform:uppercase; font-style:italic; text-shadow:0 0 2px #fff, 0 0 18px #ffd52b, 5px 5px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-18{ font-family:"Courier New", monospace; color:#ffd52b; font-weight:900; text-transform:uppercase; border-top:3px solid #fff; border-bottom:3px solid #fff; padding:8px 0; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-19{ font-family:Impact, sans-serif; color:transparent; background:repeating-linear-gradient(90deg,#fff 0 10px,#111 10px 20px); -webkit-background-clip:text; background-clip:text; text-transform:uppercase; -webkit-text-stroke:1px #ffffff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-20{ font-family:"Arial Black", sans-serif; color:#dd162a; text-transform:uppercase; letter-spacing:2px; text-shadow:0 2px #ffd52b, 0 5px #111, 0 8px #007dff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-21{ font-family:Impact, sans-serif; color:#fff; text-transform:uppercase; -webkit-text-stroke:2px #007dff; text-shadow:4px 4px 0 #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-22{ font-family:Georgia, serif; color:#c8ccd2; font-weight:900; text-transform:uppercase; font-style:italic; text-shadow:3px 3px 0 #121318, 6px 6px 0 #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-23{ font-family:"Trebuchet MS", sans-serif; color:#fff; font-weight:900; text-transform:uppercase; background:linear-gradient(90deg,rgba(221,22,42,.35),rgba(0,125,255,.35)); padding:8px; border:2px solid #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-24{ font-family:Impact, fantasy; color:#ffd52b; text-transform:uppercase; letter-spacing:5px; text-shadow:0 0 12px #dd162a, 0 0 24px #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-25{ font-family:"Arial Black", sans-serif; color:#fff; text-transform:uppercase; transform:skewX(-6deg); text-shadow:6px 2px 0 rgba(221,22,42,.9), 12px 4px 0 rgba(255,213,43,.55); }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-26{ font-family:"Courier New", monospace; color:#007dff; font-weight:900; text-transform:uppercase; -webkit-text-stroke:1px #ffffff; text-shadow:4px 4px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-27{ font-family:Impact, sans-serif; color:#ffffff; text-transform:uppercase; background:linear-gradient(180deg,#dd162a 0 42%,#fff 42% 58%,#007dff 58%); -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.75); }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-28{ font-family:Verdana, sans-serif; color:#ffd52b; font-weight:900; text-transform:uppercase; text-shadow:2px 2px 0 #000, 0 0 20px #007dff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-29{ font-family:Impact, fantasy; color:#111; text-transform:uppercase; background:#c8ccd2; padding:7px 10px; box-shadow:inset 0 0 0 3px #dd162a, inset 0 -8px 0 #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-30{ font-family:"Arial Black", sans-serif; color:#dd162a; text-transform:uppercase; -webkit-text-stroke:1px #fff; letter-spacing:1px; text-shadow:3px 3px 0 #007dff, 6px 6px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-31{ font-family:Impact, sans-serif; color:#fff; text-transform:uppercase; text-decoration:underline; text-decoration-color:#ffd52b; text-decoration-thickness:5px; text-shadow:3px 3px 0 #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-32{ font-family:"Trebuchet MS", sans-serif; color:#ffd52b; font-weight:900; text-transform:uppercase; letter-spacing:2px; border-right:8px solid #007dff; padding-right:10px; text-shadow:3px 3px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-33{ font-family:"Courier New", monospace; color:#fff; font-weight:900; text-transform:uppercase; background:repeating-linear-gradient(-45deg,rgba(255,255,255,.08) 0 6px,rgba(255,213,43,.16) 6px 12px); text-shadow:2px 2px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-34{ font-family:Impact, fantasy; color:#007dff; text-transform:uppercase; font-style:italic; -webkit-text-stroke:1px #ffd52b; text-shadow:5px 5px #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-35{ font-family:Georgia, serif; color:#ffffff; font-weight:900; text-transform:uppercase; letter-spacing:1px; text-shadow:0 0 0 #fff, 0 4px 0 #444, 0 8px 0 #111; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-36{ font-family:"Arial Black", sans-serif; color:#ffd52b; text-transform:uppercase; background:linear-gradient(90deg,transparent,rgba(221,22,42,.42),transparent); padding:8px; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-37{ font-family:Impact, sans-serif; color:#fff; text-transform:uppercase; -webkit-text-stroke:1px #111; text-shadow:2px 2px #dd162a, 4px 4px #ffd52b, 6px 6px #007dff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-38{ font-family:Verdana, sans-serif; color:#c8ccd2; font-weight:900; text-transform:uppercase; letter-spacing:3px; text-shadow:0 0 12px #fff, 4px 4px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-39{ font-family:Impact, fantasy; color:#dd162a; text-transform:uppercase; background:#fff; padding:8px 10px; box-shadow:8px 8px 0 #ffd52b, 12px 12px 0 #007dff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-40{ font-family:"Trebuchet MS", sans-serif; color:#111; font-weight:900; text-transform:uppercase; -webkit-text-stroke:1px #ffd52b; text-shadow:2px 2px #fff, 5px 5px #dd162a; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-41{ font-family:"Courier New", monospace; color:#ffd52b; font-weight:900; text-transform:uppercase; text-shadow:1px 1px #dd162a, 2px 2px #dd162a, 3px 3px #111; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-42{ font-family:Impact, sans-serif; color:#ffffff; text-transform:uppercase; letter-spacing:2px; background:linear-gradient(90deg,#111,#333,#111); padding:7px 9px; border-bottom:4px solid #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-43{ font-family:"Arial Black", sans-serif; color:transparent; background:linear-gradient(135deg,#ffd52b,#dd162a 48%,#007dff); -webkit-background-clip:text; background-clip:text; text-transform:uppercase; -webkit-text-stroke:1px #ffffff; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-44{ font-family:Georgia, serif; color:#007dff; font-weight:900; text-transform:uppercase; text-shadow:3px 0 #fff, 6px 0 #dd162a, 9px 0 #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-45{ font-family:Impact, fantasy; color:#ffd52b; text-transform:uppercase; transform:skewX(-12deg); border:2px dashed #fff; padding:8px; text-shadow:4px 4px #000; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-46{ font-family:Verdana, sans-serif; color:#fff; font-weight:900; text-transform:uppercase; background:#dd162a; padding:8px 10px; box-shadow:inset 0 0 0 3px #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-47{ font-family:Impact, sans-serif; color:#c8ccd2; text-transform:uppercase; -webkit-text-stroke:1px #08090d; text-shadow:0 2px #fff, 0 5px #747b86, 0 8px #111; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-48{ font-family:"Arial Black", sans-serif; color:#fff; text-transform:uppercase; font-style:italic; letter-spacing:1px; text-shadow:8px 0 0 rgba(0,125,255,.65), -4px 0 0 rgba(221,22,42,.65); }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-49{ font-family:"Courier New", monospace; color:#ffd52b; font-weight:900; text-transform:uppercase; background:#111; border:3px solid #dd162a; padding:8px; box-shadow:0 0 0 3px #ffd52b; }.wpc-scope-251 .tc-wp-tool-root .nascar-font-tool-wrap .nft-style-50{ font-family:Impact, fantasy; color:#fff; text-transform:uppercase; background:linear-gradient(90deg,#dd162a 0 18%,#ffd52b 18% 34%,#111 34% 66%,#007dff 66%); -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-stroke:1px #fff; text-shadow:0 8px 18px rgba(0,0,0,.6); }@keyframes nftFadeIn{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (hover: hover){.tc-wp-tool-root .nascar-font-tool-wrap .nft-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.44), 0 0 22px rgba(255, 213, 43, 0.16);
  }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .nascar-font-tool-wrap .nft-card, .tc-wp-tool-root .nascar-font-tool-wrap .nft-btn, .tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{
    animation: none;
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 30px 12px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 34px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 20px 14px 16px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 12px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 20px; min-height: 48px; padding: 10px 12px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 15px; min-height: 46px; padding: 10px 15px; width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 20px 14px 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 13px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 27px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 34px 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 39px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 15px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 22px 16px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 13px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 22px; min-height: 50px; padding: 10px 13px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 16px; min-height: 48px; padding: 11px 16px; width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 21px 16px 16px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 13px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 30px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 40px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 46px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 16px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 24px 18px 20px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 13px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 24px; min-height: 54px; padding: 11px 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 16px; min-height: 50px; padding: 12px 18px; width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 22px 18px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 34px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 54px 24px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 58px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 26px 24px 22px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 27px; min-height: 58px; padding: 12px 16px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 17px; min-height: 52px; padding: 12px 22px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 24px 18px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 34px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 64px 28px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 68px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 28px 28px 24px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 30px; min-height: 60px; padding: 12px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 17px; min-height: 54px; padding: 12px 24px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 24px 18px 18px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 32px; }}@media (min-width: 1200px){.tc-wp-tool-root .nascar-font-tool-wrap{ padding: 72px 32px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-container{ width: 100%; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero h1{ font-size: 78px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-hero p{ font-size: 19px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-control-panel{ padding: 30px 30px 26px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-input-label{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-text-input{ font-size: 32px; min-height: 64px; padding: 13px 20px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-btn{ font-size: 18px; min-height: 56px; padding: 13px 26px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card{ padding: 25px 19px 19px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-card-title{ font-size: 14px; }.tc-wp-tool-root .nascar-font-tool-wrap .nft-preview{ font-size: 33px; }}