@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-10 .tc-wp-tool-root img, .wpc-scope-10 .tc-wp-tool-root video, .wpc-scope-10 .tc-wp-tool-root svg, .wpc-scope-10 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-10 .tc-wp-tool-root .gfg-tool, .wpc-scope-10 .tc-wp-tool-root .gfg-tool *{
      box-sizing: border-box;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool{
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      border-radius: 0;
      padding: 72px 20px;
      background:
        radial-gradient(circle at 14% 12%, rgba(255, 230, 135, 0.42), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(255, 190, 50, 0.36), transparent 30%),
        radial-gradient(circle at 50% 105%, rgba(120, 72, 8, 0.48), transparent 36%),
        linear-gradient(135deg, #120b02 0%, #3d2608 34%, #9a6a13 68%, #f7d774 100%);
      color: #fff8df;
      font-family: Arial, Helvetica, sans-serif;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-hero{
      text-align: center;
      max-width: 860px;
      margin: 0 auto 34px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-title{
      margin: 0;
      color: #fff6d3;
      font-size: 54px;
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -1.3px;
      text-transform: uppercase;
      text-shadow:
        0 4px 0 rgba(54, 32, 4, 0.92),
        0 0 24px rgba(255, 214, 87, 0.64),
        0 0 52px rgba(255, 174, 24, 0.38);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-subtitle{
      max-width: 720px;
      margin: 18px auto 0;
      color: rgba(255, 248, 223, 0.88);
      font-size: 17px;
      line-height: 1.7;
      font-weight: 700;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-panel{
      width: 100%;
      margin-bottom: 30px;
      padding: 24px;
      border: 1px solid rgba(255, 230, 135, 0.32);
      border-radius: 28px;
      background: rgba(43, 27, 5, 0.58);
      box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(18px);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-input-row{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
      width: 100%;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-input{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      border: 1px solid rgba(255, 230, 135, 0.46);
      border-radius: 20px;
      outline: none;
      padding: 18px 20px;
      background: rgba(255, 250, 232, 0.96);
      color: #241504;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 800;
      box-shadow: inset 0 0 24px rgba(188, 124, 16, 0.14);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-input::placeholder{
      color: rgba(36, 21, 4, 0.46);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-input:focus{
      border-color: rgba(255, 217, 92, 0.98);
      background: #fffdf4;
      box-shadow:
        0 0 0 4px rgba(255, 217, 92, 0.22),
        0 0 36px rgba(255, 174, 24, 0.38),
        inset 0 0 18px rgba(188, 124, 16, 0.12);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-btn{
      border: 1px solid rgba(255, 240, 184, 0.42);
      border-radius: 18px;
      cursor: pointer;
      padding: 16px 22px;
      background: linear-gradient(135deg, #fff0a3, #d69a18);
      color: #241504;
      font-size: 15px;
      font-weight: 950;
      letter-spacing: 0.25px;
      box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      white-space: nowrap;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-btn:hover{
      transform: translateY(-2px);
      filter: brightness(1.06);
      box-shadow: 0 20px 48px rgba(255, 190, 50, 0.28);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-grid{
      display: grid;
      width: 100%;
      max-width: 100%;
      gap: 22px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-card{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(255, 230, 135, 0.28);
      border-radius: 26px;
      padding: 20px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
        rgba(43, 27, 5, 0.72);
      box-shadow: 0 18px 58px rgba(0, 0, 0, 0.34);
      backdrop-filter: blur(16px);
      animation: gfgFadeUp 0.45s ease both;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-card:hover{
      transform: translateY(-6px);
      border-color: rgba(255, 217, 92, 0.86);
      box-shadow:
        0 24px 72px rgba(0, 0, 0, 0.42),
        0 0 36px rgba(255, 217, 92, 0.22);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-name{
      margin: 0 0 14px;
      color: rgba(255, 248, 223, 0.94);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.75px;
      text-transform: uppercase;
      overflow-wrap: anywhere;
      word-break: break-word;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-preview{
      width: 100%;
      max-width: 100%;
      min-height: 132px;
      max-height: 180px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid rgba(255, 230, 135, 0.22);
      border-radius: 20px;
      padding: 18px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at top left, rgba(255, 217, 92, 0.28), transparent 44%),
        radial-gradient(circle at bottom right, rgba(188, 124, 16, 0.22), transparent 44%),
        rgba(255, 250, 232, 0.96);
      color: #241504;
      line-height: 1.22;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-preview::-webkit-scrollbar{
      width: 8px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-preview::-webkit-scrollbar-track{
      background: rgba(188, 124, 16, 0.12);
      border-radius: 999px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-preview::-webkit-scrollbar-thumb{
      background: linear-gradient(#fff0a3, #d69a18);
      border-radius: 999px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-copy{
      width: 100%;
      max-width: 100%;
      border: 1px solid rgba(255, 230, 135, 0.34);
      border-radius: 16px;
      cursor: pointer;
      padding: 13px 16px;
      background: rgba(255, 250, 232, 0.13);
      color: #fff8df;
      font-size: 14px;
      font-weight: 950;
      transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-copy:hover{
      transform: translateY(-2px);
      background: rgba(255, 217, 92, 0.2);
      box-shadow: 0 12px 30px rgba(255, 217, 92, 0.2);
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-load-wrap{
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 30px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-load{
      min-width: 190px;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-hidden{
      display: none;
    }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-1{ font-family: Georgia, serif; font-size: 32px; font-weight: 950; text-transform: uppercase; color: #4b2b03; text-shadow: 2px 2px 0 #fff0a3, 4px 4px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-2{ font-family: Cooper Black, Georgia, serif; font-size: 33px; font-weight: 900; color: #d69a18; text-shadow: 2px 2px 0 #fffdf4, 4px 4px 0 #3a2103; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-3{ font-family: "Arial Black", Arial, sans-serif; font-size: 30px; font-weight: 950; color: #fff0a3; -webkit-text-stroke: 1px #3a2103; text-shadow: 2px 2px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-4{ font-family: Garamond, Georgia, serif; font-size: 34px; font-weight: 900; font-style: italic; color: #4b2b03; text-shadow: 0 3px 0 #fff0a3, 0 6px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-5{ font-family: Impact, fantasy; font-size: 31px; letter-spacing: 2px; text-transform: uppercase; color: #fffdf4; -webkit-text-stroke: 1px #3a2103; text-shadow: 3px 3px 0 #b67909; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-6{ font-family: Palatino, Georgia, serif; font-size: 32px; font-weight: 900; color: #3a2103; text-shadow: 2px 2px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-7{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 29px; font-weight: 950; color: #c8860d; text-shadow: 0 3px 0 #3a2103, 0 0 18px rgba(255, 217, 92, 0.85); }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-8{ font-family: "Times New Roman", serif; font-size: 34px; font-weight: 900; color: #3a2103; text-shadow: 2px 2px 0 #fffdf4, 4px 4px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-9{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; letter-spacing: 3px; text-transform: uppercase; color: #fff0a3; -webkit-text-stroke: 1px #3a2103; text-shadow: 3px 3px 0 #b67909; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-10{ font-family: Cooper Black, Georgia, serif; font-size: 35px; color: #fffdf4; -webkit-text-stroke: 1.2px #3a2103; text-shadow: 3px 3px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-11{ font-family: Tahoma, Arial, sans-serif; font-size: 27px; font-weight: 950; color: #3a2103; text-shadow: -2px 0 #fff0a3, 2px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-12{ font-family: Georgia, serif; font-size: 32px; font-weight: 900; color: #b67909; transform: skew(-5deg); text-shadow: 2px 2px 0 #fff0a3, 4px 4px 0 #3a2103; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-13{ font-family: "Courier New", monospace; font-size: 25px; font-weight: 900; letter-spacing: 1px; color: #3a2103; text-shadow: 2px 2px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-14{ font-family: Impact, fantasy; font-size: 32px; letter-spacing: 1.5px; color: transparent; -webkit-text-stroke: 1.4px #3a2103; text-shadow: 2px 2px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-15{ font-family: Palatino, Georgia, serif; font-size: 32px; font-weight: 950; color: #fffdf4; text-shadow: 2px 2px 0 #3a2103, 4px 4px 0 #b67909; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-16{ font-family: Arial Black, Arial, sans-serif; font-size: 30px; color: #3a2103; -webkit-text-stroke: 0.5px #fff0a3; text-shadow: 3px 3px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-17{ font-family: Georgia, serif; font-size: 33px; font-weight: 950; letter-spacing: -0.5px; color: #fff0a3; -webkit-text-stroke: 1px #3a2103; text-shadow: 2px 2px 0 #fffdf4; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-18{ font-family: Cooper Black, Georgia, serif; font-size: 34px; color: #3a2103; text-shadow: 0 2px 0 #fffdf4, 0 5px 0 #b67909; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-19{ font-family: "Times New Roman", serif; font-size: 33px; font-weight: 900; color: #b67909; text-shadow: 2px 2px 0 #3a2103, 4px 4px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-20{ font-family: Verdana, sans-serif; font-size: 26px; font-weight: 950; text-transform: uppercase; color: #3a2103; text-shadow: 2px 2px 0 #fffdf4, 3px 3px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-21{ font-family: Georgia, serif; font-size: 34px; font-weight: 900; font-variant: small-caps; color: #b67909; text-shadow: 2px 2px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-22{ font-family: Arial Black, Arial, sans-serif; font-size: 29px; letter-spacing: 2.5px; color: #fffdf4; -webkit-text-stroke: 1px #b67909; text-shadow: 3px 3px 0 #3a2103; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-23{ font-family: Tahoma, Arial, sans-serif; font-size: 27px; font-weight: 950; color: #fff0a3; text-shadow: 2px 2px 0 #3a2103, 4px 4px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-24{ font-family: Garamond, Georgia, serif; font-size: 36px; color: #3a2103; text-shadow: 3px 0 0 #fff0a3, 6px 0 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-25{ font-family: Impact, fantasy; font-size: 31px; letter-spacing: 2px; color: #b67909; text-shadow: 0 3px 0 #3a2103, 0 6px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-26{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 28px; font-weight: 950; color: #3a2103; text-shadow: 1px 1px 0 #fffdf4, 3px 3px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-27{ font-family: Georgia, serif; font-size: 33px; font-weight: 900; color: #fffdf4; text-shadow: 2px 2px 0 #3a2103, 0 0 18px rgba(255, 217, 92, 0.95); }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-28{ font-family: "Courier New", monospace; font-size: 25px; font-weight: 900; color: #b67909; text-shadow: 2px 0 0 #3a2103, 4px 0 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-29{ font-family: Palatino, Georgia, serif; font-size: 33px; font-weight: 950; color: #fff0a3; -webkit-text-stroke: 0.8px #3a2103; text-shadow: 3px 3px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-30{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; color: #3a2103; text-shadow: 0 0 0 #3a2103, 3px 3px 0 #fffdf4, 6px 6px 0 #b67909; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-31{ font-family: Garamond, Georgia, serif; font-size: 34px; letter-spacing: 0.5px; color: #fffdf4; -webkit-text-stroke: 1px #3a2103; text-shadow: 0 4px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-32{ font-family: Georgia, serif; font-size: 33px; font-weight: 900; color: #3a2103; transform: rotate(-1deg); text-shadow: 2px 2px 0 #fff0a3, 4px 4px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-33{ font-family: Verdana, sans-serif; font-size: 27px; font-weight: 950; letter-spacing: 1.8px; color: transparent; -webkit-text-stroke: 1.2px #3a2103; text-shadow: 2px 2px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-34{ font-family: Impact, fantasy; font-size: 32px; color: #fff0a3; text-shadow: 3px 3px 0 #3a2103, 5px 5px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-35{ font-family: Arial Black, Arial, sans-serif; font-size: 30px; letter-spacing: -1px; color: #b67909; text-shadow: 2px 2px 0 #fffdf4, 5px 5px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-36{ font-family: Georgia, serif; font-size: 33px; font-weight: 900; font-style: italic; color: #3a2103; text-shadow: -2px -2px 0 #fff0a3, 2px 2px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-37{ font-family: Palatino, Georgia, serif; font-size: 33px; font-weight: 900; color: #fffdf4; text-shadow: 0 3px 0 #3a2103, 3px 6px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-38{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 28px; font-weight: 950; color: #3a2103; text-shadow: 3px 0 0 #b67909, 6px 0 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-39{ font-family: Garamond, Georgia, serif; font-size: 35px; color: #d69a18; -webkit-text-stroke: 1px #3a2103; text-shadow: 2px 2px 0 #fff0a3, -2px -2px 0 #fffdf4; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-40{ font-family: Arial Black, Arial, sans-serif; font-size: 28px; letter-spacing: 3px; color: #3a2103; text-shadow: 0 2px 0 #fff0a3, 0 4px 0 #fffdf4, 0 6px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-41{ font-family: Georgia, serif; font-size: 33px; font-weight: 900; color: #b67909; -webkit-text-stroke: 0.7px #3a2103; text-shadow: 3px 3px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-42{ font-family: Impact, fantasy; font-size: 31px; letter-spacing: 1px; color: #fffdf4; text-shadow: 2px 2px 0 #fff0a3, 4px 4px 0 #3a2103; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-43{ font-family: Verdana, sans-serif; font-size: 26px; font-weight: 950; color: #3a2103; text-shadow: 0 0 12px rgba(255, 217, 92, 0.95), 2px 2px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-44{ font-family: Georgia, serif; font-size: 34px; font-weight: 950; color: #fffdf4; -webkit-text-stroke: 1px #3a2103; text-shadow: 3px 3px 0 #b67909, 6px 6px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-45{ font-family: Arial Black, Arial, sans-serif; font-size: 29px; color: #fff0a3; transform: skew(4deg); text-shadow: 3px 3px 0 #3a2103; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-46{ font-family: "Courier New", monospace; font-size: 25px; font-weight: 900; letter-spacing: 2px; color: #3a2103; text-shadow: 2px 2px 0 #b67909, 4px 4px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-47{ font-family: Garamond, Georgia, serif; font-size: 35px; color: #b67909; text-shadow: 0 2px 0 #3a2103, 0 5px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-48{ font-family: Georgia, serif; font-size: 34px; font-weight: 950; color: #3a2103; -webkit-text-stroke: 0.4px #fffdf4; text-shadow: 3px 3px 0 #fff0a3; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-49{ font-family: Impact, fantasy; font-size: 32px; letter-spacing: 2px; color: #3a2103; text-shadow: 2px 2px 0 #fffdf4, 4px 4px 0 #fff0a3, 6px 6px 0 #d69a18; }.wpc-scope-10 .tc-wp-tool-root .gfg-tool .gfg-style-50{ font-family: Cooper Black, Georgia, serif; font-size: 37px; color: #fffdf4; -webkit-text-stroke: 1.4px #3a2103; text-shadow: 3px 3px 0 #fff0a3, 6px 6px 0 #d69a18, 0 0 24px rgba(255, 217, 92, 0.85); }@keyframes gfgFadeUp{
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .gfg-tool{
        padding: 42px 12px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 30px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-panel{
        padding: 14px;
        border-radius: 20px;
      }.tc-wp-tool-root .gfg-tool .gfg-input-row{
        grid-template-columns: 1fr;
        gap: 10px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 14px;
        font-size: 15px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        width: 100%;
        padding: 13px 16px;
        font-size: 13px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: 1fr !important;
        gap: 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 14px;
        border-radius: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        padding: 14px;
        font-size: 22px;
      }.tc-wp-tool-root .gfg-tool [class*="gfg-style-"]{
        font-size: 22px;
        letter-spacing: 0.3px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .gfg-tool{
        padding: 46px 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 34px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .gfg-tool .gfg-panel{
        padding: 16px;
        border-radius: 22px;
      }.tc-wp-tool-root .gfg-tool .gfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 15px;
        font-size: 16px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        width: 100%;
        padding: 14px 17px;
        font-size: 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: 1fr !important;
        gap: 16px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 16px;
        border-radius: 20px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        padding: 15px;
        font-size: 23px;
      }.tc-wp-tool-root .gfg-tool [class*="gfg-style-"]{
        font-size: 23px;
        letter-spacing: 0.4px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .gfg-tool{
        padding: 52px 16px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 38px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .gfg-tool .gfg-panel{
        padding: 18px;
        border-radius: 24px;
      }.tc-wp-tool-root .gfg-tool .gfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 16px;
        font-size: 16px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        width: 100%;
        padding: 14px 18px;
        font-size: 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: 1fr !important;
        gap: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        padding: 16px;
        font-size: 24px;
      }.tc-wp-tool-root .gfg-tool [class*="gfg-style-"]{
        font-size: 24px;
        letter-spacing: 0.5px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .gfg-tool{
        padding: 64px 22px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 46px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 16px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 17px 18px;
        font-size: 17px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        padding: 15px 20px;
        font-size: 14px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        font-size: 25px;
      }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .gfg-tool{
        padding: 70px 24px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 52px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 17px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 18px 20px;
        font-size: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        padding: 16px 22px;
        font-size: 15px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 21px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 19px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        font-size: 25px;
      }}@media (min-width: 1200px){.tc-wp-tool-root .gfg-tool{
        padding: 76px 28px;
      }.tc-wp-tool-root .gfg-tool .gfg-container{
        width: 100%;
      }.tc-wp-tool-root .gfg-tool .gfg-title{
        font-size: 58px;
      }.tc-wp-tool-root .gfg-tool .gfg-subtitle{
        font-size: 17px;
      }.tc-wp-tool-root .gfg-tool .gfg-input{
        padding: 18px 20px;
        font-size: 18px;
      }.tc-wp-tool-root .gfg-tool .gfg-btn{
        padding: 16px 22px;
        font-size: 15px;
      }.tc-wp-tool-root .gfg-tool .gfg-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
      }.tc-wp-tool-root .gfg-tool .gfg-card{
        padding: 20px;
      }.tc-wp-tool-root .gfg-tool .gfg-preview{
        font-size: 26px;
      }}.wpc-scope-10 /* 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-10 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .gfg-clear{}