@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-254 .tc-wp-tool-root img, .wpc-scope-254 .tc-wp-tool-root video, .wpc-scope-254 .tc-wp-tool-root svg, .wpc-scope-254 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 34px 16px;
  color: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 196, 0, 0.24), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(0, 226, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #08090d 0%, #171018 38%, #171208 64%, #061018 100%);
  border-radius: 22px;
  position: relative;
  isolation: isolate;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(115deg, transparent 0 11%, rgba(255, 255, 255, 0.045) 11% 12%, transparent 12% 21%, rgba(255, 45, 45, 0.16) 21% 22%, transparent 22% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 74px);
  pointer-events: none;
  z-index: -1;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-container, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-controls, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-grid, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-card, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
  box-sizing: border-box;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero{
  text-align: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 211, 64, 0.35);
  border-radius: 999px;
  background: rgba(255, 199, 0, 0.1);
  color: #ffe38a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-title{
  margin: 0;
  color: #ffffff;
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(255, 43, 43, 0.36), 0 3px 0 rgba(0, 0, 0, 0.28);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(238, 247, 255, 0.84);
  line-height: 1.55;
  font-weight: 500;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-controls{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
  max-width: 820px;
  width: 100%;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-input-shell{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 7px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-input-label{
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  outline: none;
  background: rgba(2, 6, 12, 0.58);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 14px 28px rgba(0, 0, 0, 0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-text-input::placeholder{
  color: rgba(255, 255, 255, 0.42);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-text-input:focus{
  border-color: rgba(0, 229, 255, 0.72);
  background: rgba(3, 10, 18, 0.78);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.14), 0 0 34px rgba(0, 229, 255, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 14px;
  font-weight: 900;
  color: #071018;
  background: linear-gradient(135deg, #ffe45e 0%, #ff2e2e 54%, #00e5ff 130%);
  box-shadow: 0 15px 34px rgba(255, 45, 45, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  white-space: nowrap;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn:hover, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn:hover, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn:hover{
  filter: saturate(1.16) brightness(1.05);
  box-shadow: 0 18px 42px rgba(255, 45, 45, 0.34), 0 0 24px rgba(0, 229, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn:active, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn:active, .wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-status{
  margin-top: 14px;
  color: rgba(229, 241, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.145);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.118), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(0, 229, 255, 0.12), transparent 40%);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  animation: rfg-card-fade 360ms ease both;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-style-name{
  min-width: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{
  flex: 0 0 auto;
  border-radius: 11px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(8, 14, 23, 0.78)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 8px, transparent 8px 16px);
  color: #ffffff;
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff2e2e, #ffe45e, #00e5ff);
  border-radius: 999px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-row{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn.rfg-hidden{
  display: none;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-card.rfg-reveal{
  animation: rfg-load-reveal 420ms ease both;
}.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s1{ font-family: Impact, Haettenschweiler, "Arial Black", sans-serif; font-style: italic; text-transform: uppercase; letter-spacing: 0.05em; color: #ff3030; text-shadow: 3px 3px 0 #111, 0 0 20px rgba(255, 48, 48, 0.7); transform: skewX(-10deg); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s2{ font-family: "Arial Black", Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.1em; color: #ffe45e; -webkit-text-stroke: 1px #ff2d2d; text-shadow: 0 0 18px rgba(255, 228, 94, 0.5); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s3{ font-family: Trebuchet MS, Arial, sans-serif; font-weight: 900; font-style: italic; color: #00e5ff; text-shadow: 2px 0 0 #ff2d2d, 0 0 22px rgba(0, 229, 255, 0.65); letter-spacing: 0.08em; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s4{ font-family: Georgia, serif; font-weight: 900; text-transform: uppercase; color: #f7f7f7; text-shadow: 0 2px 0 #555, 0 4px 0 #111, 0 0 18px rgba(255, 255, 255, 0.28); letter-spacing: 0.04em; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s5{ font-family: Verdana, Geneva, sans-serif; font-weight: 900; font-style: italic; color: transparent; background: linear-gradient(90deg, #e8edf2, #7c8792, #ffffff, #ff3333); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(255,255,255,0.22); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s6{ font-family: Impact, sans-serif; text-transform: uppercase; color: #fff; letter-spacing: 0.13em; text-shadow: 4px 0 0 #ff2d2d, 8px 0 0 rgba(255, 228, 94, 0.76), 0 0 18px rgba(255,255,255,0.28); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s7{ font-family: "Courier New", monospace; font-weight: 900; text-transform: uppercase; color: #101318; background: linear-gradient(90deg, #fff 0 20%, #111 20% 40%, #fff 40% 60%, #111 60% 80%, #fff 80%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px #fff; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s8{ font-family: Arial, sans-serif; font-weight: 950; font-style: italic; color: #ff3b3b; letter-spacing: 0.02em; text-shadow: 8px 2px 0 rgba(0, 229, 255, 0.38), 0 0 22px rgba(255, 59, 59, 0.62); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s9{ font-family: Tahoma, Geneva, sans-serif; font-weight: 900; text-transform: uppercase; color: #00f0ff; -webkit-text-stroke: 1px #071018; text-shadow: 0 0 8px #00f0ff, 0 0 22px #008c99; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s10{ font-family: Impact, sans-serif; font-style: italic; color: #111; -webkit-text-stroke: 2px #ffdd35; text-shadow: 3px 3px 0 #ff2d2d; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s11{ font-family: Arial Narrow, Arial, sans-serif; font-weight: 900; color: #fff; letter-spacing: 0.18em; text-shadow: -2px -2px 0 #ff2d2d, 2px 2px 0 #00e5ff; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s12{ font-family: "Arial Black", sans-serif; color: transparent; background: linear-gradient(180deg, #ffffff 0%, #9aa4ad 36%, #222a31 48%, #f6f9fb 68%, #7b858e 100%); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s13{ font-family: Trebuchet MS, sans-serif; font-weight: 900; font-style: italic; color: #ffea73; text-shadow: 2px 2px 0 #d31515, 5px 5px 0 rgba(0,0,0,0.55); transform: skewX(-14deg); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s14{ font-family: Impact, sans-serif; color: #ffffff; text-transform: uppercase; letter-spacing: 0.09em; -webkit-text-stroke: 1px #00e5ff; text-shadow: 0 0 16px #00e5ff, 0 0 32px rgba(255,45,45,0.55); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s15{ font-family: Georgia, serif; font-weight: 900; font-style: italic; color: #ff2d2d; text-shadow: 1px 1px 0 #ffe45e, 2px 2px 0 #111, 0 0 20px rgba(255,45,45,0.55); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s16{ font-family: Verdana, sans-serif; font-weight: 900; color: #eaf7ff; letter-spacing: 0.06em; text-shadow: 0 1px 0 #00e5ff, 0 2px 0 #007d8d, 0 6px 16px rgba(0,0,0,0.6); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s17{ font-family: Impact, sans-serif; color: transparent; background: repeating-linear-gradient(90deg, #ff2d2d 0 12px, #ffe45e 12px 22px, #00e5ff 22px 34px); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(255,255,255,0.25); text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s18{ font-family: "Courier New", monospace; font-weight: 900; color: #00ff9d; text-shadow: 0 0 12px #00ff9d, 3px 0 0 rgba(255,45,45,0.5); letter-spacing: 0.1em; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s19{ font-family: Arial, sans-serif; font-weight: 950; color: #fff; text-transform: uppercase; -webkit-text-stroke: 1px #ff2d2d; text-shadow: 6px 0 0 rgba(255, 228, 94, 0.45), 12px 0 0 rgba(0, 229, 255, 0.24); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s20{ font-family: Impact, sans-serif; font-style: italic; color: #ffb300; text-shadow: 0 0 10px #ffb300, 0 0 26px #ff2d2d, 2px 2px 0 #090909; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s21{ font-family: Trebuchet MS, sans-serif; font-weight: 900; color: #f4fbff; text-transform: lowercase; letter-spacing: 0.14em; text-shadow: 2px -2px 0 #00e5ff, -2px 2px 0 #ff2d2d; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s22{ font-family: Impact, sans-serif; color: #141414; -webkit-text-stroke: 2px #ffffff; text-shadow: 4px 4px 0 #ff2d2d, 8px 8px 0 rgba(0,229,255,0.35); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s23{ font-family: Arial Black, Arial, sans-serif; color: #ffffff; letter-spacing: 0.04em; text-shadow: 0 0 3px #fff, 0 0 13px #ff2d2d, 0 0 28px #ff2d2d; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s24{ font-family: Tahoma, sans-serif; font-weight: 900; font-style: italic; color: transparent; background: linear-gradient(90deg, #00e5ff, #ffffff 38%, #ffe45e 62%, #ff2d2d); -webkit-background-clip: text; background-clip: text; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s25{ font-family: Georgia, serif; font-weight: 900; color: #ffee9a; -webkit-text-stroke: 1px #4d1900; text-shadow: 3px 3px 0 #ff4a1c, 0 0 18px rgba(255,142,28,0.65); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s26{ font-family: Impact, sans-serif; font-style: italic; color: #ffffff; text-transform: uppercase; text-shadow: -5px 0 0 rgba(0,229,255,0.5), 5px 0 0 rgba(255,45,45,0.55); filter: contrast(1.08); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s27{ font-family: Verdana, sans-serif; font-weight: 900; color: #dce7ef; letter-spacing: 0.2em; text-shadow: 0 0 0 #fff, 0 8px 18px rgba(0,0,0,0.75); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s28{ font-family: Arial Black, sans-serif; color: #0a1016; -webkit-text-stroke: 2px #00e5ff; text-shadow: 3px 3px 0 #ffe45e, 6px 6px 0 #ff2d2d; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s29{ font-family: "Courier New", monospace; font-weight: 900; color: #ff2d2d; background: linear-gradient(180deg, transparent 45%, rgba(255,228,94,0.42) 45% 62%, transparent 62%); text-shadow: 0 0 15px rgba(255,45,45,0.6); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s30{ font-family: Impact, sans-serif; color: #fff; -webkit-text-stroke: 1px #111; text-shadow: 1px 1px 0 #ff2d2d, 2px 2px 0 #ff2d2d, 3px 3px 0 #ffe45e, 4px 4px 0 #00e5ff; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s31{ font-family: Trebuchet MS, sans-serif; font-weight: 900; font-style: italic; color: #b8fff9; text-shadow: 0 0 10px #00e5ff, 0 0 24px rgba(0,229,255,0.75), 2px 2px 0 #071018; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s32{ font-family: Impact, sans-serif; color: transparent; background: linear-gradient(180deg, #ff2d2d 0 28%, #ffffff 28% 48%, #00e5ff 48% 68%, #ffe45e 68%); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s33{ font-family: Arial, sans-serif; font-weight: 950; color: #fff4c0; -webkit-text-stroke: 1px #ff2d2d; letter-spacing: 0.12em; text-shadow: 0 6px 0 rgba(0,0,0,0.45); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s34{ font-family: Georgia, serif; font-weight: 900; color: #f2f2f2; text-shadow: 0 0 0 #fff, 3px 0 0 #ff2d2d, 6px 0 0 #00e5ff; transform: skewX(-7deg); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s35{ font-family: Impact, sans-serif; color: #111820; -webkit-text-stroke: 2px #ffea61; text-shadow: 0 0 18px #ffea61, 4px 4px 0 #ff2d2d; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s36{ font-family: Tahoma, sans-serif; font-weight: 900; color: #ffffff; text-shadow: 0 -2px 0 #00e5ff, 0 2px 0 #ff2d2d, 0 0 20px rgba(255,255,255,0.28); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s37{ font-family: Arial Black, sans-serif; font-style: italic; color: transparent; background: linear-gradient(90deg, #ffffff, #ff2d2d 35%, #111 36% 46%, #ffe45e 47%, #00e5ff); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(255,255,255,0.28); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s38{ font-family: Verdana, sans-serif; font-weight: 900; color: #ff5757; letter-spacing: 0.16em; text-shadow: 0 0 12px rgba(255,87,87,0.78), 0 0 2px #fff; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s39{ font-family: Impact, sans-serif; color: #fff; text-transform: uppercase; -webkit-text-stroke: 1px #00e5ff; text-shadow: 3px 3px 0 #ff2d2d, 6px 6px 0 rgba(255,228,94,0.65); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s40{ font-family: "Courier New", monospace; font-weight: 900; color: #ffe45e; text-shadow: 2px 2px 0 #111, 4px 4px 0 #00e5ff; text-transform: uppercase; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s41{ font-family: Impact, sans-serif; font-style: italic; color: #ffffff; letter-spacing: 0.03em; text-shadow: 10px 0 0 rgba(255,45,45,0.34), 20px 0 0 rgba(255,228,94,0.18); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s42{ font-family: Arial Black, sans-serif; color: #00e5ff; -webkit-text-stroke: 1px #ffffff; text-shadow: 0 4px 0 #07232b, 0 0 22px rgba(0,229,255,0.62); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s43{ font-family: Trebuchet MS, sans-serif; font-weight: 900; color: #ff2d2d; text-transform: uppercase; background: linear-gradient(90deg, rgba(255,255,255,0.16), transparent); text-shadow: 3px 3px 0 #ffe45e, 6px 6px 0 #111; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s44{ font-family: Georgia, serif; font-weight: 900; font-style: italic; color: transparent; background: linear-gradient(180deg, #fff, #ffd35d, #ff2d2d); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 18px rgba(255,45,45,0.3); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s45{ font-family: Impact, sans-serif; color: #f9fdff; text-shadow: -1px -1px 0 #00e5ff, 1px 1px 0 #ff2d2d, 0 0 26px rgba(255,255,255,0.35); letter-spacing: 0.11em; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s46{ font-family: Arial, sans-serif; font-weight: 950; font-style: italic; color: #111; -webkit-text-stroke: 2px #ff3b3b; text-shadow: 0 0 20px #ff3b3b, 3px 3px 0 #ffe45e; }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s47{ font-family: Verdana, sans-serif; font-weight: 900; color: #ffffff; text-transform: uppercase; text-shadow: 0 0 0 #fff, 0 0 12px #ff2d2d, 0 0 24px #00e5ff; transform: skewX(-5deg); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s48{ font-family: Impact, sans-serif; color: #ffe45e; -webkit-text-stroke: 1px #111; text-shadow: 2px 0 0 #ff2d2d, 4px 0 0 #ff2d2d, 8px 0 0 rgba(0,229,255,0.5); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s49{ font-family: Tahoma, sans-serif; font-weight: 900; color: transparent; background: repeating-linear-gradient(-12deg, #fff 0 8px, #00e5ff 8px 16px, #ff2d2d 16px 24px, #ffe45e 24px 32px); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(255,255,255,0.2); }.wpc-scope-254 .tc-wp-tool-root .rfg-tool-wrap .rfg-s50{ font-family: Impact, sans-serif; font-style: italic; color: #ffffff; text-transform: uppercase; letter-spacing: 0.07em; -webkit-text-stroke: 1px #ff2d2d; text-shadow: 0 0 12px #ff2d2d, 0 0 24px #ffe45e, 0 0 38px #00e5ff; }@keyframes rfg-card-fade{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes rfg-load-reveal{
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .rfg-tool-wrap .rfg-card:hover{
    transform: translateY(-6px);
    border-color: rgba(0, 229, 255, 0.34);
    box-shadow: 0 28px 62px rgba(0, 0, 0, 0.38), 0 0 30px rgba(0, 229, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }}@media (min-width: 1200px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 42px 24px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 62px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 58px; padding: 0 18px; font-size: 20px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ min-height: 58px; padding: 0 26px; font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ min-height: 54px; padding: 0 30px; font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 38px; padding: 0 14px; font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ padding: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 34px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 38px 22px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 56px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 56px; padding: 0 17px; font-size: 19px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ min-height: 56px; padding: 0 24px; font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ min-height: 52px; padding: 0 28px; font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 38px; padding: 0 14px; font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ padding: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 34px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 34px 18px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 48px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 54px; padding: 0 16px; font-size: 18px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ min-height: 54px; padding: 0 22px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ min-height: 50px; padding: 0 26px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 36px; padding: 0 13px; font-size: 12px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ padding: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 32px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 26px 12px; border-radius: 18px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero{ padding: 20px 14px; border-radius: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 38px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-controls{ flex-direction: column; gap: 10px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 52px; padding: 0 15px; font-size: 17px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ width: 100%; min-height: 50px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ width: 100%; min-height: 50px; padding: 0 22px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 36px; padding: 0 13px; font-size: 12px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 30px; padding: 16px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 22px 10px; border-radius: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero{ padding: 18px 12px; border-radius: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 34px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-controls{ flex-direction: column; gap: 10px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 50px; padding: 0 14px; font-size: 16px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ width: 100%; min-height: 48px; padding: 0 18px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ width: 100%; min-height: 48px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 35px; padding: 0 12px; font-size: 12px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ width: 100%; max-width: 100%; padding: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 27px; padding: 15px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .rfg-tool-wrap{ padding: 18px 8px; border-radius: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero{ padding: 16px 10px; border-radius: 14px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-kicker{ font-size: 10px; padding: 6px 10px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-title{ font-size: 30px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-controls{ flex-direction: column; gap: 9px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-text-input{ min-height: 48px; padding: 0 12px; font-size: 15px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-clear-btn{ width: 100%; min-height: 46px; padding: 0 16px; font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn{ width: 100%; min-height: 46px; padding: 0 18px; font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{ min-height: 34px; padding: 0 11px; font-size: 11px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{ width: 100%; max-width: 100%; padding: 12px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-card-top{ gap: 8px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-style-name{ font-size: 13px; }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{ font-size: 24px; padding: 14px; min-height: 108px; }}