@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-609 .tc-wp-tool-root img, .wpc-scope-609 .tc-wp-tool-root video, .wpc-scope-609 .tc-wp-tool-root svg, .wpc-scope-609 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 72px 20px;
  box-sizing: border-box;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 41, 152, .38), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(0, 229, 255, .34), transparent 30%),
    radial-gradient(circle at 68% 88%, rgba(255, 210, 63, .25), transparent 34%),
    linear-gradient(135deg, #12071f 0%, #061526 46%, #190918 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-tool-wrap, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-inner, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-header, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-control-panel, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-results-section, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-grid, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-card, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-input-row, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap h1, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap h2, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap p, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap label, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap textarea, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-bg-spray{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.18) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0,255,224,.12) 0 1px, transparent 1.5px);
  background-size: 18px 18px, 29px 29px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-header{
  text-align: center;
  margin: 0 auto 34px;
  max-width: 850px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 229, 255, .45), 0 0 42px rgba(255, 43, 154, .35);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-header p{
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(238, 247, 255, .86);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-control-panel{
  width: 100%;
  padding: 24px;
  margin: 0 0 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  resize: vertical;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 18px 20px;
  outline: none;
  background: rgba(5, 10, 24, .74);
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.16);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input:focus{
  border-color: rgba(0, 238, 255, .78);
  background: rgba(4, 12, 28, .88);
  box-shadow: 0 0 0 4px rgba(0, 238, 255, .13), 0 0 34px rgba(255, 45, 159, .16);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-btn{
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  padding: 14px 18px;
  cursor: pointer;
  color: #07111d;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .01em;
  background: linear-gradient(135deg, #00e5ff, #ff3dac 55%, #ffd84a);
  box-shadow: 0 14px 34px rgba(255,61,172,.25), 0 0 0 1px rgba(255,255,255,.2) inset;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, opacity .2s ease;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 18px 42px rgba(0,229,255,.24), 0 16px 42px rgba(255,61,172,.22);
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-btn:disabled{
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
  display: grid;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    radial-gradient(circle at var(--abfg-x, 15%) var(--abfg-y, 12%), var(--abfg-accent, rgba(0,229,255,.24)), transparent 48%);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation: abfgFadeUp .34s ease both;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.31);
  box-shadow: 0 24px 62px rgba(0,0,0,.38), 0 0 32px var(--abfg-glow, rgba(0,229,255,.2));
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-card h2{
  margin: 0;
  min-width: 0;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
  flex: 0 0 auto;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--abfg-c1, #00e5ff), var(--abfg-c2, #ff3dac), var(--abfg-c3, #ffd84a));
  box-shadow: 0 0 18px var(--abfg-glow, rgba(255,61,172,.4));
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  margin: 0 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(135deg, rgba(0,0,0,.38), rgba(255,255,255,.06));
  color: #ffffff;
  font-size: 28px;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar-track, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input::-webkit-scrollbar-track{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar-thumb, .wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input::-webkit-scrollbar-thumb{
  background: linear-gradient(#00e5ff, #ff3dac);
  border-radius: 999px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 14px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 28px 0 0;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
  max-width: 260px;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-hidden{
  display: none !important;
}.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-neon{ font-family: "Arial Black", Impact, system-ui, sans-serif; color: #f8ffff; text-shadow: 0 0 4px #fff, 0 0 18px #00e5ff, 0 0 34px #ff2aa3; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-chrome{ font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; color: transparent; background: linear-gradient(#fff, #93a9b5 35%, #111 48%, #eff9ff 62%, #7d8f99); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px #e8fbff; text-shadow: 0 6px 18px rgba(0,0,0,.65); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-bubble{ font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 900; color: #ffdd57; -webkit-text-stroke: 1px #7b185d; text-shadow: 3px 3px 0 #00d8ff, 6px 6px 0 rgba(255,45,159,.75); border-radius: 22px; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-stencil{ font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: .08em; color: #e9f7ff; text-shadow: 2px 0 0 rgba(255,61,172,.7), -2px 0 0 rgba(0,229,255,.7); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-candy{ font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 900; color: transparent; background: linear-gradient(90deg, #ff4dad, #fff06a, #66f6ff); -webkit-background-clip: text; background-clip: text; text-shadow: 0 10px 22px rgba(255,80,180,.24); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-street{ font-family: Impact, "Arial Black", sans-serif; color: #10131e; -webkit-text-stroke: 1px #ffffff; text-shadow: 0 0 12px #00f2ff, 0 0 28px #ff35a8; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-vapor{ font-family: Georgia, "Times New Roman", serif; font-style: italic; color: rgba(255,255,255,.88); text-shadow: 0 0 18px #b063ff, 0 0 36px #00e5ff; letter-spacing: .05em; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-wild{ font-family: Impact, fantasy, sans-serif; transform: skew(-8deg); color: #fff; -webkit-text-stroke: 1px #ffcf32; text-shadow: 4px 4px 0 #ff2aa3, 8px 8px 0 #00bcd4; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-drip{ font-family: "Arial Black", Impact, sans-serif; color: #ff4aa8; text-shadow: 0 3px 0 #761344, 0 10px 16px rgba(255,74,168,.42); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-skyline{ font-family: "Segoe UI Black", "Arial Black", sans-serif; text-transform: uppercase; color: #dffcff; text-shadow: 0 1px 0 #04a4c7, 0 3px 0 #04708e, 0 16px 24px rgba(0,229,255,.22); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-softchrome{ font-family: Verdana, Geneva, sans-serif; font-weight: 900; color: transparent; background: linear-gradient(120deg, #cde7ff, #fff, #778899, #e9fcff); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 14px rgba(255,255,255,.18); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-inkcloud{ font-family: Georgia, serif; font-weight: 800; color: #f5f2ff; text-shadow: 0 0 7px #171224, 0 0 20px #7556ff, 0 0 42px rgba(0,0,0,.9); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-electric{ font-family: "Arial Black", Impact, sans-serif; color: #eaff00; text-shadow: 2px 0 #00e5ff, -2px 0 #ff2aa3, 0 0 28px #eaff00; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-retro{ font-family: "Cooper Black", Georgia, serif; color: #ffcf5a; text-shadow: 2px 2px 0 #8b2cff, 5px 5px 0 #00c2b8; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-flame{ font-family: Impact, sans-serif; color: transparent; background: linear-gradient(#fff2a3, #ff8b2e, #ff2c73 70%, #5d102c); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 22px rgba(255,94,46,.45); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-frosted{ font-family: "Segoe UI", Arial, sans-serif; font-weight: 900; color: #eafcff; text-shadow: 0 0 6px #fff, 0 0 24px #9cecff; letter-spacing: .04em; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-ghost{ font-family: "Arial Black", Impact, sans-serif; color: rgba(255,255,255,.2); -webkit-text-stroke: 1px #fff; text-shadow: 0 0 24px #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-razor{ font-family: Impact, sans-serif; text-transform: uppercase; transform: skew(-12deg); color: #ffffff; text-shadow: 3px 0 0 #ff2aa3, -3px 0 0 #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-sunset{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: transparent; background: linear-gradient(90deg, #ff3366, #ffb347, #fff56a); -webkit-background-clip: text; background-clip: text; text-shadow: 0 8px 20px rgba(255,93,82,.25); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-metro{ font-family: "Segoe UI Black", Arial, sans-serif; text-transform: uppercase; color: #ffffff; letter-spacing: .12em; text-shadow: 0 4px 0 #1a1e31, 0 0 20px #ff3dac; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-aqua{ font-family: Verdana, sans-serif; font-weight: 900; color: #8dfff8; text-shadow: 0 0 7px #00e5ff, 0 8px 0 rgba(0,58,80,.7); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-punk{ font-family: Impact, "Arial Black", sans-serif; text-transform: uppercase; color: #fffaef; -webkit-text-stroke: 1px #ff2aa3; text-shadow: 5px 4px 0 #111, 8px 7px 0 #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-holo{ font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 900; color: transparent; background: linear-gradient(100deg, #8cf7ff, #ff9deb, #fff994, #9bffca); -webkit-background-clip: text; background-clip: text; filter: saturate(1.25); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-shadowtag{ font-family: Impact, sans-serif; color: #fff; text-shadow: 2px 2px 0 #222, 4px 4px 0 #ff2aa3, 7px 7px 0 #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-laser{ font-family: "Arial Narrow", Arial, sans-serif; font-weight: 900; color: #fff; letter-spacing: .09em; text-shadow: 0 0 4px #fff, 0 0 18px #ff003c, 0 0 34px #ff003c; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-comic{ font-family: "Comic Sans MS", "Trebuchet MS", cursive; font-weight: 900; color: #fff35f; -webkit-text-stroke: 1px #10233f; text-shadow: 3px 3px 0 #ff3dac; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-grit{ font-family: Georgia, serif; font-weight: 900; color: #e6e0d4; text-shadow: 1px 1px 0 #000, 0 0 18px rgba(255,210,100,.35); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-galaxy{ font-family: "Arial Black", sans-serif; color: transparent; background: linear-gradient(90deg, #7c5cff, #00e5ff, #ff3dac); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 28px rgba(124,92,255,.45); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-outline{ font-family: Impact, sans-serif; color: transparent; -webkit-text-stroke: 1.5px #ffffff; text-shadow: 0 0 18px #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-marker{ font-family: "Brush Script MT", "Segoe Print", cursive; font-weight: 900; color: #ff73c7; text-shadow: 2px 2px 0 #111, 0 0 20px #ff73c7; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-brick{ font-family: Impact, sans-serif; color: #ff775c; text-shadow: 2px 2px 0 #5c1c18, 4px 4px 0 #1f0b0b; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-toxic{ font-family: "Arial Black", sans-serif; color: #b7ff2a; text-shadow: 0 0 10px #b7ff2a, 4px 4px 0 #18440d; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-lux{ font-family: Georgia, serif; font-weight: 900; color: #ffe8a3; text-shadow: 0 1px 0 #8d6b20, 0 0 22px rgba(255,216,74,.45); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-synth{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #ff8df0; text-shadow: 0 0 12px #ff2aa3, 0 0 28px #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-matte{ font-family: Arial, sans-serif; font-weight: 900; color: #f4f4f4; text-shadow: 0 6px 0 rgba(255,255,255,.1), 0 12px 18px rgba(0,0,0,.55); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-poster{ font-family: Impact, sans-serif; text-transform: uppercase; color: #111827; -webkit-text-stroke: 1px #fff06a; text-shadow: 3px 3px 0 #ff3dac; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-cyber{ font-family: "Segoe UI Black", Arial, sans-serif; color: #d7fff9; text-shadow: 1px 0 #ff2aa3, -1px 0 #00e5ff, 0 0 20px #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-velvet{ font-family: Georgia, serif; font-style: italic; font-weight: 900; color: #ffb7ef; text-shadow: 0 2px 0 #63205c, 0 0 22px #ff3dac; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-silver{ font-family: Verdana, sans-serif; font-weight: 900; color: #dce8ef; text-shadow: 0 1px 0 #fff, 0 4px 0 #5e6c78, 0 16px 22px #000; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-magma{ font-family: Impact, sans-serif; color: #fff1d0; text-shadow: 0 0 8px #ffb000, 0 0 24px #ff2d55, 4px 4px 0 #3b0a16; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-royal{ font-family: Georgia, serif; font-weight: 900; color: #d9c3ff; text-shadow: 0 0 10px #8d57ff, 3px 3px 0 #28164c; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-splash{ font-family: "Arial Black", sans-serif; color: #72ffdb; text-shadow: 3px -2px 0 #ff3dac, -3px 3px 0 #ffd84a; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-night{ font-family: "Segoe UI Black", sans-serif; color: #eef6ff; text-shadow: 0 0 12px #4867ff, 0 0 28px #101bff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-pop{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: #ffffff; -webkit-text-stroke: 1px #111827; text-shadow: 4px 4px 0 #ffd84a, 7px 7px 0 #ff3dac; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-icepop{ font-family: Arial, sans-serif; font-weight: 900; color: #bffcff; text-shadow: 2px 2px 0 #ff9ee8, 0 0 18px #bffcff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-rust{ font-family: Impact, sans-serif; color: #ff9b5f; text-shadow: 0 2px 0 #6b2811, 0 0 20px rgba(255,115,55,.38); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-miami{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; color: transparent; background: linear-gradient(90deg, #00f5d4, #f15bb5, #fee440); -webkit-background-clip: text; background-clip: text; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-blacklight{ font-family: Impact, sans-serif; color: #f6e9ff; text-shadow: 0 0 10px #b100ff, 0 0 28px #00e5ff; }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-plate{ font-family: "Arial Black", sans-serif; color: #cfd8dc; -webkit-text-stroke: 1px #fff; text-shadow: 0 4px 0 #36454f, 0 12px 20px rgba(0,0,0,.5); }.wpc-scope-609 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-prism{ font-family: Verdana, sans-serif; font-weight: 900; color: #fff; text-shadow: 2px 0 #ff004d, 4px 0 #00e5ff, 6px 0 #ffe600; }@keyframes abfgFadeUp{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 72px 20px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 56px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 19px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 24px; min-height: 112px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 15px; min-height: 54px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 28px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 64px 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 50px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 23px; min-height: 108px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 15px; min-height: 52px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 27px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 56px 16px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 42px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 17px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{ grid-template-columns: minmax(0, 1fr) 132px; gap: 12px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 21px; min-height: 104px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 14px; min-height: 50px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 17px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 44px 14px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 34px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 16px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-control-panel{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 19px; min-height: 100px; padding: 16px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 14px; min-height: 50px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 16px; width: 100%; max-width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 25px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 40px 12px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 31px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 15px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-control-panel{ padding: 14px; border-radius: 18px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 18px; min-height: 96px; padding: 15px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 14px; min-height: 48px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 15px; width: 100%; max-width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 23px; padding: 16px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .abfg-tool-wrap{ padding: 36px 10px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-inner{ width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header h1{ font-size: 28px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-header p{ font-size: 14px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-control-panel{ padding: 12px; border-radius: 17px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{ font-size: 17px; min-height: 92px; padding: 14px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-btn{ font-size: 13px; min-height: 46px; padding: 12px 14px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{ padding: 14px; width: 100%; max-width: 100%; }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{ font-size: 21px; padding: 14px; min-height: 122px; }}.wpc-scope-609 /* 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-609 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .abfg-clear-btn{}