@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-291 .tc-wp-tool-root img, .wpc-scope-291 .tc-wp-tool-root video, .wpc-scope-291 .tc-wp-tool-root svg, .wpc-scope-291 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f8eef0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(229, 16, 45, 0.22), transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(105, 9, 23, 0.28), transparent 32%),
    linear-gradient(145deg, #09070b 0%, #140910 42%, #050407 100%);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-container, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-card, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-preview, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-btn, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{
  box-sizing: border-box;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-hero{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{
  margin: 0 0 12px;
  color: #fff6f7;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(255, 16, 52, 0.65), 0 0 42px rgba(255, 16, 52, 0.28);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{
  max-width: 760px;
  margin: 0 auto;
  color: #dbc9cd;
  line-height: 1.6;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{
  width: 100%;
  margin: 0 auto 24px;
  border: 1px solid rgba(255, 60, 86, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 18, 25, 0.82), rgba(11, 8, 13, 0.78));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #fff3f4;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 75, 100, 0.34);
  border-radius: 8px;
  outline: none;
  color: #fff9fa;
  background: rgba(4, 4, 7, 0.72);
  line-height: 1.45;
  box-shadow: inset 0 0 24px rgba(255, 0, 42, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input:focus{
  border-color: rgba(255, 43, 75, 0.88);
  background: rgba(7, 5, 9, 0.86);
  box-shadow: 0 0 0 3px rgba(255, 36, 70, 0.16), 0 0 28px rgba(255, 22, 55, 0.24);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-actions, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-load-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-actions{
  justify-content: space-between;
  margin-top: 14px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 69, 95, 0.5);
  border-radius: 8px;
  color: #fff6f7;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #e31538, #8d071d);
  box-shadow: 0 10px 24px rgba(185, 8, 34, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-btn:hover{
  box-shadow: 0 14px 32px rgba(255, 19, 55, 0.42), 0 0 22px rgba(255, 37, 72, 0.26);
  border-color: rgba(255, 112, 130, 0.82);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-btn:active{
  transform: translateY(1px);
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-btn:disabled{
  opacity: 0.52;
  cursor: not-allowed;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-status{
  color: #f1d7dc;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  white-space: nowrap;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 58, 87, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(33, 23, 31, 0.84), rgba(9, 8, 12, 0.92)),
    radial-gradient(circle at top right, rgba(255, 24, 61, 0.12), transparent 40%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  overflow: hidden;
  animation: stfgFade 280ms ease both;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{
  margin: 0 0 12px;
  color: #ffecef;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.3;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-preview::-webkit-scrollbar, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-preview::-webkit-scrollbar-track, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-preview::-webkit-scrollbar-thumb, .wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-text-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff385b, #810719);
  border-radius: 999px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-0{ font-family: Georgia, serif; text-transform: uppercase; letter-spacing: 0.08em; color: #ff2148; text-shadow: 0 0 8px #ff2148, 0 0 28px rgba(255,33,72,.8); }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-1{ font-family: "Times New Roman", serif; color: transparent; -webkit-text-stroke: 1px #ff3b58; text-shadow: 0 0 18px rgba(255,30,64,.62); text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-2{ font-family: Impact, Haettenschweiler, sans-serif; text-transform: uppercase; letter-spacing: .1em; color: #ffe8ec; text-shadow: 2px 0 #f3153a, -2px 0 #42d7ff, 0 0 18px #f3153a; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-3{ font-family: Georgia, serif; color: #bc061e; text-shadow: 0 2px 0 #37000a, 0 0 18px #ff2b4f; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-4{ font-family: "Courier New", monospace; color: #ffdf70; text-transform: uppercase; letter-spacing: .12em; text-shadow: 0 0 12px #ffb000; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-5{ font-family: Verdana, sans-serif; color: #c7f7ff; text-shadow: 0 0 8px #36dfff, 0 0 24px #0a7d92; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-6{ font-family: Georgia, serif; color: #111; -webkit-text-stroke: 1px #f8e8eb; text-shadow: 0 0 20px rgba(255,255,255,.5); text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-7{ font-family: "Arial Narrow", Arial, sans-serif; color: #ff6680; letter-spacing: .2em; text-transform: uppercase; text-shadow: 0 0 14px #ff123d; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-8{ font-family: "Courier New", monospace; color: #e9fff9; text-shadow: 1px 1px #ff1744, -1px -1px #33ffd5; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-9{ font-family: Georgia, serif; color: #ff2b4f; text-transform: uppercase; transform: scaleY(.88); letter-spacing: .14em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-10{ font-family: Impact, sans-serif; color: transparent; background: linear-gradient(180deg, #fff, #ff2d50 48%, #4b000b); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-11{ font-family: Garamond, Georgia, serif; color: #f5d5d9; text-shadow: 0 0 10px #8b0016, 0 8px 20px #000; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-12{ font-family: "Courier New", monospace; color: #9cffd5; text-transform: lowercase; letter-spacing: .04em; text-shadow: 0 0 16px #19ff9b; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-13{ font-family: Georgia, serif; color: #ff002f; text-shadow: 0 0 4px #fff, 0 0 22px #ff002f; font-style: italic; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-14{ font-family: Tahoma, sans-serif; color: #f8f8f8; text-transform: uppercase; letter-spacing: .18em; text-shadow: 0 3px 0 #700012, 0 0 16px #ff1d45; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-15{ font-family: "Trebuchet MS", sans-serif; color: #ffd9e0; text-shadow: 0 0 5px #ff2148, 3px 3px 0 #210006; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-16{ font-family: Georgia, serif; color: #f1163d; -webkit-text-stroke: .6px #ffd5db; letter-spacing: .05em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-17{ font-family: "Lucida Console", monospace; color: #fffbf2; text-shadow: 0 0 10px #fff, 0 0 24px #ff385b; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-18{ font-family: Impact, sans-serif; color: #0a0507; -webkit-text-stroke: 1.2px #ff2e52; text-transform: uppercase; letter-spacing: .08em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-19{ font-family: Georgia, serif; color: #ffb4bf; text-shadow: 0 -2px 0 #690010, 0 2px 12px #ff1b45; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-20{ font-family: Arial, sans-serif; color: #e0e0e0; filter: blur(.35px); text-shadow: 2px 0 #ff1744, -2px 0 #00e5ff; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-21{ font-family: "Arial Black", Arial, sans-serif; color: #ff3154; text-transform: uppercase; letter-spacing: .04em; text-shadow: 0 4px 0 #360007; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-22{ font-family: "Courier New", monospace; color: #ffefc7; background: rgba(255, 33, 72, .08); text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-23{ font-family: Georgia, serif; color: #fff; text-shadow: 0 0 2px #fff, 0 0 18px #6e0011, 0 0 34px #ff123d; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-24{ font-family: "Times New Roman", serif; color: #ff4c68; letter-spacing: .26em; text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-25{ font-family: Impact, sans-serif; color: #fdf2f4; -webkit-text-stroke: 1px #970018; text-shadow: 0 0 18px #ff244c; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-26{ font-family: "Courier New", monospace; color: #bfffe9; text-shadow: 0 0 10px #04ffaf, 0 0 24px #007f5c; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-27{ font-family: Georgia, serif; color: #ff173f; text-transform: uppercase; text-shadow: 4px 4px 0 #000, 0 0 20px #ff173f; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-28{ font-family: Arial, sans-serif; color: transparent; -webkit-text-stroke: 1px #f8f0f1; text-shadow: 0 0 14px rgba(255,255,255,.28); }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-29{ font-family: "Trebuchet MS", sans-serif; color: #ff876f; text-shadow: 0 0 12px #ff3d00, 0 0 30px #8c1200; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-30{ font-family: Garamond, Georgia, serif; color: #d8d8d8; text-shadow: 0 0 14px #111, 0 0 22px #ff1744; font-variant: small-caps; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-31{ font-family: Impact, sans-serif; color: #ffefef; text-transform: uppercase; letter-spacing: .16em; text-shadow: -3px 0 #55000d, 3px 0 #ff1744; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-32{ font-family: "Courier New", monospace; color: #ffced6; text-shadow: 0 0 8px #ff1744; text-decoration: underline; text-decoration-color: #ff1744; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-33{ font-family: Georgia, serif; color: #f0183f; text-shadow: 0 0 10px #f0183f, 0 0 20px #290006; font-weight: 900; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-34{ font-family: "Arial Narrow", Arial, sans-serif; color: #fff4f6; text-transform: uppercase; letter-spacing: .32em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-35{ font-family: Tahoma, sans-serif; color: #111; background: #ff284d; text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-36{ font-family: Georgia, serif; color: #ff1a43; filter: contrast(1.2); text-shadow: 0 0 4px #ff1a43, 0 0 22px #ff1a43; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-37{ font-family: "Lucida Console", monospace; color: #d5faff; text-shadow: 0 0 8px #46eaff; letter-spacing: .1em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-38{ font-family: Impact, sans-serif; color: transparent; background: linear-gradient(90deg, #ff1744, #fff, #ff1744); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-39{ font-family: "Times New Roman", serif; color: #4b000b; -webkit-text-stroke: 1px #ff4565; text-shadow: 0 0 16px #ff173f; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-40{ font-family: Arial, sans-serif; color: #ffeeee; text-transform: uppercase; text-shadow: 0 1px #ff1744, 0 2px #a00019, 0 3px #50000c; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-41{ font-family: "Courier New", monospace; color: #ff1744; letter-spacing: .06em; text-shadow: 0 0 12px #ff1744; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-42{ font-family: Georgia, serif; color: #ffcad2; transform: rotate(.2deg); text-shadow: 1px 0 #ff1744, -1px 0 #43000a; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-43{ font-family: Impact, sans-serif; color: #fff; text-transform: uppercase; -webkit-text-stroke: .8px #ff1744; letter-spacing: .12em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-44{ font-family: Verdana, sans-serif; color: #ff395b; text-shadow: 0 0 16px #ff395b, 0 0 32px #180006; font-style: italic; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-45{ font-family: "Courier New", monospace; color: #fff3d0; background: repeating-linear-gradient(0deg, rgba(255,255,255,.08), rgba(255,255,255,.08) 1px, transparent 1px, transparent 5px); }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-46{ font-family: Georgia, serif; color: #e2e2e2; text-shadow: 0 0 18px #5a0010, 0 0 28px #ff1744; letter-spacing: .04em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-47{ font-family: "Arial Black", Arial, sans-serif; color: #ff1744; text-transform: uppercase; transform: skewX(-5deg); text-shadow: 3px 3px 0 #000; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-48{ font-family: "Times New Roman", serif; color: #f7e8ea; text-shadow: 0 0 6px #fff, 0 0 20px #ff1744; letter-spacing: .18em; }.wpc-scope-291 .tc-wp-tool-root .stfg-tool-wrap .stfg-style-49{ font-family: Impact, sans-serif; color: #070407; background: linear-gradient(180deg, #ffccd4, #ff1744); text-transform: uppercase; padding: 3px 8px; }@keyframes stfgFade{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (hover: hover){.tc-wp-tool-root .stfg-tool-wrap .stfg-card:hover{
    transform: translateY(-4px);
    border-color: rgba(255, 70, 96, 0.46);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.48), 0 0 24px rgba(255, 26, 67, 0.16);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn:hover{
    transform: translateY(-1px);
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 30px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 96px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 42px; padding: 10px 14px; font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 8px 10px; font-size: 12px; white-space: normal; text-align: center; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 24px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 34px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 100px; padding: 13px; font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 44px; padding: 11px 16px; font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 8px 12px; font-size: 13px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 38px 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 40px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 104px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 44px; padding: 11px 18px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 9px 14px; font-size: 13px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 28px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 48px 24px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 52px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 17px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 22px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 112px; padding: 15px; font-size: 17px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 46px; padding: 12px 20px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 9px 15px; font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 27px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 56px 28px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 60px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 24px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 116px; padding: 16px; font-size: 17px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 48px; padding: 12px 22px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 10px 16px; font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 26px; }}@media (min-width: 1200px){.tc-wp-tool-root .stfg-tool-wrap{ padding: 64px 32px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-container{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero h1{ font-size: 66px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-hero p{ font-size: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-control-panel{ padding: 26px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-input-label{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-text-input{ min-height: 118px; padding: 16px; font-size: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-btn{ min-height: 48px; padding: 12px 24px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-status{ padding: 10px 16px; font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card{ padding: 18px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-card-title{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrap .stfg-preview{ font-size: 25px; }}.wpc-scope-291 /* 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-291 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .stfg-clear-btn{}.wpc-scope-291 .tc-wp-tool-root .stfg-load-btn{}