@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-213 .tc-wp-tool-root img, .wpc-scope-213 .tc-wp-tool-root video, .wpc-scope-213 .tc-wp-tool-root svg, .wpc-scope-213 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 42px 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 170, 255, 0.34), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 210, 45, 0.28), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(255, 51, 85, 0.3), transparent 34%),
    linear-gradient(135deg, #d91525 0%, #f9f9fb 34%, #25272f 64%, #0678ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-control-panel, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-card, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box{
  box-sizing: border-box;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero{
  text-align: center;
  margin: 0 0 26px;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 5px 0 #d8112a, 0 12px 28px rgba(0, 0, 0, 0.38);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{
  max-width: 720px;
  margin: 14px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-control-panel{
  margin: 0 auto 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  background: rgba(16, 18, 28, 0.44);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-row{
/*   display: grid; */
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{
	margin-bottom: 10px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  padding: 17px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
  font: 800 18px/1.25 Arial, Helvetica, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input::placeholder{
  color: rgba(255, 255, 255, 0.64);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input:focus{
  border-color: rgba(79, 195, 255, 0.95);
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.2), 0 0 26px rgba(0, 170, 255, 0.25);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{
  border-radius: 16px;
  padding: 17px 22px;
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2438, #ff6b1a 52%, #148cff);
  box-shadow: 0 12px 28px rgba(255, 36, 56, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn:hover, .wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.1);
  box-shadow: 0 16px 38px rgba(0, 130, 255, 0.34), 0 0 22px rgba(255, 255, 255, 0.18);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(160px, auto) auto;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(14, 17, 27, 0.52));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: ntfgFadeIn 340ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3), 0 0 24px rgba(0, 170, 255, 0.22);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-style-name{
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 239, 255, 0.86)),
    radial-gradient(circle at 10% 10%, rgba(255, 32, 55, 0.22), transparent 40%);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box::-webkit-scrollbar-track{
  background: rgba(8, 12, 22, 0.12);
  border-radius: 999px;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff2438, #148cff);
  border-radius: 999px;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn{
  width: 100%;
  border-radius: 14px;
  padding: 13px 16px;
  color: #10131c;
  font-size: 14px;
  background: linear-gradient(135deg, #ffffff, #aee5ff);
  box-shadow: 0 10px 22px rgba(0, 122, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 122, 255, 0.32), 0 0 18px rgba(255, 255, 255, 0.26);
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn.ntfg-hidden{
  display: none;
}.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s1{ font: 900 30px/1 Arial Black, Arial, sans-serif; color: #e60012; text-shadow: 3px 3px 0 #fff, 6px 6px 0 #20242f; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s2{ font: 900 28px/1.05 Trebuchet MS, Arial, sans-serif; color: #fff; -webkit-text-stroke: 2px #e60012; text-shadow: 0 5px 0 #0057d9; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s3{ font: 900 27px/1.1 Verdana, Arial, sans-serif; color: #ffd52e; text-shadow: 0 0 10px #ff2b3a, 0 4px 0 #232633; text-transform: uppercase; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s4{ font: 800 27px/1.1 Georgia, serif; color: #1d2b55; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #ff3d4f; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s5{ font: 900 24px/1.15 Courier New, monospace; color: #111827; text-shadow: 2px 0 #00a8ff, -2px 0 #ff2445; text-transform: uppercase; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s6{ font: 900 28px/1.05 Arial Rounded MT Bold, Arial, sans-serif; color: #ff3b4f; text-shadow: 0 3px 0 #fff, 0 7px 16px rgba(0,0,0,.36); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s7{ font: 900 26px/1.08 Impact, Arial Black, sans-serif; color: #ffffff; -webkit-text-stroke: 2px #111827; text-shadow: 4px 4px 0 #00a8ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s8{ font: 900 25px/1.1 Tahoma, Arial, sans-serif; color: #00e5ff; text-shadow: 0 0 8px #00e5ff, 0 0 20px #0057ff, 2px 2px 0 #111; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s9{ font: 900 25px/1.1 Arial Black, Arial, sans-serif; color: #222; background: linear-gradient(#ffed4f, #ff4033); -webkit-background-clip: text; color: transparent; text-shadow: 0 4px 0 rgba(0,0,0,.18); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s10{ font: 800 24px/1.15 Lucida Console, monospace; color: #34ff85; text-shadow: 3px 3px 0 #141927; text-transform: uppercase; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s11{ font: 900 26px/1.08 Trebuchet MS, Arial, sans-serif; color: #ffffff; text-shadow: 0 0 0 #fff, 3px 3px 0 #e60012, 6px 6px 0 #006fff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s12{ font: 900 25px/1.1 Verdana, Arial, sans-serif; color: #f7f9ff; -webkit-text-stroke: 1px #222; text-shadow: 0 5px 0 #ffb000; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s13{ font: 900 24px/1.1 Arial, sans-serif; color: #1c1f2a; letter-spacing: .08em; text-transform: uppercase; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #00a8ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s14{ font: 900 26px/1.05 Arial Black, Arial, sans-serif; color: #ff2f45; transform: skew(-8deg); text-shadow: 4px 0 0 #fff, 8px 3px 0 #1c2230; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s15{ font: 900 24px/1.12 Georgia, serif; color: #315f2f; text-shadow: 2px 2px 0 #fff6b8, 4px 5px 0 #86c441; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s16{ font: 900 25px/1.1 Arial Rounded MT Bold, Arial, sans-serif; color: #ffffff; -webkit-text-stroke: 2px #ff3e69; text-shadow: 0 6px 0 #67d7ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s17{ font: 900 23px/1.15 Courier New, monospace; color: #fff; text-shadow: 2px 2px 0 #000, 4px 4px 0 #ff2751, 6px 6px 0 #00a8ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s18{ font: 900 26px/1.08 Impact, Arial Black, sans-serif; color: #fffbf0; text-shadow: 0 3px 0 #c3192f, 0 6px 0 #192236, 0 12px 16px rgba(0,0,0,.38); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s19{ font: 800 24px/1.15 Trebuchet MS, Arial, sans-serif; color: #263044; text-shadow: 1px 1px 0 #fff, 0 0 12px #9ee8ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s20{ font: 900 25px/1.08 Arial Black, Arial, sans-serif; color: #10131c; text-transform: uppercase; text-shadow: 0 -2px 0 #fff, 0 3px 0 #ff3549; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s21{ font: 900 24px/1.12 Verdana, Arial, sans-serif; color: #fefefe; -webkit-text-stroke: 1px #0060d8; text-shadow: 3px 3px 0 #e60012; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s22{ font: 900 26px/1.05 Arial Rounded MT Bold, Arial, sans-serif; color: #ffdf38; text-shadow: 3px 3px 0 #e60012, 6px 6px 0 #111827; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s23{ font: 900 24px/1.12 Tahoma, Arial, sans-serif; color: #10131c; letter-spacing: .14em; text-shadow: 0 2px 0 #fff, 0 5px 0 #67d7ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s24{ font: 900 26px/1.05 Arial Black, Arial, sans-serif; color: #fff; transform: rotate(-1deg); text-shadow: 3px 0 #ff2445, -3px 0 #148cff, 0 5px 0 #171b26; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s25{ font: 900 25px/1.1 Georgia, serif; color: #5c3300; text-shadow: 2px 2px 0 #ffe08a, 4px 4px 0 #ff8a00; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s26{ font: 900 25px/1.1 Impact, Arial Black, sans-serif; color: #e60012; -webkit-text-stroke: 1px #fff; text-shadow: 0 0 14px rgba(230,0,18,.6); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s27{ font: 800 24px/1.14 Lucida Sans, Arial, sans-serif; color: #fff; background: #e60012; padding: 6px 10px; border-radius: 999px; box-shadow: 0 4px 0 #111827; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s28{ font: 900 24px/1.12 Courier New, monospace; color: #20242f; text-shadow: 2px 2px 0 #ffec3d; text-transform: uppercase; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s29{ font: 900 26px/1.05 Arial Black, Arial, sans-serif; color: #ffffff; -webkit-text-stroke: 2px #0b57ff; text-shadow: 0 6px 0 #ff2438; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s30{ font: 900 23px/1.15 Trebuchet MS, Arial, sans-serif; color: #1b2030; text-shadow: 0 1px 0 #fff, 0 0 20px #00d8ff; letter-spacing: .05em; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s31{ font: 900 25px/1.08 Arial Rounded MT Bold, Arial, sans-serif; color: #fff3f4; text-shadow: 2px 2px 0 #ff4960, 5px 5px 0 #7bdcff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s32{ font: 900 25px/1.1 Verdana, Arial, sans-serif; color: #131722; text-shadow: 3px 3px 0 #ffffff, 6px 6px 0 #ffcb05; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s33{ font: 900 24px/1.12 Impact, Arial Black, sans-serif; color: #fffbff; text-shadow: 0 0 8px #ff2b8a, 0 0 18px #148cff, 2px 2px 0 #111; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s34{ font: 900 24px/1.15 Arial Black, Arial, sans-serif; color: #2b3144; text-transform: uppercase; border-bottom: 5px solid #e60012; padding-bottom: 3px; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s35{ font: 800 25px/1.1 Georgia, serif; color: #163d77; text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #5ee1ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s36{ font: 900 24px/1.12 Tahoma, Arial, sans-serif; color: #fff; -webkit-text-stroke: 1px #171b26; text-shadow: 4px 4px 0 #ff7b00; transform: skew(6deg); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s37{ font: 900 23px/1.15 Courier New, monospace; color: #ff3150; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #111827; letter-spacing: .12em; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s38{ font: 900 26px/1.06 Arial Rounded MT Bold, Arial, sans-serif; color: #10131c; text-shadow: 0 3px 0 #fff, 0 7px 0 #b7f35b; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s39{ font: 900 24px/1.12 Verdana, Arial, sans-serif; color: #ffffff; background: linear-gradient(90deg,#e60012,#0078ff); padding: 7px 11px; border-radius: 8px; text-shadow: 0 2px 0 rgba(0,0,0,.32); }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s40{ font: 900 25px/1.1 Arial Black, Arial, sans-serif; color: #20242f; -webkit-text-stroke: 1px #ff334c; text-shadow: 2px 2px 0 #fff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s41{ font: 900 25px/1.1 Trebuchet MS, Arial, sans-serif; color: #e60012; text-shadow: 3px 3px 0 #fff, 6px 0 0 #0078ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s42{ font: 900 24px/1.12 Lucida Console, monospace; color: #00ffbf; background: #131722; padding: 8px 10px; border-radius: 6px; text-shadow: 0 0 9px #00ffbf; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s43{ font: 900 25px/1.1 Impact, Arial Black, sans-serif; color: #fff; text-shadow: 0 4px 0 #e60012, 5px 6px 0 #0078ff; letter-spacing: .04em; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s44{ font: 900 24px/1.14 Arial Rounded MT Bold, Arial, sans-serif; color: #ff5170; text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #ffd52e; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s45{ font: 800 25px/1.12 Georgia, serif; color: #fbfff6; -webkit-text-stroke: 1px #334155; text-shadow: 0 5px 0 #55b640; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s46{ font: 900 24px/1.12 Arial Black, Arial, sans-serif; color: #0f172a; text-shadow: 1px 1px 0 #fff, 3px 3px 0 #ff3150, 5px 5px 0 #00a8ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s47{ font: 900 25px/1.08 Verdana, Arial, sans-serif; color: #ffffff; text-shadow: 0 0 12px #e60012, 0 0 24px #0078ff, 0 3px 0 #111; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s48{ font: 900 24px/1.12 Tahoma, Arial, sans-serif; color: #21304a; background: #ffffff; padding: 8px 12px; border: 3px solid #e60012; border-radius: 12px; box-shadow: 4px 4px 0 #0078ff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s49{ font: 900 25px/1.1 Courier New, monospace; color: #fff; text-shadow: 3px 0 0 #ff2438, 6px 0 0 #ffd52e, 9px 0 0 #148cff; }.wpc-scope-213 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s50{ font: 900 27px/1.05 Arial Black, Arial, sans-serif; color: #f7fbff; -webkit-text-stroke: 2px #151925; text-shadow: 0 4px 0 #e60012, 0 8px 0 #148cff, 0 14px 20px rgba(0,0,0,.34); }@keyframes ntfgFadeIn{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 24px 10px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 30px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-control-panel{ padding: 13px; border-radius: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-row{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 15px; padding: 13px 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ width: 100%; font-size: 14px; padding: 13px 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ width: 100%; max-width: 100%; box-sizing: border-box; padding: 13px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box{ padding: 13px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 22px; overflow-wrap: anywhere; word-break: break-word; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 34px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-control-panel{ padding: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 16px; padding: 14px 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ width: 100%; font-size: 14px; padding: 14px 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ width: 100%; max-width: 100%; box-sizing: border-box; padding: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box{ padding: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 23px; overflow-wrap: anywhere; word-break: break-word; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 38px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-control-panel{ padding: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-row{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 17px; padding: 15px 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ width: 100%; font-size: 15px; padding: 15px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ width: 100%; max-width: 100%; box-sizing: border-box; padding: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-box{ padding: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 24px; overflow-wrap: anywhere; word-break: break-word; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 38px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 940px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 50px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 18px; padding: 16px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 15px; padding: 16px 22px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ padding: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 25px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 42px 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 1120px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 58px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 18px; padding: 17px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 15px; padding: 17px 22px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ padding: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 25px; }}@media (min-width: 1200px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 48px 24px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero h1{ font-size: 64px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-hero p{ font-size: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ font-size: 18px; padding: 17px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 15px; padding: 17px 22px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ padding: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview-text{ font-size: 25px; }}.wpc-scope-213 /* 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;
}