@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-633 .tc-wp-tool-root img, .wpc-scope-633 .tc-wp-tool-root video, .wpc-scope-633 .tc-wp-tool-root svg, .wpc-scope-633 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 46px 18px;
  color: #fff7df;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 218, 74, 0.32), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 58, 30, 0.34), transparent 34%),
    linear-gradient(135deg, #09090b 0%, #18100d 34%, #5f1010 68%, #0a0a0c 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-container, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-actions{
  box-sizing: border-box;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 207, 75, 0.46);
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.48);
  color: #ffd35a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(255, 84, 25, 0.22);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 #ff7418,
    0 10px 32px rgba(255, 49, 18, 0.42);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
  max-width: 740px;
  margin: 15px auto 0;
  color: #ffe8b6;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
  width: 100%;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(255, 221, 128, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    linear-gradient(90deg, rgba(255, 49, 18, 0.16), rgba(255, 188, 28, 0.08));
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-row{
  width: 100%;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #fff4cf;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-actions{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 216, 113, 0.38);
  border-radius: 14px;
  outline: none;
  background: rgba(6, 6, 8, 0.74);
  color: #ffffff;
  padding: 0 18px;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input::placeholder{
  color: rgba(255, 231, 182, 0.56);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input:focus{
  border-color: rgba(255, 214, 75, 0.92);
  background: rgba(8, 8, 10, 0.92);
  box-shadow:
    0 0 0 4px rgba(255, 166, 24, 0.17),
    0 0 34px rgba(255, 64, 22, 0.28);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  color: #180806;
  background: linear-gradient(135deg, #fff068 0%, #ff9a20 42%, #ff341e 100%);
  box-shadow:
    0 13px 28px rgba(255, 67, 25, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn:hover, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn:hover, .wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow:
    0 18px 36px rgba(255, 73, 24, 0.38),
    0 0 24px rgba(255, 213, 67, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
  min-width: 118px;
  height: 58px;
  border-radius: 14px;
  font-size: 15px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 223, 137, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 18% 0%, rgba(255, 213, 75, 0.16), transparent 32%),
    rgba(9, 9, 12, 0.76);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  animation: hwfgCardIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 197, 56, 0.58);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(255, 71, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-style-name{
  min-width: 0;
  margin: 0;
  color: #fff3cf;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-badge{
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #23100a;
  background: linear-gradient(135deg, #fff06a, #ff7a1c);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 128px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 236, 174, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(38, 12, 7, 0.64)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 8px, transparent 8px 16px);
  text-align: center;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 99px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd94b, #ff3a1e);
  border-radius: 99px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  letter-spacing: 0;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  width: 100%;
  height: 46px;
  margin-top: 14px;
  border-radius: 12px;
  font-size: 14px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
  min-width: 220px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn.hwfg-hidden{
  display: none;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-flame .hwfg-preview-text{
  color: #fff06b;
  font-weight: 950;
  text-shadow: 0 2px 0 #ff7a1c, 0 5px 0 #a9110d, 0 0 22px rgba(255, 50, 18, 0.82);
  text-transform: uppercase;
  transform: skewX(-8deg);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-chrome .hwfg-preview-text{
  color: #f9fbff;
  font-weight: 950;
  text-shadow: 0 1px 0 #9aa4ad, 0 3px 0 #424b54, 0 0 18px rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-turbo .hwfg-preview-text{
  color: #ffec8a;
  font-weight: 950;
  font-style: italic;
  text-shadow: 4px 0 0 rgba(255, 50, 18, 0.78), 8px 0 0 rgba(255, 153, 24, 0.34);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-stripe .hwfg-preview-text{
  color: #ffffff;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: #ff3b1f;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
  text-shadow: 0 0 16px rgba(255, 214, 74, 0.52);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-neon .hwfg-preview-text{
  color: #fff9d8;
  font-weight: 900;
  text-shadow: 0 0 6px #fff06a, 0 0 15px #ff7b1d, 0 0 28px #ff271a;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-drift .hwfg-preview-text{
  color: #ffd15f;
  font-weight: 900;
  font-style: italic;
  transform: rotate(-2deg) skewX(-10deg);
  text-shadow: -3px 3px 0 #191919, -6px 6px 0 rgba(255, 53, 24, 0.68);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-burnout .hwfg-preview-text{
  color: #d9dde2;
  font-weight: 950;
  text-shadow: 0 3px 0 #59616c, 0 0 18px rgba(255, 255, 255, 0.28), 0 -3px 16px rgba(255, 98, 26, 0.78);
  filter: contrast(1.08);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-pit .hwfg-preview-text{
  color: #111;
  font-weight: 950;
  background: repeating-linear-gradient(90deg, #fff 0 14px, #ffd03e 14px 28px);
  border-radius: 8px;
  padding: 8px;
  text-transform: uppercase;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-trophy .hwfg-preview-text{
  color: #ffe27a;
  font-weight: 950;
  text-shadow: 0 1px 0 #fff7bc, 0 3px 0 #a66b00, 0 0 22px rgba(255, 209, 59, 0.65);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-checkered .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  text-shadow: 2px 2px 0 #000, 4px 4px 0 #ff3c1c;
  text-transform: uppercase;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-velocity .hwfg-preview-text{
  color: #fffbef;
  font-weight: 950;
  font-style: italic;
  text-shadow: -8px 0 0 rgba(255, 206, 60, 0.22), -15px 0 0 rgba(255, 54, 24, 0.16), 0 0 13px rgba(255, 255, 255, 0.42);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-comet .hwfg-preview-text{
  color: #fff3a6;
  font-weight: 950;
  text-shadow: 0 0 10px #fff, 6px 0 0 #ff891d, 12px 0 0 rgba(255, 34, 20, 0.56);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-icefire .hwfg-preview-text{
  color: #ffffff;
  font-weight: 950;
  text-shadow: -2px 0 0 #60e7ff, 2px 0 0 #ff4a21, 0 0 18px rgba(255, 255, 255, 0.52);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-asphalt .hwfg-preview-text{
  color: #cfd3d8;
  font-weight: 900;
  text-shadow: 0 2px 0 #222, 0 4px 0 #000;
  text-transform: uppercase;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-lava .hwfg-preview-text{
  color: #ffcf4f;
  font-weight: 950;
  text-shadow: 0 2px 0 #ff5b1c, 0 4px 0 #610707, 0 0 26px rgba(255, 73, 17, 0.78);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-circuit .hwfg-preview-text{
  color: #ffe486;
  font-weight: 850;
  text-shadow: 0 0 10px #ffb11d;
  border-top: 3px solid #ff3d1f;
  border-bottom: 3px solid #ffcf3f;
  padding: 8px 0;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-spark .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  text-shadow: 0 0 5px #fff, 0 0 16px #ffe14d, 3px -3px 0 #ff3a1b;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-nos .hwfg-preview-text{
  color: #eaf9ff;
  font-weight: 950;
  font-style: italic;
  text-shadow: 0 0 10px #4fdcff, 3px 0 0 #ff5122, 7px 0 0 rgba(255, 208, 58, 0.42);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-rally .hwfg-preview-text{
  color: #f6f1de;
  font-weight: 950;
  text-shadow: 2px 2px 0 #654321, 4px 4px 0 #ff7a1c;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-midnight .hwfg-preview-text{
  color: #f7fbff;
  font-weight: 950;
  text-shadow: 0 0 10px #263cff, 0 0 20px #ff3d1e, 0 3px 0 #050505;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-sunset .hwfg-preview-text{
  color: #fff0a0;
  font-weight: 950;
  text-shadow: 0 2px 0 #ff9222, 0 4px 0 #d92118, 0 8px 18px rgba(255, 61, 24, 0.5);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-blaze .hwfg-preview-text{
  color: #fff7d2;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 -2px 0 #ffd344, 0 2px 0 #ff421d, 0 0 26px #ff421d;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-track .hwfg-preview-text{
  color: #101012;
  font-weight: 950;
  background: linear-gradient(90deg, #ffd23f, #fff2a0, #ff6d1f);
  padding: 8px 10px;
  border-radius: 999px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.28);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-drag .hwfg-preview-text{
  color: #ffffff;
  font-weight: 950;
  font-style: italic;
  letter-spacing: 0;
  text-shadow: 5px 0 0 #ff361d, 10px 0 0 #ffd13b, 0 4px 0 #000;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-garage .hwfg-preview-text{
  color: #f1f1f1;
  font-weight: 900;
  text-shadow: 0 2px 0 #7f8790, 0 4px 0 #2c3136;
  border: 2px solid rgba(255, 210, 63, 0.55);
  padding: 8px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-podium .hwfg-preview-text{
  color: #ffe78a;
  font-weight: 950;
  text-shadow: 0 1px 0 #fff7c5, 0 4px 0 #8d5b00, 0 8px 0 rgba(0, 0, 0, 0.45);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-smoke .hwfg-preview-text{
  color: #e2e6ea;
  font-weight: 850;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.42), 4px 4px 0 rgba(80, 86, 92, 0.72), 8px 8px 16px rgba(0, 0, 0, 0.7);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-thunder .hwfg-preview-text{
  color: #fff36b;
  font-weight: 950;
  text-shadow: 2px 0 0 #fff, 4px 0 0 #ff3b1d, 0 0 20px #ffd43e;
  text-transform: uppercase;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-rocket .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  transform: skewX(-14deg);
  text-shadow: 0 3px 0 #ff321c, 6px 0 0 rgba(255, 208, 62, 0.62), 12px 0 0 rgba(255, 117, 24, 0.32);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-carbon .hwfg-preview-text{
  color: #dfe4e8;
  font-weight: 950;
  text-shadow: 1px 1px 0 #0a0a0b, 3px 3px 0 #3b4148, 0 0 14px rgba(255, 208, 75, 0.32);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-goldline .hwfg-preview-text{
  color: #ffe27d;
  font-weight: 950;
  text-decoration: overline underline;
  text-decoration-color: #ff4a20;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  text-shadow: 0 0 16px rgba(255, 220, 83, 0.56);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-redline .hwfg-preview-text{
  color: #ffffff;
  font-weight: 950;
  text-shadow: 0 3px 0 #e22118, 0 6px 0 #520706;
  border-left: 6px solid #ff3b20;
  border-right: 6px solid #ffcf38;
  padding: 4px 10px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-jump .hwfg-preview-text{
  color: #fff2a8;
  font-weight: 950;
  transform: rotate(-4deg);
  text-shadow: 3px 5px 0 #ff371d, 7px 9px 0 rgba(0, 0, 0, 0.45);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-gear .hwfg-preview-text{
  color: #eef2f4;
  font-weight: 950;
  text-shadow: 0 2px 0 #9aa1a9, 0 5px 0 #2a2f34, 0 0 12px rgba(255, 213, 77, 0.48);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-lap .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  border-bottom: 5px dashed #ffd447;
  padding-bottom: 7px;
  text-shadow: 0 3px 0 #ff3c1e;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-winner .hwfg-preview-text{
  color: #fff9db;
  font-weight: 950;
  text-shadow: 0 0 8px #fff, 0 3px 0 #ffb21e, 0 6px 0 #a61910;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-heatwave .hwfg-preview-text{
  color: #fff0b0;
  font-weight: 950;
  text-shadow: 2px 0 0 #ffb11e, -2px 0 0 #ff321d, 0 0 24px rgba(255, 77, 22, 0.84);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-rpm .hwfg-preview-text{
  color: #ffdd58;
  font-weight: 950;
  font-style: italic;
  text-shadow: -4px 0 0 #000, 4px 0 0 #ff351d, 8px 0 0 rgba(255, 255, 255, 0.32);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-cruise .hwfg-preview-text{
  color: #fff;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 210, 72, 0.72), 0 4px 0 #ff6c20;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-supercharged .hwfg-preview-text{
  color: #fff8d0;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #ff9b20, 0 5px 0 #ff351d, 0 0 16px #ffd23d;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-v8 .hwfg-preview-text{
  color: #e8edf2;
  font-weight: 950;
  text-shadow: 0 2px 0 #6b737b, 0 5px 0 #0b0c0d, 5px 0 0 #ff4420;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-finish .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  background: repeating-linear-gradient(45deg, #111 0 10px, #fff 10px 20px);
  -webkit-text-stroke: 1px #111;
  padding: 8px;
  border-radius: 8px;
  text-shadow: 0 3px 0 #ff3a1d;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-overtake .hwfg-preview-text{
  color: #fff2aa;
  font-weight: 950;
  font-style: italic;
  text-shadow: -12px 0 0 rgba(255, 64, 24, 0.25), -6px 0 0 rgba(255, 211, 66, 0.25), 0 3px 0 #1b0906;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-fuel .hwfg-preview-text{
  color: #d9ffe5;
  font-weight: 950;
  text-shadow: 0 0 8px #4dff8d, 0 3px 0 #ff4a1f, 0 6px 0 #111;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-hotrod .hwfg-preview-text{
  color: #fff4c2;
  font-weight: 950;
  text-shadow: 0 3px 0 #e42318, 0 6px 0 #0b0b0c;
  text-transform: uppercase;
  transform: skewX(-6deg);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-lane .hwfg-preview-text{
  color: #ffffff;
  font-weight: 950;
  border-top: 4px solid #ffcc34;
  border-bottom: 4px solid #ff3b1d;
  padding: 8px 0;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.42);
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-torque .hwfg-preview-text{
  color: #f5f7f9;
  font-weight: 950;
  transform: skewX(8deg);
  text-shadow: -3px 3px 0 #ff3a1e, -6px 6px 0 #ffd13d;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-apex .hwfg-preview-text{
  color: #fff;
  font-weight: 950;
  text-shadow: 0 -2px 0 #ffd23c, 0 3px 0 #ff371d, 0 6px 0 #000;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-ignition .hwfg-preview-text{
  color: #fff6cf;
  font-weight: 950;
  text-shadow: 0 0 8px #ffd13d, 2px -3px 0 #ff4a1f, -2px 3px 0 #6f0707;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-speedometer .hwfg-preview-text{
  color: #fffbef;
  font-weight: 950;
  text-shadow: 0 2px 0 #ff3b1e, 0 0 16px #ffd33f;
  border-radius: 999px;
  border: 3px solid rgba(255, 211, 63, 0.7);
  padding: 8px 12px;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-slick .hwfg-preview-text{
  color: #e9edf1;
  font-weight: 950;
  text-shadow: 0 2px 0 #222, 0 0 12px rgba(255, 255, 255, 0.5), 4px 0 0 #ff421f;
}.wpc-scope-633 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-final .hwfg-preview-text{
  color: #fff2a1;
  font-weight: 950;
  text-shadow: 0 2px 0 #ff7a1d, 0 5px 0 #cf1d14, 0 8px 0 #090909, 0 0 22px rgba(255, 211, 63, 0.58);
}@keyframes hwfgCardIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 54px 24px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 56px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 60px;
    font-size: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    height: 60px;
    font-size: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 48px 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 50px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 58px;
    font-size: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    height: 58px;
    font-size: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 27px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 42px 20px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 42px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 56px;
    font-size: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    height: 56px;
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 26px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 34px 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 34px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-actions{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 54px;
    font-size: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    width: 100%;
    height: 52px;
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 25px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 30px 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 31px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-actions{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 52px;
    font-size: 15px;
    padding: 0 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    width: 100%;
    height: 50px;
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    min-height: 116px;
    padding: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 23px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 14px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 26px 10px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-container{
    width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-kicker{
    font-size: 11px;
    padding: 7px 10px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero h1{
    font-size: 28px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero p{
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-actions{
    grid-template-columns: 1fr;
    gap: 9px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-text-input{
    height: 50px;
    font-size: 15px;
    padding: 0 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
    width: 100%;
    height: 48px;
    font-size: 13px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-style-name{
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    min-height: 112px;
    padding: 13px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview-text{
    font-size: 21px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    height: 44px;
    font-size: 13px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 13px;
  }}.wpc-scope-633 /* 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;
}