@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-605 .tc-wp-tool-root img, .wpc-scope-605 .tc-wp-tool-root video, .wpc-scope-605 .tc-wp-tool-root svg, .wpc-scope-605 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #ffffff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(86, 202, 255, 0.34), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 61, 61, 0.38), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 214, 89, 0.18), transparent 32%),
    linear-gradient(135deg, #d71920 0%, #ffffff 37%, #cceeff 62%, #202733 100%);
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell, .wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell *, .wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell *::before, .wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell *::after{
  box-sizing: border-box;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 850px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{
  margin: 0 0 12px;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 4px 0 #1d2430, 0 16px 34px rgba(29, 36, 48, 0.38);
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #29313d;
  font-weight: 700;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-panel{
  width: min(840px, 100%);
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 70px rgba(32, 39, 51, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-label{
  display: block;
  margin: 0 0 10px;
  color: #202733;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  resize: vertical;
  border: 2px solid rgba(32, 39, 51, 0.16);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #202733;
  font: 800 24px/1.35 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 3px 12px rgba(32, 39, 51, 0.08);
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input:focus{
  border-color: #e62129;
  box-shadow: 0 0 0 5px rgba(230, 33, 41, 0.18), inset 0 3px 12px rgba(32, 39, 51, 0.08);
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn, .wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn, .wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{
  display: block;
  width: auto;
  min-width: 96px;
  margin: 16px auto 0;
  padding: 11px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #202733, #3b4656);
  box-shadow: 0 10px 24px rgba(32, 39, 51, 0.22);
  font-size: 14px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  align-items: stretch;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    linear-gradient(135deg, var(--ntfg-accent), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 48px rgba(32, 39, 51, 0.18);
  backdrop-filter: blur(14px);
  animation: ntfgFadeIn 360ms ease both;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-card-title{
  margin: 0 0 12px;
  color: #202733;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 124px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(32, 39, 51, 0.12);
  background: rgba(32, 39, 51, 0.92);
  color: #ffffff;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#e62129, #62cfff);
  border-radius: 999px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ntfg-accent), #202733);
  box-shadow: 0 10px 24px rgba(32, 39, 51, 0.18);
  font-size: 14px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #e62129, #202733 55%, #32b9ff);
  box-shadow: 0 14px 34px rgba(32, 39, 51, 0.26), 0 0 0 4px rgba(255, 255, 255, 0.28);
  font-size: 15px;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn.ntfg-hidden{
  display: none;
}.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s1{ text-transform: uppercase; color: #fff; text-shadow: 3px 3px 0 #e62129, 6px 6px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s2{ color: #ffe36e; text-shadow: 0 3px 0 #9b1c1c, 0 7px 16px #000; letter-spacing: 0.03em; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s3{ color: #8be9ff; text-shadow: 2px 0 #fff, -2px 0 #e62129, 0 4px 0 #111827; font-family: "Courier New", monospace; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s4{ color: transparent; background: linear-gradient(90deg, #ff3030, #fff, #46c6ff); -webkit-background-clip: text; background-clip: text; text-shadow: none; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s5{ color: #fff; text-shadow: 0 0 8px #42d9ff, 0 0 18px #e62129, 0 3px 0 #101827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s6{ color: #202733; background: #fff; border-style: dashed; text-shadow: 2px 2px 0 #ffd642; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s7{ color: #ff4c4c; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #202733; letter-spacing: 0.05em; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s8{ color: #ffffff; text-shadow: 0 0 4px #fff, 0 0 14px #ffd642, 0 0 28px #ff3030; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s9{ color: #ffd642; text-shadow: 2px 2px 0 #8b5b00, 4px 4px 0 #202733; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s10{ color: #d7f5ff; font-family: "Courier New", monospace; letter-spacing: 0.08em; text-shadow: 0 3px 0 #e62129; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s11{ color: #fff; text-shadow: -2px -2px 0 #202733, 2px -2px 0 #202733, -2px 2px 0 #202733, 2px 2px 0 #202733, 0 7px 0 #e62129; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s12{ color: #c9f7ff; text-shadow: 0 3px 0 #2b5160, 0 8px 18px #000; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s13{ color: #fff0a8; text-shadow: 3px 0 0 #ff5b5b, -3px 0 0 #32b9ff; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s14{ color: #111827; background: linear-gradient(#fff, #cceeff); text-shadow: 1px 1px 0 #fff; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s15{ color: #fff; text-shadow: 0 2px 0 #1f2937, 0 4px 0 #374151, 0 6px 0 #4b5563; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s16{ color: #ffef75; letter-spacing: 0.1em; text-shadow: 0 0 12px #ff3030; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s17{ color: #ffffff; text-shadow: 2px 2px 0 #ff71b8, 4px 4px 0 #53389e; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s18{ color: #ffffff; text-shadow: 3px 0 0 #f97316, 6px 0 0 #ef4444; font-style: italic; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s19{ color: #d1fae5; text-shadow: 0 -2px 0 #10b981, 0 4px 0 #065f46; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s20{ color: #fff; text-shadow: 0 5px 0 #60a5fa, 0 10px 20px #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s21{ color: #fef3c7; font-family: Georgia, serif; text-shadow: 2px 2px 0 #92400e, 5px 5px 0 #202733; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s22{ color: #ff3b3b; text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s23{ color: #a7f3d0; text-shadow: 0 3px 0 #047857, 0 0 16px #34d399; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s24{ color: #fff; text-shadow: 0 0 10px #ff5b5b, 0 4px 0 #111827; letter-spacing: 0.06em; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s25{ color: #facc15; text-shadow: 2px 2px 0 #b45309, 4px 4px 0 #111827; text-transform: uppercase; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s26{ color: #f9a8d4; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #be185d; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s27{ color: #bbf7d0; text-shadow: 3px 3px 0 #166534, 6px 6px 0 #052e16; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s28{ color: #e9d5ff; text-shadow: 0 0 8px #fff, 0 0 18px #7c3aed, 3px 3px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s29{ color: #fb923c; text-shadow: 0 0 8px #fed7aa, 3px 3px 0 #7f1d1d; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s30{ color: #e0f2fe; text-shadow: 2px 2px 0 #38bdf8, 4px 4px 0 #0c4a6e; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s31{ color: transparent; background: linear-gradient(90deg, #ef4444, #facc15, #22c55e, #38bdf8, #a855f7); -webkit-background-clip: text; background-clip: text; text-shadow: none; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s32{ color: #fde68a; background: #7c2d12; text-shadow: 2px 2px 0 #000; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s33{ color: #dbeafe; text-shadow: 2px 2px 0 #2563eb, 4px 4px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s34{ color: #ffffff; text-shadow: -1px -1px 0 #e62129, 1px -1px 0 #e62129, -1px 1px 0 #e62129, 1px 1px 0 #e62129, 4px 4px 0 #202733; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s35{ color: #fff; text-shadow: 0 4px 0 #fb7185, 0 8px 0 #f472b6; border-radius: 30px; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s36{ color: #a5f3fc; font-family: "Courier New", monospace; text-shadow: 0 0 10px #06b6d4, 0 4px 0 #164e63; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s37{ color: #dcfce7; background: linear-gradient(180deg, #14532d, #111827); text-shadow: 0 0 8px #86efac; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s38{ color: #fff; text-shadow: 3px 3px 0 #111827, 6px 6px 0 #64748b; font-family: "Courier New", monospace; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s39{ color: #fde047; text-shadow: 0 2px 0 #854d0e, 0 5px 0 #111827; letter-spacing: 0.08em; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s40{ color: #fff7ed; text-shadow: 3px 3px 0 #ea580c, 6px 6px 0 #7c2d12; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s41{ color: #fee2e2; text-shadow: 0 0 12px #ef4444, 3px 3px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s42{ color: #cffafe; text-shadow: 2px 2px 0 #0891b2, 4px 4px 0 #155e75; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s43{ color: #fefce8; text-shadow: 0 0 7px #facc15, 0 0 22px #f97316, 3px 3px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s44{ color: #f8fafc; letter-spacing: 0.12em; text-shadow: 0 3px 0 #475569; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s45{ color: #f0abfc; text-shadow: 2px 2px 0 #701a75, 0 0 14px #e879f9; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s46{ color: #fed7aa; text-shadow: 3px 3px 0 #c2410c, 6px 6px 0 #111827; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s47{ color: #bfdbfe; text-shadow: 0 3px 0 #1d4ed8, 0 0 20px #60a5fa; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s48{ color: #ffffff; text-shadow: 2px 0 0 #ef4444, 4px 0 0 #facc15, 6px 0 0 #22c55e, 8px 0 0 #38bdf8; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s49{ color: #ecfeff; font-family: "Courier New", monospace; text-shadow: 0 3px 0 #0e7490, 0 0 12px #67e8f9; }.wpc-scope-605 .tc-wp-tool-root .ntfg-tool-wrap .ntfg-s50{ color: #ffffff; text-shadow: 0 4px 0 #e62129, 0 8px 0 #202733, 0 0 18px #32b9ff; text-transform: uppercase; }@keyframes ntfgFadeIn{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (hover: hover){.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(32, 39, 51, 0.26);
  }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn:hover, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn:hover, .tc-wp-tool-root .ntfg-tool-wrap .ntfg-copy-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(32, 39, 51, 0.3), 0 0 22px rgba(98, 207, 255, 0.32);
  }}@media (min-width: 1200px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: min(1200px, 100%); }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 56px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 116px; font-size: 24px; padding: 18px 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 14px; padding: 11px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 15px; padding: 15px 24px; }.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{ font-size: 26px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 58px 22px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: min(1120px, 100%); }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 50px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 110px; font-size: 23px; padding: 17px 19px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 14px; padding: 11px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 15px; padding: 14px 23px; }.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: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{ font-size: 25px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 50px 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: min(940px, 100%); }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 42px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 104px; font-size: 21px; padding: 16px 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 13px; padding: 10px 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 14px; padding: 13px 22px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ padding: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{ font-size: 24px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 42px 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 34px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-panel{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 98px; font-size: 19px; padding: 15px 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 13px; padding: 10px 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 14px; padding: 13px 20px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-card{ padding: 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{ font-size: 23px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 30px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-panel{ padding: 15px; border-radius: 18px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 94px; font-size: 18px; padding: 14px 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 13px; padding: 10px 15px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 13px; padding: 12px 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{ padding: 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{ font-size: 22px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ntfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-shell{ width: 100%; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header h1{ font-size: 27px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-header p{ font-size: 13px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-input-panel{ padding: 13px; border-radius: 17px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-text-input{ min-height: 90px; font-size: 17px; padding: 13px 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-clear-btn{ font-size: 12px; padding: 9px 14px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-load-btn{ font-size: 12px; padding: 12px 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{ padding: 13px; }.tc-wp-tool-root .ntfg-tool-wrap .ntfg-preview{ font-size: 21px; }}.wpc-scope-605 .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;
}