@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-235 .tc-wp-tool-root img, .wpc-scope-235 .tc-wp-tool-root video, .wpc-scope-235 .tc-wp-tool-root svg, .wpc-scope-235 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 72px 22px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 8%, rgba(84, 214, 255, 0.28), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(190, 107, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #09111f 0%, #15213b 42%, #20123a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell, .wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell *, .wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell *::before, .wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell *::after{
  box-sizing: border-box;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-hero{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(135, 226, 255, 0.36);
  border-radius: 999px;
  color: #b8f1ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 24px rgba(84, 214, 255, 0.12);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{
  margin: 0;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{
  width: min(100%, 720px);
  margin: 16px auto 0;
  color: rgba(236, 244, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-control-panel{
  width: 100%;
  margin: 0 0 26px;
  padding: 24px;
  border: 1px solid rgba(190, 225, 255, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-label{
  display: block;
  margin: 0 0 10px;
  color: #eaf7ff;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  resize: vertical;
  overflow: auto;
  border: 1px solid rgba(154, 222, 255, 0.28);
  border-radius: 18px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(5, 12, 28, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font: 600 19px/1.55 Inter, ui-sans-serif, system-ui, sans-serif;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-input::placeholder{
  color: rgba(227, 240, 255, 0.46);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-input:focus{
  border-color: rgba(101, 225, 255, 0.82);
  background: rgba(7, 16, 35, 0.78);
  box-shadow: 0 0 0 4px rgba(73, 207, 255, 0.14), 0 0 34px rgba(73, 207, 255, 0.2);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-actions, .wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-actions{
  justify-content: flex-end;
  margin-top: 16px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-row{
  margin-top: 30px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn{
  appearance: none;
  border: 1px solid rgba(200, 235, 255, 0.22);
  border-radius: 14px;
  min-height: 48px;
  padding: 13px 20px;
  cursor: pointer;
  font: 850 14px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn-primary{
  background: linear-gradient(135deg, #2ddcff, #8d6bff 55%, #ff6bd6);
  box-shadow: 0 14px 36px rgba(93, 113, 255, 0.34);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn-secondary{
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-card .wfg-btn{
  width: 100%;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn:hover, .wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(159, 238, 255, 0.7);
  box-shadow: 0 18px 44px rgba(73, 207, 255, 0.26);
  outline: none;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn:active{
  transform: translateY(0);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-status{
  color: rgba(232, 242, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(194, 231, 255, 0.22);
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065)),
    rgba(8, 18, 39, 0.58);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  animation: wfgFadeIn 360ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-card.wfg-card-new{
  animation: wfgReveal 420ms ease both;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 224, 255, 0.52);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34), 0 0 30px rgba(73, 207, 255, 0.12);
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{
  margin: 0 0 14px;
  color: #f6fbff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 138px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid rgba(180, 221, 255, 0.17);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(2, 9, 22, 0.5);
  line-height: 1.35;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #2ddcff, #9b6bff);
  border-radius: 999px;
}.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s01{ font-family: Inter, "Segoe UI", Arial, sans-serif; font-weight: 800; color: #ffffff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s02{ font-family: Georgia, "Times New Roman", serif; font-weight: 700; color: #fff6df; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s03{ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 650; color: #a9f7ff; letter-spacing: 0; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s04{ font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; color: #d9ffef; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s05{ font-family: Didot, Bodoni 72, Georgia, serif; font-weight: 700; color: #ffe6a7; letter-spacing: 0.03em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s06{ font-family: Arial Narrow, "Roboto Condensed", Arial, sans-serif; font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; color: #f8fbff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s07{ font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-weight: 750; color: #c7fff4; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s08{ font-family: "Courier New", Courier, monospace; font-weight: 700; color: #d9ff7a; text-shadow: 0 0 14px rgba(217, 255, 122, 0.35); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s09{ font-family: "Brush Script MT", "Segoe Script", cursive; font-weight: 600; color: #ffd5f4; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s10{ font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: 0.025em; text-transform: uppercase; color: #ffffff; text-shadow: 3px 3px 0 #ff4fd8; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s11{ font-family: Garamond, Georgia, serif; font-style: italic; font-weight: 600; color: #e7efff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s12{ font-family: Verdana, Geneva, sans-serif; font-weight: 800; color: #bde0ff; letter-spacing: 0.01em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s13{ font-family: "Palatino Linotype", Palatino, serif; font-weight: 700; color: #ffefd3; text-shadow: 0 8px 24px rgba(255, 201, 113, 0.16); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s14{ font-family: Tahoma, Geneva, sans-serif; font-weight: 900; color: #e3f5ff; text-transform: uppercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s15{ font-family: Monaco, Consolas, monospace; font-weight: 500; color: #7dffcb; letter-spacing: 0.02em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s16{ font-family: Copperplate, "Copperplate Gothic Light", fantasy; font-weight: 700; color: #fff2c6; letter-spacing: 0.06em; text-transform: uppercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s17{ font-family: "Lucida Sans", "Lucida Grande", sans-serif; font-weight: 800; color: #ffffff; text-shadow: 0 0 20px rgba(45, 220, 255, 0.55); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s18{ font-family: Cambria, Georgia, serif; font-weight: 800; color: #f8fbff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s19{ font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-weight: 700; color: #dcf9ff; letter-spacing: 0.035em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s20{ font-family: "Segoe UI", Arial, sans-serif; font-weight: 950; color: transparent; -webkit-text-stroke: 1px #92edff; text-shadow: 0 0 18px rgba(146, 237, 255, 0.25); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s21{ font-family: Georgia, serif; font-weight: 900; color: transparent; background: linear-gradient(135deg, #ffffff, #72e9ff, #ff79dd); -webkit-background-clip: text; background-clip: text; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s22{ font-family: "Arial Black", Arial, sans-serif; font-weight: 900; color: #fffbeb; text-shadow: 0 1px 0 #7c4dff, 0 3px 0 #2ddcff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s23{ font-family: "Times New Roman", Times, serif; font-weight: 700; color: #ffffff; font-variant: small-caps; letter-spacing: 0.04em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s24{ font-family: "Segoe UI Variable", "Segoe UI", sans-serif; font-weight: 300; color: #e9f7ff; letter-spacing: 0.02em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s25{ font-family: "Segoe UI Variable", "Segoe UI", sans-serif; font-weight: 900; color: #ffffff; letter-spacing: 0.01em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s26{ font-family: Optima, Candara, "Segoe UI", sans-serif; font-weight: 650; color: #e6fff6; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s27{ font-family: Rockwell, "Courier Bold", Georgia, serif; font-weight: 800; color: #ffdca8; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s28{ font-family: "Franklin Gothic Medium", Arial, sans-serif; font-weight: 900; color: #c8d4ff; text-transform: uppercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s29{ font-family: Baskerville, Georgia, serif; font-weight: 600; color: #fff7ec; font-style: italic; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s30{ font-family: "Lucida Console", Monaco, monospace; font-weight: 700; color: #ff8df1; text-shadow: 0 0 10px rgba(255, 141, 241, 0.5), 0 0 24px rgba(45, 220, 255, 0.3); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s31{ font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-weight: 700; color: #ffffff; letter-spacing: 0.045em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s32{ font-family: "Hoefler Text", Garamond, serif; font-weight: 700; color: #f9e4bd; letter-spacing: 0.015em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s33{ font-family: Arial, Helvetica, sans-serif; font-weight: 900; color: #111827; background: #f8fbff; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s34{ font-family: "Comic Sans MS", "Segoe Print", cursive; font-weight: 700; color: #ffe2fb; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s35{ font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-weight: 800; color: #e5fbff; letter-spacing: 0.055em; text-transform: uppercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s36{ font-family: "DIN Alternate", "Arial Narrow", Arial, sans-serif; font-weight: 900; color: #ffffff; letter-spacing: 0.08em; text-transform: uppercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s37{ font-family: "Apple Chancery", "Segoe Script", cursive; font-weight: 600; color: #ffe0b7; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s38{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 200; color: #e8fbff; letter-spacing: 0.03em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s39{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 900; color: #ffffff; letter-spacing: 0; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s40{ font-family: "Andale Mono", Consolas, monospace; font-weight: 700; color: #8fffe7; text-transform: lowercase; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s41{ font-family: "Iowan Old Style", Georgia, serif; font-weight: 700; color: #fff0f5; text-shadow: 0 10px 20px rgba(255, 107, 214, 0.16); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s42{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-weight: 900; color: #d8ffe9; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s43{ font-family: "Marker Felt", "Segoe Print", fantasy; font-weight: 700; color: #fff4a8; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s44{ font-family: "Geneva", Verdana, sans-serif; font-weight: 700; color: #f4f8ff; letter-spacing: 0.025em; text-shadow: 0 2px 18px rgba(255, 255, 255, 0.18); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s45{ font-family: "Menlo", "Courier New", monospace; font-weight: 800; color: #ffffff; background: linear-gradient(90deg, rgba(45, 220, 255, 0.2), rgba(255, 107, 214, 0.16)); }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s46{ font-family: Cochin, Georgia, serif; font-weight: 700; color: #f5efe5; letter-spacing: 0.04em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s47{ font-family: "Segoe UI", Arial, sans-serif; font-weight: 800; color: #ffffff; text-shadow: 1px 1px 0 #2ddcff, -1px -1px 0 #ff6bd6; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s48{ font-family: "Noto Sans", "Segoe UI", Arial, sans-serif; font-weight: 650; color: #dce8ff; letter-spacing: 0.015em; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s49{ font-family: "Noto Serif", Georgia, serif; font-weight: 800; color: #ffe9c7; text-transform: capitalize; }.wpc-scope-235 .tc-wp-tool-root .wfg-tool-wrap .wfg-s50{ font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-weight: 900; color: transparent; background: linear-gradient(90deg, #2ddcff, #ffffff 45%, #ff6bd6); -webkit-background-clip: text; background-clip: text; text-shadow: none; }@keyframes wfgFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes wfgReveal{
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .wfg-tool-wrap .wfg-card, .tc-wp-tool-root .wfg-tool-wrap .wfg-card.wfg-card-new, .tc-wp-tool-root .wfg-tool-wrap .wfg-btn, .tc-wp-tool-root .wfg-tool-wrap .wfg-input{
    animation: none;
    transition: none;
  }}@media (min-width: 1200px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 72px 22px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 56px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 116px; font-size: 19px; padding: 18px 20px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ min-height: 48px; padding: 13px 20px; font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 25px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 64px 20px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: min(100%, 1120px); }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 50px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 110px; font-size: 18px; padding: 17px 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ min-height: 47px; padding: 12px 19px; font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 24px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 56px 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: min(100%, 920px); }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 44px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 104px; font-size: 17px; padding: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ min-height: 46px; padding: 12px 18px; font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 23px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 44px 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 36px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-control-panel{ padding: 16px; border-radius: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 96px; font-size: 16px; padding: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ width: 100%; min-height: 45px; padding: 12px 16px; font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ width: 100%; max-width: 100%; padding: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 22px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 38px 12px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 32px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-control-panel{ padding: 14px; border-radius: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 92px; font-size: 15px; padding: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ width: 100%; min-height: 44px; padding: 11px 15px; font-size: 13px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 21px; min-height: 128px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 34px 10px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 28px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-kicker{ font-size: 12px; padding: 7px 10px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-control-panel{ padding: 12px; border-radius: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ min-height: 88px; font-size: 14px; padding: 12px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-btn{ width: 100%; min-height: 43px; padding: 11px 14px; font-size: 13px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ width: 100%; max-width: 100%; padding: 12px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 20px; min-height: 124px; padding: 13px; }}.wpc-scope-235 /* 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;
}