@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-501 .tc-wp-tool-root img, .wpc-scope-501 .tc-wp-tool-root video, .wpc-scope-501 .tc-wp-tool-root svg, .wpc-scope-501 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #fff7f7;
  background:
    radial-gradient(circle at 18% 10%, rgba(224, 32, 58, 0.34), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(88, 54, 138, 0.34), transparent 30%),
    radial-gradient(circle at 48% 110%, rgba(196, 24, 42, 0.28), transparent 35%),
    linear-gradient(135deg, #050507 0%, #13050a 34%, #101427 66%, #07070c 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper, .wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-shell, .wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-grid, .wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-card{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{
  width: min(1200px, 100%);
  margin: 0 auto;
  overflow-x: hidden;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-header{
  text-align: center;
  margin: 0 0 28px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-title{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffe8e8;
  text-shadow: 0 0 12px rgba(255, 38, 62, 0.9), 0 0 34px rgba(177, 18, 35, 0.72), 0 3px 0 #4a050c;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{
  width: min(760px, 100%);
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.55;
  color: #f1c9d0;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-controls{
  margin: 0 auto 28px;
  padding: 20px;
  border: 1px solid rgba(255, 80, 96, 0.25);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-label{
  display: block;
  margin: 0 0 10px;
  color: #ffd5da;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-input{
  width: 100%;
  min-width: 0;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 87, 103, 0.38);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(5, 5, 10, 0.72);
  color: #fff8f8;
  font-size: 18px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-input:focus{
  border-color: rgba(255, 70, 88, 0.9);
  background: rgba(12, 7, 14, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 39, 63, 0.16), 0 0 28px rgba(255, 37, 61, 0.22);
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 98, 112, 0.36);
  border-radius: 8px;
  min-height: 48px;
  padding: 0 18px;
  box-sizing: border-box;
  color: #fff5f6;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn:hover, .wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(255, 116, 128, 0.75);
  box-shadow: 0 0 28px rgba(255, 39, 63, 0.22), 0 14px 34px rgba(0, 0, 0, 0.32);
  outline: none;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn-primary, .wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-load-btn{
  background: linear-gradient(135deg, #ff314f, #7d1322 56%, #28103d);
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn-secondary{
  background: linear-gradient(135deg, rgba(74, 12, 24, 0.9), rgba(25, 22, 48, 0.82));
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-x: hidden;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 79, 98, 0.22);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.042)),
    radial-gradient(circle at top right, rgba(255, 41, 65, 0.14), transparent 42%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  animation: stfgFadeIn 340ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 96, 110, 0.58);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 32, 55, 0.16);
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-card-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-name{
  min-width: 0;
  color: #ffd6dc;
  font-size: 14px;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-copy{
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
  white-space: nowrap;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-preview{
  display: grid;
  place-items: center;
  max-height: 180px;
  min-height: 132px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgba(18, 10, 22, 0.76));
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.045);
  border-radius: 999px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff3855, #5a203f);
  border-radius: 999px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 1.18;
  font-size: 28px;
  overflow-wrap: anywhere;
  word-break: break-word;
  letter-spacing: 0;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-load-btn[disabled]{
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-1{ font-family: Georgia, serif; text-transform: uppercase; color: #ffedf0; text-shadow: 0 0 8px #ff2346, 0 0 24px #c50024, 0 2px 0 #300006; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-2{ font-family: "Times New Roman", serif; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #ff425b; text-shadow: 0 0 16px rgba(255, 35, 63, 0.9); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-3{ font-family: Impact, Haettenschweiler, sans-serif; text-transform: uppercase; color: #ff3851; text-shadow: 3px 3px 0 #14000a, -2px -2px 0 #4b1b78; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-4{ font-family: "Courier New", monospace; color: #f9d6dc; text-shadow: 2px 0 #ff2141, -2px 0 #3551ff, 0 0 18px #ff2141; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-5{ font-family: Georgia, serif; color: #ff213f; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: underline overline; text-decoration-color: #8a1020; text-shadow: 0 0 20px #ff2141; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-6{ font-family: Verdana, sans-serif; color: #fbe7ec; text-transform: lowercase; filter: contrast(1.12); text-shadow: 0 4px 0 #750b18, 0 0 22px #ff2c4d; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-7{ font-family: "Trebuchet MS", sans-serif; text-transform: uppercase; color: #ff9aa7; transform: skew(-8deg); text-shadow: 0 0 10px #ff1e3d, 6px 5px 0 rgba(23, 11, 37, 0.9); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-8{ font-family: Georgia, serif; color: #fff0f2; text-shadow: 0 0 6px #fff, 0 0 18px #ff1740, 0 0 36px #5b173f; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-9{ font-family: "Arial Black", Arial, sans-serif; text-transform: uppercase; color: #08080c; -webkit-text-stroke: 1px #ff5368; text-shadow: 0 0 16px #ff2947; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-10{ font-family: "Courier New", monospace; color: #f4c6cf; letter-spacing: 0.12em; text-shadow: 1px 1px #ff2542, -1px -1px #662a86; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-11{ font-family: Georgia, serif; text-transform: uppercase; color: #d90f29; text-shadow: 0 1px #ffb5bd, 0 6px 12px #000, 0 0 25px #ff1d3c; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-12{ font-family: Palatino, Georgia, serif; color: #ffe1e5; font-style: italic; text-shadow: -4px 0 0 rgba(255, 29, 60, 0.48), 4px 0 0 rgba(47, 29, 84, 0.68); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-13{ font-family: Impact, sans-serif; text-transform: uppercase; color: transparent; background: linear-gradient(180deg, #fff2f4, #ff3752 44%, #520711 78%); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 20px rgba(255, 31, 59, 0.45); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-14{ font-family: "Courier New", monospace; color: #ffebee; text-transform: uppercase; letter-spacing: 0.04em; text-shadow: 0 -2px #a91224, 0 2px #2a235a; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-15{ font-family: Georgia, serif; color: #ff5168; text-transform: uppercase; filter: drop-shadow(0 0 8px #ff1c39); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-16{ font-family: Arial, sans-serif; color: #f7d5dc; text-transform: uppercase; letter-spacing: 0.16em; text-shadow: 0 0 11px #b11a2f; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-17{ font-family: "Arial Black", Arial, sans-serif; color: #ff253f; transform: rotate(-1.5deg); text-shadow: 2px 2px 0 #290014, 5px 5px 0 rgba(88, 34, 102, 0.62); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-18{ font-family: "Times New Roman", serif; color: #fff5f6; text-transform: uppercase; letter-spacing: 0.05em; text-shadow: 0 0 4px #ff2442, 0 0 9px #ff2442, 0 0 30px #751128; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-19{ font-family: Verdana, sans-serif; color: #ffafb9; text-shadow: 0 0 3px #ff344f, 0 10px 16px rgba(0, 0, 0, 0.85); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-20{ font-family: Georgia, serif; text-transform: uppercase; color: #16070d; -webkit-text-stroke: 1px #ff9ca9; text-shadow: 0 0 22px #ff2443; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-21{ font-family: "Courier New", monospace; color: #fbe0e4; background: repeating-linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 6px, rgba(255,40,66,.28) 7px); text-shadow: 2px 0 #ff2342; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-22{ font-family: Impact, sans-serif; text-transform: uppercase; color: #ff4058; letter-spacing: 0.02em; text-shadow: 0 2px 0 #8c0c1b, 0 4px 0 #240711, 0 0 22px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-23{ font-family: Georgia, serif; color: transparent; background: linear-gradient(90deg, #ff2342, #f7dce2, #6f43a6, #ff2342); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 18px rgba(255, 35, 66, 0.35); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-24{ font-family: "Trebuchet MS", sans-serif; text-transform: uppercase; color: #ffd8de; transform: perspective(260px) rotateX(10deg); text-shadow: 0 7px 0 #5c0b18, 0 0 20px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-25{ font-family: "Arial Black", Arial, sans-serif; color: #f40d2d; text-transform: uppercase; -webkit-text-stroke: 1px #ffd3d9; text-shadow: 0 0 14px #ff1837; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-26{ font-family: "Courier New", monospace; color: #f6cbd2; text-transform: uppercase; letter-spacing: 0.2em; text-shadow: 0 0 9px #ff2b48; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-27{ font-family: Georgia, serif; color: #fff1f3; text-shadow: 0 0 12px #ff2946, 0 0 24px #ff2946, 0 0 44px #2a0b44; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-28{ font-family: Verdana, sans-serif; color: #f15b70; text-transform: uppercase; transform: skew(7deg); text-shadow: -3px 3px 0 #161327, 0 0 16px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-29{ font-family: "Times New Roman", serif; color: #ffdadf; font-variant: small-caps; text-shadow: 0 0 7px #ff173a, 3px 3px 0 #50105f; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-30{ font-family: Arial, sans-serif; color: #ff304d; text-transform: uppercase; text-decoration: line-through; text-decoration-color: rgba(255, 210, 216, 0.72); text-shadow: 0 0 16px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-31{ font-family: Impact, sans-serif; color: transparent; -webkit-text-stroke: 2px #ff344f; text-transform: uppercase; text-shadow: 4px 4px 0 #160610; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-32{ font-family: Georgia, serif; color: #f9dce1; text-transform: uppercase; letter-spacing: 0.1em; text-shadow: 0 0 8px #ff2946, 0 0 18px #5a2a83; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-33{ font-family: "Courier New", monospace; color: #ffebef; transform: rotate(1.2deg); text-shadow: 2px 2px #ff2442, -2px -2px #20276c; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-34{ font-family: "Arial Black", Arial, sans-serif; color: #9d0f22; text-transform: uppercase; -webkit-text-stroke: 1px #ffbdc6; text-shadow: 0 0 30px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-35{ font-family: Palatino, Georgia, serif; color: #ffc8d0; font-style: italic; text-shadow: 0 0 10px #ff2946, 0 8px 0 #310917; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-36{ font-family: Verdana, sans-serif; color: #f9f1f2; text-transform: uppercase; background: rgba(255, 25, 54, 0.12); box-shadow: inset 0 -8px 0 rgba(255, 25, 54, 0.25); text-shadow: 0 0 14px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-37{ font-family: Georgia, serif; color: #ff3b56; text-transform: uppercase; letter-spacing: 0.06em; text-shadow: -1px 0 #fff1f3, 1px 0 #24115b, 0 0 18px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-38{ font-family: "Courier New", monospace; color: #f4b9c4; text-shadow: 0 0 4px #ff2946, 0 0 18px #7834a3; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-39{ font-family: Impact, sans-serif; color: #ffdbe0; text-transform: uppercase; transform: scaleY(1.12); text-shadow: 0 3px 0 #a20d21, 0 0 20px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-40{ font-family: "Times New Roman", serif; color: transparent; background: linear-gradient(180deg, #ffced5 0%, #e1122d 48%, #1b0710 52%, #ff4058 100%); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-41{ font-family: Arial, sans-serif; color: #ffe9ec; text-transform: uppercase; letter-spacing: 0.14em; text-shadow: 0 0 3px #fff, 0 0 14px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-42{ font-family: Georgia, serif; color: #ff2946; text-shadow: 0 -1px #ffd8de, 0 2px #530814, 0 0 18px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-43{ font-family: "Trebuchet MS", sans-serif; color: #fed9de; transform: skew(-4deg) rotate(-1deg); text-shadow: 3px 0 #ff2946, 6px 0 rgba(53, 27, 92, 0.65); }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-44{ font-family: "Arial Black", Arial, sans-serif; color: #ff6a7d; text-transform: uppercase; letter-spacing: 0.04em; text-shadow: 0 0 12px #ff2946, 0 0 26px #371261; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-45{ font-family: "Courier New", monospace; color: #f6e4e7; text-transform: uppercase; border-bottom: 2px solid rgba(255, 41, 70, 0.72); padding-bottom: 4px; text-shadow: 0 0 12px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-46{ font-family: Georgia, serif; color: #12070d; -webkit-text-stroke: 1px #ff4058; text-transform: uppercase; letter-spacing: 0.09em; text-shadow: 0 0 18px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-47{ font-family: Verdana, sans-serif; color: #ffd2d8; text-shadow: 0 6px 0 rgba(255, 41, 70, 0.36), 0 0 14px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-48{ font-family: Palatino, Georgia, serif; color: #fff4f5; text-transform: capitalize; text-shadow: 0 0 10px #ff2946, -4px 4px 0 #2d123f; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-49{ font-family: Impact, sans-serif; color: #ff1d3e; text-transform: uppercase; filter: saturate(1.2); text-shadow: 1px 1px 0 #fff0f2, 0 0 24px #ff2946; }.wpc-scope-501 .tc-wp-tool-root .stfg-tool-wrapper .stfg-style-50{ font-family: Georgia, serif; color: transparent; -webkit-text-stroke: 1px #ffd7dc; background: radial-gradient(circle, #ffeff1, #ff2946 52%, #3a113d 72%); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; text-shadow: 0 0 24px rgba(255, 41, 70, 0.52); }@keyframes stfgFadeIn{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 60px 22px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: min(1200px, 100%); }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 50px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 52px; font-size: 18px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ min-height: 48px; font-size: 15px; padding: 0 18px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ padding: 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 28px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 52px 20px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: min(1040px, 100%); }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 44px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 50px; font-size: 17px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ min-height: 46px; font-size: 14px; padding: 0 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ padding: 15px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 27px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 46px 18px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: min(760px, 100%); }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 38px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 48px; font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ min-height: 44px; font-size: 14px; padding: 0 15px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ padding: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 25px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 38px 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 32px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 48px; font-size: 16px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ width: 100%; min-height: 44px; font-size: 14px; padding: 0 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 24px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 34px 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 29px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-controls{ padding: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 46px; font-size: 15px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ width: 100%; min-height: 43px; font-size: 14px; padding: 0 13px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ width: 100%; max-width: 100%; padding: 13px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 22px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .stfg-tool-wrapper{ padding: 30px 10px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-shell{ width: 100%; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-title{ font-size: 26px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-controls{ padding: 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input-row{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-input{ height: 44px; font-size: 14px; padding: 0 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-btn{ width: 100%; min-height: 42px; font-size: 13px; padding: 0 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card{ width: 100%; max-width: 100%; padding: 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card-top{ grid-template-columns: 1fr; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview{ min-height: 120px; padding: 12px; }.tc-wp-tool-root .stfg-tool-wrapper .stfg-preview-text{ font-size: 20px; }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .stfg-tool-wrapper .stfg-card, .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn, .tc-wp-tool-root .stfg-tool-wrapper .stfg-input{
    animation: none;
    transition: none;
  }.tc-wp-tool-root .stfg-tool-wrapper .stfg-card:hover, .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn:hover, .tc-wp-tool-root .stfg-tool-wrapper .stfg-btn:focus-visible{
    transform: none;
  }}.wpc-scope-501 /* 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;
}