@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-523 .tc-wp-tool-root img, .wpc-scope-523 .tc-wp-tool-root video, .wpc-scope-523 .tc-wp-tool-root svg, .wpc-scope-523 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 44px 18px;
  color: #f8fafc;
  font-family: Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 14% 12%, rgba(0, 188, 255, 0.24), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(255, 30, 66, 0.2), transparent 24%),
    radial-gradient(circle at 50% 95%, rgba(72, 108, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #05070b 0%, #111827 46%, #05070b 100%);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 820px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
  margin: 0 0 10px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.9);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.86);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 128px;
  resize: vertical;
  padding: 18px 18px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 16px;
  outline: none;
  background: rgba(2, 6, 23, 0.72);
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: inset 0 1px 18px rgba(0, 0, 0, 0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea::placeholder{
  color: rgba(203, 213, 225, 0.66);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea:focus{
  border-color: rgba(34, 211, 238, 0.78);
  background: rgba(2, 6, 23, 0.86);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), inset 0 1px 18px rgba(0, 0, 0, 0.24);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-panel-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-count{
  font-size: 13px;
  color: rgba(226, 232, 240, 0.74);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #e11d48, #2563eb 55%, #06b6d4);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
  width: 100%;
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
  min-height: 48px;
  padding: 0 28px;
  font-size: 15px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn:hover, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn:hover, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 18px 38px rgba(34, 211, 238, 0.25), 0 8px 24px rgba(225, 29, 72, 0.18);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn:active, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn:active, .wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn:active{
  transform: translateY(0) scale(0.98);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-card{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(15, 23, 42, 0.62);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: hfgFadeUp 360ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ef4444, #22d3ee, #3b82f6);
  opacity: 0.9;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.32);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34), 0 0 34px rgba(34, 211, 238, 0.12);
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-name{
  margin: 0 0 12px;
  color: rgba(248, 250, 252, 0.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  margin: 0 0 16px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.44);
  overflow-y: auto;
  overflow-x: hidden;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview-box::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview-box::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, 0.7);
  border-radius: 999px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#22d3ee, #3b82f6);
  border-radius: 999px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap.is-hidden{
  display: none;
}.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s1 .hfg-preview-text{ font-weight: 500; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s2 .hfg-preview-text{ font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s3 .hfg-preview-text{ font-weight: 300; color: #e2e8f0; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s4 .hfg-preview-text{ text-transform: uppercase; font-weight: 800; letter-spacing: 0.03em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s5 .hfg-preview-text{ text-transform: lowercase; font-weight: 500; color: #cbd5e1; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s6 .hfg-preview-text{ letter-spacing: 0.18em; font-weight: 700; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s7 .hfg-preview-text{ transform: scaleX(0.82); transform-origin: left center; font-weight: 800; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s8 .hfg-preview-text{ letter-spacing: 0.3em; font-weight: 600; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s9 .hfg-preview-text{ font-style: oblique 12deg; font-weight: 700; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s10 .hfg-preview-text{ color: transparent; -webkit-text-stroke: 1px #ffffff; text-stroke: 1px #ffffff; font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s11 .hfg-preview-text{ text-shadow: 0 8px 22px rgba(34, 211, 238, 0.5); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s12 .hfg-preview-text{ font-size: 29px; line-height: 1.12; font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s13 .hfg-preview-box{ background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 18px 18px; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s13 .hfg-preview-text{ font-weight: 800; color: #f8fafc; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s14 .hfg-preview-text{ font-weight: 400; color: #f1f5f9; letter-spacing: 0.02em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s15 .hfg-preview-text{ font-weight: 300; color: #fff7ed; text-shadow: 0 0 18px rgba(251, 191, 36, 0.26); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s16 .hfg-preview-text{ font-family: "Courier New", monospace; font-weight: 700; letter-spacing: -0.01em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s17 .hfg-preview-text{ font-weight: 800; border-radius: 14px; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s18 .hfg-preview-text{ font-size: 32px; font-weight: 900; text-transform: uppercase; line-height: 1.05; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s19 .hfg-preview-text{ display: inline; padding: 4px 8px; background: #f8fafc; color: #020617; font-size: 20px; font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s20 .hfg-preview-text{ font-size: 17px; color: #cbd5e1; letter-spacing: 0.04em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s21 .hfg-preview-text{ color: #67e8f9; text-shadow: 0 0 10px rgba(34, 211, 238, 0.8), 0 0 28px rgba(59, 130, 246, 0.52); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s22 .hfg-preview-box{ background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.04)); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s22 .hfg-preview-text{ font-weight: 800; text-shadow: 0 1px 0 rgba(255,255,255,0.25); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s23 .hfg-preview-text{ font-weight: 900; background: linear-gradient(90deg, #ffffff, #22d3ee, #ef4444); -webkit-background-clip: text; background-clip: text; color: transparent; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s24 .hfg-preview-text{ font-weight: 900; color: #ffffff; text-shadow: 3px 3px 0 #ef4444; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s25 .hfg-preview-text{ color: #94a3b8; font-weight: 600; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s26 .hfg-preview-text{ font-size: 19px; line-height: 1.08; font-weight: 800; letter-spacing: -0.01em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s27 .hfg-preview-text{ font-size: 27px; line-height: 1.55; font-weight: 300; letter-spacing: 0.08em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s28 .hfg-preview-text{ font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s29 .hfg-preview-box{ background: #f8fafc; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s29 .hfg-preview-text{ color: #020617; font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s30 .hfg-preview-text{ font-weight: 800; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s31 .hfg-preview-text{ font-weight: 800; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s32 .hfg-preview-text{ letter-spacing: 0.12em; font-weight: 700; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s33 .hfg-preview-text{ text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 7px; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s34 .hfg-preview-text{ display: inline-block; border: 2px solid #22d3ee; padding: 8px 10px; font-weight: 900; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s35 .hfg-preview-text{ font-variant: small-caps; letter-spacing: 0.08em; font-weight: 700; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s36 .hfg-preview-text{ font-weight: 900; color: #f8fafc; text-shadow: -2px 0 #06b6d4, 2px 0 #ef4444; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s37 .hfg-preview-text{ font-size: 34px; font-weight: 900; letter-spacing: -0.02em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s38 .hfg-preview-text{ color: #bfdbfe; font-weight: 700; text-shadow: 0 0 1px #ffffff; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s39 .hfg-preview-text{ font-weight: 800; border-left: 5px solid #ef4444; padding-left: 12px; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s40 .hfg-preview-text{ font-size: 18px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s41 .hfg-preview-text{ color: #dbeafe; font-style: oblique 8deg; letter-spacing: 0.06em; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s42 .hfg-preview-text{ font-size: 30px; line-height: 1.08; font-weight: 900; color: #fee2e2; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s43 .hfg-preview-text{ font-weight: 700; text-decoration: line-through; text-decoration-color: #22d3ee; text-decoration-thickness: 2px; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s44 .hfg-preview-text{ font-weight: 900; color: #020617; background: #22d3ee; padding: 6px 9px; display: inline; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s45 .hfg-preview-text{ letter-spacing: 0.22em; color: #e0f2fe; font-weight: 300; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s46 .hfg-preview-text{ font-weight: 800; text-shadow: 0 1px 0 #94a3b8, 0 2px 0 #64748b, 0 8px 18px rgba(0,0,0,0.36); }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s47 .hfg-preview-text{ font-weight: 600; color: #f8fafc; opacity: 0.86; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s48 .hfg-preview-text{ font-weight: 900; letter-spacing: 0.05em; color: #ffffff; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s49 .hfg-preview-text{ font-size: 21px; font-weight: 800; color: #f8fafc; }.wpc-scope-523 .tc-wp-tool-root .hfg-tool-wrap .hfg-s50 .hfg-preview-text{ font-weight: 900; background: linear-gradient(90deg, #ef4444 0 33%, #ffffff 33% 66%, #22d3ee 66%); -webkit-background-clip: text; background-clip: text; color: transparent; }@keyframes hfgFadeUp{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 30px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{ padding: 14px; border-radius: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 108px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 38px; padding: 0 15px; font-size: 13px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 39px; font-size: 13px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 44px; padding: 0 22px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 14px; border-radius: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 20px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-s18 .hfg-preview-text, .tc-wp-tool-root .hfg-tool-wrap .hfg-s37 .hfg-preview-text{ font-size: 25px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 30px 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 33px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{ padding: 16px; border-radius: 19px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 112px; padding: 15px; font-size: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 40px; padding: 0 16px; font-size: 13px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 40px; font-size: 13px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 45px; padding: 0 23px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 15px; border-radius: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 21px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-s18 .hfg-preview-text, .tc-wp-tool-root .hfg-tool-wrap .hfg-s37 .hfg-preview-text{ font-size: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 34px 16px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 36px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 118px; padding: 16px; font-size: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 41px; padding: 0 18px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 41px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 46px; padding: 0 24px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 16px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 22px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 40px 20px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 940px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 40px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 16px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 124px; font-size: 19px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 42px; padding: 0 19px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 42px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 47px; padding: 0 26px; font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 23px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 44px 22px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 1080px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 44px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 128px; font-size: 20px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 42px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 42px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 48px; padding: 0 28px; font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 24px; }}@media (min-width: 1200px){.tc-wp-tool-root .hfg-tool-wrap{ padding: 48px 24px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{ font-size: 46px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{ font-size: 17px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{ min-height: 128px; font-size: 20px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{ min-height: 42px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{ min-height: 42px; font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{ min-height: 48px; padding: 0 28px; font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview-text{ font-size: 24px; }}.wpc-scope-523 /* 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;
}