@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-12 .tc-wp-tool-root img, .wpc-scope-12 .tc-wp-tool-root video, .wpc-scope-12 .tc-wp-tool-root svg, .wpc-scope-12 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-12 .tc-wp-tool-root .nfg-tool, .wpc-scope-12 .tc-wp-tool-root .nfg-tool *{
      box-sizing: border-box;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool{
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      border-radius: 0;
      padding: 72px 20px;
      background:
        radial-gradient(circle at 14% 12%, rgba(0, 255, 255, 0.34), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(255, 0, 200, 0.34), transparent 30%),
        radial-gradient(circle at 50% 106%, rgba(120, 255, 0, 0.24), transparent 34%),
        linear-gradient(135deg, #030014 0%, #10002d 35%, #001d33 68%, #030010 100%);
      color: #f8fbff;
      font-family: Arial, Helvetica, sans-serif;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-hero{
      text-align: center;
      max-width: 880px;
      margin: 0 auto 34px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-title{
      margin: 0;
      color: #ffffff;
      font-size: 54px;
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -1.2px;
      text-transform: uppercase;
      text-shadow:
        0 0 8px rgba(0, 255, 255, 0.95),
        0 0 20px rgba(0, 255, 255, 0.75),
        0 0 38px rgba(255, 0, 200, 0.55),
        0 0 64px rgba(120, 255, 0, 0.25);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-subtitle{
      max-width: 730px;
      margin: 18px auto 0;
      color: rgba(248, 251, 255, 0.84);
      font-size: 17px;
      line-height: 1.7;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-panel{
      width: 100%;
      margin-bottom: 30px;
      padding: 24px;
      border: 1px solid rgba(0, 255, 255, 0.28);
      border-radius: 28px;
      background: rgba(7, 0, 28, 0.72);
      box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(18px);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-input-row{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
      width: 100%;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-input{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      border: 1px solid rgba(0, 255, 255, 0.38);
      border-radius: 20px;
      outline: none;
      padding: 18px 20px;
      background: rgba(2, 0, 14, 0.9);
      color: #f8fbff;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 800;
      box-shadow: inset 0 0 24px rgba(0, 255, 255, 0.12);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-input::placeholder{
      color: rgba(248, 251, 255, 0.5);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-input:focus{
      border-color: rgba(0, 255, 255, 0.96);
      background: rgba(4, 0, 22, 0.98);
      box-shadow:
        0 0 0 4px rgba(0, 255, 255, 0.15),
        0 0 34px rgba(0, 255, 255, 0.34),
        inset 0 0 18px rgba(255, 0, 200, 0.12);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-btn{
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 18px;
      cursor: pointer;
      padding: 16px 22px;
      background: linear-gradient(135deg, #00ffff, #ff00c8);
      color: #030014;
      font-size: 15px;
      font-weight: 950;
      letter-spacing: 0.25px;
      box-shadow: 0 16px 38px rgba(0, 255, 255, 0.22);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      white-space: nowrap;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-btn:hover{
      transform: translateY(-2px);
      filter: brightness(1.08);
      box-shadow: 0 20px 48px rgba(255, 0, 200, 0.3);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-grid{
      display: grid;
      width: 100%;
      max-width: 100%;
      gap: 22px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-card{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(0, 255, 255, 0.22);
      border-radius: 26px;
      padding: 20px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
        rgba(4, 0, 18, 0.78);
      box-shadow: 0 18px 58px rgba(0, 0, 0, 0.44);
      backdrop-filter: blur(16px);
      animation: nfgFadeUp 0.45s ease both;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-card:hover{
      transform: translateY(-6px);
      border-color: rgba(255, 0, 200, 0.72);
      box-shadow:
        0 24px 72px rgba(0, 0, 0, 0.52),
        0 0 34px rgba(0, 255, 255, 0.22);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-name{
      margin: 0 0 14px;
      color: rgba(222, 250, 255, 0.92);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      overflow-wrap: anywhere;
      word-break: break-word;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-preview{
      width: 100%;
      max-width: 100%;
      min-height: 132px;
      max-height: 180px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid rgba(255, 0, 200, 0.18);
      border-radius: 20px;
      padding: 18px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at top left, rgba(0, 255, 255, 0.18), transparent 42%),
        radial-gradient(circle at bottom right, rgba(255, 0, 200, 0.2), transparent 44%),
        rgba(2, 0, 12, 0.84);
      color: #f8fbff;
      line-height: 1.28;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-preview::-webkit-scrollbar{
      width: 8px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-preview::-webkit-scrollbar-track{
      background: rgba(255, 255, 255, 0.06);
      border-radius: 999px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-preview::-webkit-scrollbar-thumb{
      background: linear-gradient(#00ffff, #ff00c8);
      border-radius: 999px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-copy{
      width: 100%;
      max-width: 100%;
      border: 1px solid rgba(0, 255, 255, 0.24);
      border-radius: 16px;
      cursor: pointer;
      padding: 13px 16px;
      background: rgba(0, 255, 255, 0.1);
      color: #f8fbff;
      font-size: 14px;
      font-weight: 950;
      transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-copy:hover{
      transform: translateY(-2px);
      background: rgba(255, 0, 200, 0.16);
      box-shadow: 0 12px 30px rgba(0, 255, 255, 0.18);
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-load-wrap{
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 30px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-load{
      min-width: 190px;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-hidden{
      display: none;
    }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-1{ font-family: Impact, fantasy; font-size: 31px; letter-spacing: 1px; text-transform: uppercase; color: #00ffff; text-shadow: 0 0 8px #00ffff, 0 0 22px #00ffff, 3px 3px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-2{ font-family: Arial Black, Arial, sans-serif; font-size: 30px; font-weight: 950; color: #fff; -webkit-text-stroke: 1px #00ffff; text-shadow: 0 0 12px #ff00c8, 0 0 28px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-3{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 29px; font-weight: 950; color: #ff00c8; text-shadow: 0 0 8px #ff00c8, 0 0 22px #ff00c8, 3px 3px 0 #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-4{ font-family: Georgia, serif; font-size: 31px; font-weight: 900; font-style: italic; color: #c8ff00; text-shadow: 0 0 8px #c8ff00, 0 0 24px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-5{ font-family: Impact, fantasy; font-size: 32px; letter-spacing: 2px; color: transparent; -webkit-text-stroke: 1.5px #00ffff; text-shadow: 0 0 16px #00ffff, 3px 3px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-6{ font-family: Verdana, sans-serif; font-size: 27px; font-weight: 950; color: #ffffff; text-shadow: 0 0 10px #00ffff, 0 0 28px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-7{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 30px; font-weight: 950; color: #00ff99; text-shadow: 0 0 8px #00ff99, 0 0 20px #00ff99, 3px 3px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-8{ font-family: "Comic Sans MS", "Trebuchet MS", cursive; font-size: 29px; font-weight: 900; color: #ff00c8; text-shadow: 0 0 12px #ff00c8, 0 0 28px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-9{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; letter-spacing: 3px; text-transform: uppercase; color: #fff600; text-shadow: 0 0 8px #fff600, 0 0 24px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-10{ font-family: Georgia, serif; font-size: 33px; color: #fff; -webkit-text-stroke: 1.2px #00ffff; text-shadow: 0 0 14px #00ffff, 0 0 34px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-11{ font-family: Tahoma, Arial, sans-serif; font-size: 27px; font-weight: 950; color: #f8fbff; text-shadow: -2px 0 #ff00c8, 2px 0 #00ffff, 0 0 18px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-12{ font-family: Georgia, serif; font-size: 30px; font-weight: 900; color: #ff00c8; transform: skew(-5deg); text-shadow: 0 0 8px #ff00c8, 3px 3px 0 #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-13{ font-family: "Courier New", monospace; font-size: 25px; font-weight: 900; letter-spacing: 1px; color: #00ffff; text-shadow: 0 0 8px #00ffff, 0 0 20px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-14{ font-family: Impact, fantasy; font-size: 32px; letter-spacing: 1.5px; color: #f8fbff; -webkit-text-stroke: 1.4px #ff00c8; text-shadow: 0 0 12px #ff00c8, 3px 3px 0 #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-15{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 29px; font-weight: 950; color: #ffffff; text-shadow: 0 0 10px #00ffff, 0 0 26px #ff00c8, 3px 3px 0 #12002f; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-16{ font-family: Arial Black, Arial, sans-serif; font-size: 30px; color: #fff600; -webkit-text-stroke: 0.5px #12002f; text-shadow: 0 0 10px #fff600, 0 0 24px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-17{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 31px; font-weight: 950; color: #00ffff; text-shadow: 0 0 9px #00ffff, 0 0 26px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-18{ font-family: Arial, Helvetica, sans-serif; font-size: 31px; color: #f8fbff; text-shadow: 0 0 8px #ff00c8, 0 0 20px #00ffff, 0 5px 0 #180033; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-19{ font-family: "Comic Sans MS", cursive; font-size: 29px; font-weight: 900; color: #00ff99; text-shadow: 0 0 8px #00ff99, 0 0 24px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-20{ font-family: Verdana, sans-serif; font-size: 26px; font-weight: 950; text-transform: uppercase; color: #ff00c8; text-shadow: 0 0 8px #ff00c8, 0 0 24px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-21{ font-family: Georgia, serif; font-size: 32px; font-weight: 900; font-variant: small-caps; color: #00ffff; text-shadow: 0 0 12px #00ffff, 2px 2px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-22{ font-family: Arial Black, Arial, sans-serif; font-size: 29px; letter-spacing: 2.5px; color: #fff; -webkit-text-stroke: 1px #00ffff; text-shadow: 0 0 16px #00ffff, 3px 3px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-23{ font-family: Tahoma, Arial, sans-serif; font-size: 27px; font-weight: 950; color: #fff600; text-shadow: 0 0 8px #fff600, 0 0 22px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-24{ font-family: Arial, Helvetica, sans-serif; font-size: 34px; color: #f8fbff; text-shadow: 3px 0 0 #ff00c8, 6px 0 0 #00ffff, 0 0 20px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-25{ font-family: Impact, fantasy; font-size: 31px; letter-spacing: 2px; color: #ff00c8; text-shadow: 0 0 10px #ff00c8, 0 0 30px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-26{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 28px; font-weight: 950; color: #f8fbff; text-shadow: 1px 1px 0 #00ffff, 3px 3px 0 #ff00c8, 0 0 18px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-27{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 30px; color: #fff; text-shadow: 0 0 8px #00ffff, 0 0 28px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-28{ font-family: "Courier New", monospace; font-size: 25px; font-weight: 900; color: #00ffff; text-shadow: 2px 0 0 #ff00c8, 4px 0 0 #00ffff, 0 0 16px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-29{ font-family: Georgia, serif; font-size: 31px; font-weight: 950; color: #fff600; -webkit-text-stroke: 0.8px #12002f; text-shadow: 0 0 10px #fff600, 3px 3px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-30{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; color: #ff00c8; text-shadow: 0 0 10px #ff00c8, 3px 3px 0 #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-31{ font-family: Arial, Helvetica, sans-serif; font-size: 32px; color: #ffffff; -webkit-text-stroke: 1px #12002f; text-shadow: 0 0 14px #00ffff, 0 4px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-32{ font-family: "Comic Sans MS", cursive; font-size: 30px; font-weight: 900; color: #f8fbff; transform: rotate(-1deg); text-shadow: 0 0 8px #00ffff, 4px 4px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-33{ font-family: Verdana, sans-serif; font-size: 27px; font-weight: 950; letter-spacing: 1.8px; color: transparent; -webkit-text-stroke: 1.2px #00ffff; text-shadow: 0 0 14px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-34{ font-family: Impact, fantasy; font-size: 32px; color: #fff600; text-shadow: 0 0 10px #fff600, 5px 5px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-35{ font-family: Arial Black, Arial, sans-serif; font-size: 30px; letter-spacing: -1px; color: #00ffff; text-shadow: 0 0 10px #00ffff, 5px 5px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-36{ font-family: Georgia, serif; font-size: 31px; font-weight: 900; font-style: italic; color: #f8fbff; text-shadow: -2px -2px 0 #00ffff, 2px 2px 0 #ff00c8, 0 0 18px #00ffff; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-37{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 29px; color: #fff; text-shadow: 0 0 8px #00ffff, 3px 6px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-38{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 28px; font-weight: 950; color: #ff00c8; text-shadow: 3px 0 0 #00ffff, 6px 0 0 #12002f, 0 0 14px #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-39{ font-family: Arial, Helvetica, sans-serif; font-size: 33px; color: #fff600; text-shadow: 0 0 8px #fff600, -2px -2px 0 #ff00c8; }.wpc-scope-12 .tc-wp-tool-root .nfg-tool .nfg-style-40{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; letter-spacing: 3px; color: #f8fbff; text-shadow: 0 2px 0 #ff00c8, 0 4px 0 #00ffff, 0 0 22px #00ffff; }@keyframes nfgFadeUp{
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-tool{
        padding: 42px 12px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 30px;
      }.tc-wp-tool-root .nfg-tool .nfg-subtitle{
        font-size: 14px;
      }.tc-wp-tool-root .nfg-tool .nfg-panel{
        padding: 14px;
        border-radius: 20px;
      }.tc-wp-tool-root .nfg-tool .nfg-input-row{
        grid-template-columns: 1fr;
        gap: 10px;
      }.tc-wp-tool-root .nfg-tool .nfg-input{
        padding: 14px;
        font-size: 15px;
      }.tc-wp-tool-root .nfg-tool .nfg-btn{
        width: 100%;
        padding: 13px 16px;
        font-size: 13px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: 1fr !important;
        gap: 14px;
      }.tc-wp-tool-root .nfg-tool .nfg-card{
        padding: 14px;
        border-radius: 18px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        padding: 14px;
        font-size: 22px;
      }.tc-wp-tool-root .nfg-tool [class*="nfg-style-"]{
        font-size: 22px;
        letter-spacing: 0.4px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-tool{
        padding: 46px 14px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 34px;
      }.tc-wp-tool-root .nfg-tool .nfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .nfg-tool .nfg-panel{
        padding: 16px;
        border-radius: 22px;
      }.tc-wp-tool-root .nfg-tool .nfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .nfg-tool .nfg-input{
        padding: 15px;
        font-size: 16px;
      }.tc-wp-tool-root .nfg-tool .nfg-btn{
        width: 100%;
        padding: 14px 17px;
        font-size: 14px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: 1fr !important;
        gap: 16px;
      }.tc-wp-tool-root .nfg-tool .nfg-card{
        padding: 16px;
        border-radius: 20px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        padding: 15px;
        font-size: 23px;
      }.tc-wp-tool-root .nfg-tool [class*="nfg-style-"]{
        font-size: 23px;
        letter-spacing: 0.5px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool{
        padding: 52px 16px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 38px;
      }.tc-wp-tool-root .nfg-tool .nfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .nfg-tool .nfg-panel{
        padding: 18px;
        border-radius: 24px;
      }.tc-wp-tool-root .nfg-tool .nfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .nfg-tool .nfg-input{
        padding: 16px;
        font-size: 16px;
      }.tc-wp-tool-root .nfg-tool .nfg-btn{
        width: 100%;
        padding: 14px 18px;
        font-size: 14px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: 1fr !important;
        gap: 18px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        padding: 16px;
        font-size: 24px;
      }.tc-wp-tool-root .nfg-tool [class*="nfg-style-"]{
        font-size: 24px;
        letter-spacing: 0.6px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool{
        padding: 64px 22px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 46px;
      }.tc-wp-tool-root .nfg-tool .nfg-subtitle{
        font-size: 16px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        font-size: 25px;
      }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool{
        padding: 70px 24px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 52px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 21px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        font-size: 25px;
      }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool{
        padding: 76px 28px;
      }.tc-wp-tool-root .nfg-tool .nfg-title{
        font-size: 58px;
      }.tc-wp-tool-root .nfg-tool .nfg-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
      }.tc-wp-tool-root .nfg-tool .nfg-preview{
        font-size: 26px;
      }}.wpc-scope-12 /* 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;
}.wpc-scope-12 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .nfg-clear{}