@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-323 .tc-wp-tool-root img, .wpc-scope-323 .tc-wp-tool-root video, .wpc-scope-323 .tc-wp-tool-root svg, .wpc-scope-323 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 56px 18px;
  overflow-x: hidden;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 245, 255, 0.25), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 37, 198, 0.26), transparent 31%),
    radial-gradient(circle at 50% 100%, rgba(143, 70, 255, 0.24), transparent 36%),
    linear-gradient(135deg, #040615 0%, #0a1029 34%, #140927 68%, #070816 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-title{
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(0, 245, 255, 0.9),
    0 0 28px rgba(255, 45, 205, 0.72),
    0 0 54px rgba(129, 70, 255, 0.55);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{
  width: min(100%, 720px);
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(235, 245, 255, 0.82);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-control-panel{
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin: 0 0 26px;
  border: 1px solid rgba(157, 243, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9df8ff;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  resize: vertical;
  min-height: 96px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 245, 255, 0.34);
  border-radius: 8px;
  outline: none;
  color: #ffffff;
  background: rgba(3, 8, 24, 0.78);
  box-shadow: inset 0 0 24px rgba(0, 245, 255, 0.08);
  font: inherit;
  font-size: 20px;
  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-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input:focus{
  border-color: rgba(255, 45, 205, 0.86);
  background: rgba(5, 10, 30, 0.92);
  box-shadow:
    0 0 0 4px rgba(255, 45, 205, 0.14),
    0 0 34px rgba(0, 245, 255, 0.25),
    inset 0 0 24px rgba(255, 45, 205, 0.08);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-copy-btn, .wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{
  box-sizing: border-box;
  border: 1px solid rgba(0, 245, 255, 0.38);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 245, 255, 0.2), rgba(255, 45, 205, 0.24));
  box-shadow: 0 12px 30px rgba(0, 245, 255, 0.12);
  font-family: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn{
  min-height: 96px;
  padding: 0 18px;
  font-size: 16px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn:hover, .wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-copy-btn:hover, .wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 45, 205, 0.75);
  background: linear-gradient(135deg, rgba(0, 245, 255, 0.3), rgba(255, 45, 205, 0.36));
  box-shadow:
    0 16px 42px rgba(255, 45, 205, 0.18),
    0 0 28px rgba(0, 245, 255, 0.22);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(180, 246, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top left, rgba(0, 245, 255, 0.14), transparent 48%);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: nfg-card-in 360ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 245, 255, 0.46);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(0, 245, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-card-title{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  color: rgba(244, 250, 255, 0.94);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  max-height: 180px;
  box-sizing: border-box;
  padding: 18px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(2, 5, 18, 0.74);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #00f5ff rgba(255, 255, 255, 0.08);
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-box::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00f5ff, #ff2dcd);
  border-radius: 99px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 31px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-copy-btn{
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{
  min-width: 180px;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 16px;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more.nfg-hidden{
  display: none;
}.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-1{ font-family: Arial, Helvetica, sans-serif; font-weight: 900; color: #dffcff; text-shadow: 0 0 5px #00f5ff, 0 0 18px #00f5ff, 0 0 40px #00b8ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-2{ font-family: Georgia, serif; font-weight: 800; color: #fff0fb; text-shadow: 0 0 7px #ff2dcd, 0 0 20px #ff2dcd, 0 0 48px #ff0088; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-3{ font-family: "Trebuchet MS", sans-serif; font-weight: 300; letter-spacing: 0.08em; color: transparent; -webkit-text-stroke: 1px #d9c2ff; text-shadow: 0 0 10px #8f46ff, 0 0 32px #8f46ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-4{ font-family: Verdana, sans-serif; font-weight: 900; color: #ecffde; text-transform: uppercase; text-shadow: 0 0 6px #7cff00, 0 0 20px #24ff5d, 0 0 44px #09c934; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-5{ font-family: "Courier New", monospace; font-weight: 900; letter-spacing: 0.06em; color: #fff7d9; text-shadow: 3px 3px 0 #ff2dcd, -3px -3px 0 #00f5ff, 0 0 24px #ffae00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-6{ font-family: Impact, Haettenschweiler, sans-serif; font-weight: 900; color: #e9f5ff; text-shadow: 0 0 8px #238bff, 0 0 26px #238bff, 0 0 54px #003cff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-7{ font-family: Tahoma, Geneva, sans-serif; font-weight: 800; color: #f5e8ff; text-shadow: 0 0 5px #b967ff, 0 0 18px #b967ff, 0 0 38px #5c00ff; transform: skewX(-7deg); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-8{ font-family: Arial Black, Arial, sans-serif; font-weight: 900; color: #ffe6e6; text-shadow: 0 0 6px #ff1744, 0 0 22px #ff1744, 0 0 48px #ff6b00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-9{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: 700; color: #f7ffff; text-shadow: 0 0 5px #bdfcff, 0 0 18px #77e8ff, 0 0 38px #00c9ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-10{ font-family: Georgia, serif; font-weight: 900; color: #fff7d3; text-shadow: 0 0 7px #ffd75a, 0 0 21px #ffb000, 0 0 44px #ff7700; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-11{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #ffffff; text-shadow: 2px 0 0 #00f5ff, -2px 0 0 #ff2dcd, 0 0 30px #723cff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-12{ font-family: Arial, sans-serif; font-weight: 900; letter-spacing: 0.1em; color: #ffd9fb; text-transform: uppercase; text-shadow: 0 0 8px #ff2dcd, 0 0 28px #7c4dff, 0 0 54px #00e5ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-13{ font-family: Verdana, sans-serif; font-weight: 900; color: #f4ffe8; text-shadow: 0 0 7px #b6ff00, 0 0 21px #b6ff00, 0 0 42px #57ff00; transform: rotate(-1deg); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-14{ font-family: Tahoma, sans-serif; font-weight: 700; color: #fff2ff; text-shadow: 0 0 12px #ff38f8, 0 0 30px #ff38f8, 0 0 60px #c000ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-15{ font-family: "Lucida Console", Monaco, monospace; font-weight: 700; color: #e7ffff; text-shadow: 0 0 4px #00fff0, 0 0 16px #00fff0, 0 0 36px #0078ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-16{ font-family: Georgia, serif; font-weight: 900; color: #ffe8ef; text-shadow: 0 0 4px #ff2055, 0 0 14px #ff2055, 0 0 34px #ff0033; animation: nfg-pulse-red 1.8s ease-in-out infinite; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-17{ font-family: Arial Black, Arial, sans-serif; font-weight: 900; color: #f6eaff; -webkit-text-stroke: 1px #c999ff; text-shadow: 0 0 9px #9d4dff, 0 0 30px #6f00ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-18{ font-family: Impact, sans-serif; font-weight: 900; color: #e6f2ff; letter-spacing: 0.04em; text-shadow: 0 0 8px #008cff, 0 0 24px #006bff, 0 0 54px #001fff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-19{ font-family: cursive; font-weight: 700; color: #fff3fb; text-shadow: 0 0 6px #ff6bd6, 0 0 19px #ff2dcd, 0 0 45px #00f5ff; transform: rotate(-2deg); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-20{ font-family: "Courier New", monospace; font-weight: 900; color: #cfffff; text-shadow: 0 0 4px #00f5ff, 0 0 12px #00f5ff, 0 0 26px #00a6ff; letter-spacing: 0.12em; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-21{ font-family: Impact, sans-serif; font-weight: 900; color: #ffffea; text-transform: uppercase; text-shadow: 0 3px 0 #ff2dcd, 0 0 10px #00f5ff, 0 0 34px #ffae00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-22{ font-family: Arial Black, Arial, sans-serif; font-weight: 900; color: transparent; -webkit-text-stroke: 1px #ff8be7; text-shadow: 0 0 8px #ff2dcd, 0 0 24px #ff2dcd; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-23{ font-family: Verdana, sans-serif; font-weight: 700; color: transparent; -webkit-text-stroke: 1px #baff7a; text-shadow: 0 0 9px #5dff00, 0 0 28px #00ff70; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-24{ font-family: Georgia, serif; font-weight: 900; color: #f4fbff; text-shadow: 1px 1px 0 #777, 0 0 8px #ffffff, 0 0 28px #00f5ff, 0 0 50px #ff2dcd; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-25{ font-family: Arial, sans-serif; font-weight: 500; color: #e9ffff; text-shadow: 0 0 12px #8fffff, 0 0 32px #00d5ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-26{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #ffe5f8; letter-spacing: 0.05em; text-shadow: 0 0 6px #ff63d8, 0 0 22px #ff2dcd, 0 0 44px #ff7b00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-27{ font-family: "Courier New", monospace; font-weight: 900; color: #ffffff; text-decoration: underline; text-decoration-color: #00f5ff; text-shadow: 0 -1px 0 #ff2dcd, 0 0 20px #00f5ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-28{ font-family: Impact, sans-serif; font-weight: 900; color: #e4f2ff; text-shadow: 0 0 5px #00a2ff, 0 0 18px #0077ff, 0 0 34px #00f5ff, 0 -8px 24px #6ddfff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-29{ font-family: Tahoma, sans-serif; font-weight: 900; color: #f1e7ff; text-shadow: 0 0 7px #b166ff, 0 0 20px #8f46ff, 0 0 52px #ff2dcd; filter: saturate(1.25); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-30{ font-family: Arial Rounded MT Bold, Arial, sans-serif; font-weight: 900; color: #ffffff; text-shadow: 0 0 7px #00f5ff, 0 0 18px #ff2dcd, 0 0 38px #8f46ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-31{ font-family: Georgia, serif; font-weight: 700; color: #fff5de; text-shadow: 0 0 6px #ffd36a, 0 0 18px #ff2dcd, 0 0 38px #00f5ff; border-bottom: 2px solid rgba(255, 211, 106, 0.8); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-32{ font-family: "Courier New", monospace; font-weight: 900; color: #ffffff; text-shadow: -2px 0 #00f5ff, 2px 0 #ff2dcd, 0 0 24px #ffffff; transform: skewX(5deg); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-33{ font-family: Arial Rounded MT Bold, Arial, sans-serif; font-weight: 900; color: #fff2f8; text-shadow: 0 0 6px #ff7adf, 0 0 16px #ff2dcd, 0 0 38px #ffd36a; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-34{ font-family: "Lucida Sans Unicode", sans-serif; font-weight: 800; color: #e6fbff; text-shadow: 0 0 6px #00c2ff, 0 0 21px #00f5ff, 0 0 45px #004cff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-35{ font-family: Impact, sans-serif; font-weight: 900; color: #ffe9dc; text-shadow: 0 0 7px #ff6a00, 0 0 20px #ff2d00, 0 0 44px #ffcc00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-36{ font-family: Verdana, sans-serif; font-weight: 800; color: #f5ffe6; text-shadow: 0 0 10px #caff00, 0 0 28px #7cff00, 0 0 52px #00ff8a; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-37{ font-family: Tahoma, sans-serif; font-weight: 900; color: #fbf5ff; -webkit-text-stroke: 1px #a96aff; text-shadow: 2px 2px 0 rgba(0,245,255,.65), 0 0 24px #8f46ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-38{ font-family: Georgia, serif; font-weight: 900; color: #ffe9f4; text-shadow: 0 0 6px #ff4ca8, 0 0 18px #ff2dcd, 0 0 42px #ff0044; transform: skewX(-4deg); }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-39{ font-family: Arial Black, Arial, sans-serif; font-weight: 900; color: #e7f8ff; text-shadow: 0 0 4px #00c8ff, 0 0 18px #00f5ff, 0 0 40px #2979ff; letter-spacing: 0.03em; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-40{ font-family: Georgia, serif; font-weight: 700; color: #fff0d6; text-shadow: 0 0 7px #ffbf3f, 0 0 18px #ff9900, 0 0 42px #ff4d00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-41{ font-family: "Trebuchet MS", sans-serif; font-weight: 700; color: #f8ffff; text-shadow: 0 0 8px #d8ffff, 0 0 24px #8defff, 0 0 48px #ffffff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-42{ font-family: Arial, sans-serif; font-weight: 900; color: #fff0fb; text-shadow: 1px 0 #ff2dcd, -1px 0 #00f5ff, 0 0 18px #ff2dcd; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-43{ font-family: "Courier New", monospace; font-weight: 900; color: #eeffe9; text-shadow: 1px 0 #75ff00, -1px 0 #00f5ff, 0 0 18px #57ff00; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-44{ font-family: Impact, sans-serif; font-weight: 900; color: #ffe7e7; text-shadow: 0 0 8px #ff2f2f, 0 0 20px #ff2f2f, 0 0 44px #ff7a00; animation: nfg-pulse-red 2s ease-in-out infinite; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-45{ font-family: Verdana, sans-serif; font-weight: 900; color: #e6f3ff; text-shadow: 0 0 8px #218dff, 0 0 22px #218dff, 0 0 46px #00f5ff; animation: nfg-pulse-blue 2.2s ease-in-out infinite; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-46{ font-family: Tahoma, sans-serif; font-weight: 900; color: #f5e8ff; text-shadow: 0 0 8px #a855ff, 0 0 22px #a855ff, 0 0 46px #ff2dcd; animation: nfg-pulse-purple 2.4s ease-in-out infinite; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-47{ font-family: "Lucida Console", Monaco, monospace; font-weight: 700; color: #eaffff; text-shadow: 0 0 5px #00f5ff, 0 0 16px #00f5ff, 0 0 34px #8f46ff; letter-spacing: 0.06em; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-48{ font-family: Arial Black, Arial, sans-serif; font-weight: 900; color: transparent; -webkit-text-stroke: 1px #ffffff; text-shadow: 0 0 8px #00f5ff, 0 0 24px #ff2dcd, 0 0 48px #8f46ff; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-49{ font-family: Georgia, serif; font-weight: 900; color: #fffdf1; text-shadow: 0 0 5px #ffffff, 0 0 18px #ffd36a, 0 0 38px #00f5ff, 0 0 64px #ff2dcd; }.wpc-scope-323 .tc-wp-tool-root .nfg-neon-font-tool .nfg-style-50{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #f3f0ff; text-shadow: 0 0 6px #7a5cff, 0 0 18px #00f5ff, 0 0 38px #ff2dcd, 0 0 70px #ffffff; transform: rotate(1deg); }@keyframes nfg-card-in{
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@keyframes nfg-pulse-red{
  0%, 100% { opacity: 1; }
  50% { opacity: 0.78; }
}@keyframes nfg-pulse-blue{
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.32); }
}@keyframes nfg-pulse-purple{
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.55) brightness(1.18); }
}@media (min-width: 1200px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 64px 20px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 56px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 20px; padding: 18px 20px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ font-size: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 31px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 58px 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: min(100%, 1080px); }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 50px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 19px; padding: 17px 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ font-size: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 30px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 50px 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: min(100%, 900px); }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 44px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-input-row{ grid-template-columns: minmax(0, 1fr) 132px; gap: 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 18px; padding: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ font-size: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 29px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 40px 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 36px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-control-panel{ padding: 16px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-input-row{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 17px; padding: 15px; min-height: 92px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ width: 100%; min-height: 48px; font-size: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 15px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 28px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 36px 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 32px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-control-panel{ padding: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-input-row{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 16px; padding: 14px; min-height: 90px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ width: 100%; min-height: 46px; font-size: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 26px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-neon-font-tool{ padding: 32px 10px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-title{ font-size: 29px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-control-panel{ padding: 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-text-input{ font-size: 15px; padding: 13px; min-height: 88px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-clear-btn, .tc-wp-tool-root .nfg-neon-font-tool .nfg-load-more{ width: 100%; min-height: 44px; font-size: 14px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-card{ padding: 12px; }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{ font-size: 24px; }}@media (max-width: 767px){.tc-wp-tool-root .nfg-neon-font-tool, .tc-wp-tool-root .nfg-neon-font-tool .nfg-shell, .tc-wp-tool-root .nfg-neon-font-tool .nfg-control-panel, .tc-wp-tool-root .nfg-neon-font-tool .nfg-grid, .tc-wp-tool-root .nfg-neon-font-tool .nfg-card, .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-box, .tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
  }.tc-wp-tool-root .nfg-neon-font-tool .nfg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .nfg-neon-font-tool .nfg-preview-text{
    white-space: normal;
  }}