@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-225 .tc-wp-tool-root img, .wpc-scope-225 .tc-wp-tool-root video, .wpc-scope-225 .tc-wp-tool-root svg, .wpc-scope-225 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap, .wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(229, 9, 20, 0.36), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 59, 75, 0.16), transparent 30%),
    linear-gradient(135deg, #070707 0%, #170507 46%, #030303 100%);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 91, 105, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffd6da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 0 28px rgba(229, 9, 20, 0.18);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap h1{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-shadow: 0 0 26px rgba(229, 9, 20, 0.42);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255, 238, 240, 0.84);
  line-height: 1.6;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{
  width: 100%;
  max-width: 780px;
  margin: 0 auto 26px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(18, 18, 18, 0.64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-label{
  display: block;
  margin: 0 0 9px;
  color: rgba(255, 238, 240, 0.88);
  font-size: 13px;
  font-weight: 800;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 91, 105, 0.28);
  border-radius: 14px;
  outline: none;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input:focus{
  border-color: rgba(255, 59, 75, 0.78);
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.18), 0 0 36px rgba(229, 9, 20, 0.16);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row, .wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{
  display: grid;
  place-items: center;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{
  margin-top: 13px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{
  margin-top: 26px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
  appearance: none;
  max-width: 100%;
  border: 1px solid rgba(255, 91, 105, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, #e50914, #9f050d);
  color: #fff;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(229, 9, 20, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 190, 196, 0.58);
  box-shadow: 0 18px 46px rgba(229, 9, 20, 0.36);
  filter: saturate(1.08);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:active{
  transform: translateY(0);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn[disabled]{
  cursor: default;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)),
    rgba(9, 9, 10, 0.74);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  animation: nfgFadeIn 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 91, 105, 0.44);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(229, 9, 20, 0.13);
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{
  min-width: 0;
  margin: 0;
  color: #ffe9eb;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  flex: 0 0 auto;
  padding: 8px 13px;
  font-size: 12px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 104px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  background: radial-gradient(circle at 20% 0%, rgba(229, 9, 20, 0.18), transparent 36%), rgba(0, 0, 0, 0.44);
  color: #fff;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar, .wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-track, .wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-thumb, .wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #e50914, #6f050b);
  border-radius: 999px;
}.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s1{ font-weight: 950; color: #ff1726; text-shadow: 0 0 18px rgba(229, 9, 20, 0.72); text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s2{ font-weight: 900; color: #ffffff; text-shadow: 3px 3px 0 #e50914; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s3{ font-weight: 850; color: #ffd8dc; letter-spacing: 0; text-shadow: 0 0 14px #e50914, 0 0 28px rgba(229, 9, 20, 0.45); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s4{ font-family: Georgia, serif; font-weight: 700; color: #f6f1ea; text-shadow: 0 8px 22px rgba(0, 0, 0, 0.8); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s5{ font-weight: 950; color: #fff; text-transform: uppercase; border-left: 5px solid #e50914; padding-left: 12px; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s6{ font-weight: 700; color: #f7f7f7; text-shadow: 0 1px 0 #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s7{ font-weight: 950; color: #e50914; -webkit-text-stroke: 1px rgba(255,255,255,.7); text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s8{ font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; color: #fff; text-shadow: 0 5px 0 #650308; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s9{ font-weight: 800; color: #ffb7be; font-style: italic; text-shadow: 0 0 18px rgba(229, 9, 20, .55); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s10{ font-weight: 900; color: #fff5f6; letter-spacing: .08em; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s11{ font-weight: 850; color: #f2f2f2; text-shadow: -2px 0 #e50914, 2px 0 #2c0508; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s12{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #e50914; background: linear-gradient(90deg, #fff, #ff1726); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s13{ font-weight: 950; color: #ffffff; text-shadow: 0 0 4px #fff, 0 0 24px #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s14{ font-family: Georgia, serif; color: #fff0d8; font-weight: 700; text-shadow: 0 0 16px rgba(255, 208, 125, .35); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s15{ font-weight: 950; color: #111; -webkit-text-stroke: 1px #ff2330; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s16{ font-weight: 850; color: #fafafa; text-decoration: underline; text-decoration-color: #e50914; text-decoration-thickness: 4px; text-underline-offset: 7px; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s17{ font-family: "Courier New", monospace; font-weight: 800; color: #ff4b55; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s18{ font-weight: 950; color: #fff; text-shadow: 0 2px 0 #e50914, 0 4px 0 #80050b; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s19{ font-weight: 800; color: #d9d9d9; filter: contrast(1.15); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s20{ font-weight: 900; color: #ff2a36; text-shadow: 0 0 1px #fff, 0 0 22px rgba(229,9,20,.6); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s21{ font-weight: 950; color: #fff; text-transform: uppercase; letter-spacing: .12em; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s22{ font-family: Georgia, serif; font-weight: 900; color: #e50914; text-shadow: 2px 2px 0 #fff; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s23{ font-weight: 800; color: #fff; background: linear-gradient(90deg, #e50914, #fff, #e50914); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s24{ font-weight: 900; color: #ffeeee; text-shadow: 0 10px 22px rgba(229,9,20,.48); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s25{ font-family: "Arial Black", Arial, sans-serif; color: #ff0011; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s26{ font-weight: 700; color: #ffffff; font-variant: small-caps; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s27{ font-family: "Courier New", monospace; color: #fff; text-shadow: 2px 0 #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s28{ font-weight: 950; color: #ffd6da; transform: skewX(-6deg); transform-origin: left center; display: block; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s29{ font-weight: 900; color: #fff; text-shadow: 0 0 10px #e50914, 0 0 2px #fff; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s30{ font-family: Verdana, sans-serif; color: #e8e8e8; font-weight: 800; letter-spacing: .05em; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s31{ font-weight: 950; color: #fff; text-shadow: 1px 1px 0 #e50914, 2px 2px 0 #8d050c, 3px 3px 0 #360204; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s32{ font-weight: 850; color: #ff6670; font-style: oblique; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s33{ font-family: Georgia, serif; font-weight: 700; color: #ffffff; text-transform: capitalize; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s34{ font-weight: 950; color: transparent; -webkit-text-stroke: 1.2px #ff2a36; text-transform: uppercase; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s35{ font-weight: 800; color: #fff; text-shadow: 0 -2px 0 #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s36{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #ffced2; text-shadow: 0 0 20px rgba(255, 100, 112, .5); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s37{ font-weight: 950; color: #fff; text-transform: uppercase; text-shadow: 4px 0 0 rgba(229,9,20,.8); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s38{ font-family: "Courier New", monospace; color: #e50914; font-weight: 900; background: rgba(229, 9, 20, .08); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s39{ font-weight: 900; color: #fff; text-shadow: 0 14px 16px rgba(0,0,0,.85), 0 0 12px rgba(229,9,20,.5); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s40{ font-weight: 950; color: #ff2430; text-transform: uppercase; letter-spacing: .16em; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s41{ font-family: Georgia, serif; color: #f9f0f1; font-weight: 900; font-style: italic; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s42{ font-weight: 800; color: #ffffff; text-shadow: 0 0 0 #fff, 0 0 18px #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s43{ font-weight: 950; color: #1b0103; -webkit-text-stroke: 1px #fff; text-shadow: 0 0 20px #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s44{ font-weight: 900; color: #e50914; text-shadow: 0 2px 0 #fff, 0 0 18px rgba(229,9,20,.5); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s45{ font-family: "Times New Roman", serif; color: #ffffff; font-weight: 700; letter-spacing: .04em; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s46{ font-weight: 950; color: #fff; text-transform: uppercase; border-bottom: 3px solid #e50914; display: inline; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s47{ font-weight: 900; color: #ff9aa1; text-shadow: 0 0 26px rgba(229,9,20,.72); }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s48{ font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; color: #fefefe; -webkit-text-stroke: .7px #e50914; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s49{ font-weight: 850; color: #fff; text-shadow: -1px -1px 0 #e50914, 1px 1px 0 #390305; }.wpc-scope-225 .tc-wp-tool-root .nfg-tool-wrap .nfg-s50{ font-weight: 950; color: #e50914; text-transform: uppercase; text-shadow: 0 0 30px rgba(255, 255, 255, .24); }@keyframes nfgFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 32px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 112px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 10px 15px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 22px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 38px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 116px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 10px 16px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 24px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 38px 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 44px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 120px; padding: 15px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 11px 18px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 27px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 54px 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 96%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 56px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 124px; padding: 16px; font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 20px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 28px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 64px 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 96%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 64px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 126px; padding: 17px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 22px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 29px; }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 76px 32px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 72px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 128px; padding: 18px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 24px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 30px; }}.wpc-scope-225 /* 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;
}