@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-119 .tc-wp-tool-root img, .wpc-scope-119 .tc-wp-tool-root video, .wpc-scope-119 .tc-wp-tool-root svg, .wpc-scope-119 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 42px 18px;
  overflow-x: hidden;
  color: #f7f1e8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(218, 32, 32, 0.28), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(255, 115, 24, 0.18), transparent 28%),
    linear-gradient(145deg, #050505 0%, #141010 42%, #090707 100%);
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-control-card, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-card, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-input-row{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 117, 42, 0.42);
  border-radius: 999px;
  color: #ffb273;
  background: rgba(255, 83, 31, 0.1);
  box-shadow: 0 0 24px rgba(218, 32, 32, 0.22);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap h1{
  margin: 0;
  color: #fff8ef;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(220, 26, 26, 0.5), 0 2px 0 rgba(255, 138, 64, 0.22);
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
  max-width: 780px;
  margin: 15px auto 0;
  color: #d9c9bd;
  font-size: 17px;
  line-height: 1.65;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-control-card{
  width: 100%;
  margin: 0 auto 24px;
  padding: 22px;
  border: 1px solid rgba(255, 128, 55, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(45, 42, 42, 0.72), rgba(18, 15, 15, 0.82));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-label{
  display: block;
  margin-bottom: 10px;
  color: #ffe2c4;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid rgba(255, 132, 56, 0.3);
  border-radius: 8px;
  outline: none;
  padding: 16px 17px;
  color: #fff7ef;
  background: rgba(3, 3, 3, 0.58);
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.38);
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-input:focus{
  border-color: rgba(255, 111, 44, 0.88);
  background: rgba(6, 4, 4, 0.76);
  box-shadow: 0 0 0 4px rgba(218, 32, 32, 0.2), inset 0 0 28px rgba(0, 0, 0, 0.45);
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
  border: 1px solid rgba(255, 157, 80, 0.42);
  border-radius: 8px;
  cursor: pointer;
  color: #160808;
  background: linear-gradient(180deg, #ffb36b 0%, #ff5a24 48%, #be1d1d 100%);
  box-shadow: 0 10px 24px rgba(206, 34, 25, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  padding: 15px 19px;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn:hover, .wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn:focus{
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(255, 77, 37, 0.35), 0 0 0 4px rgba(255, 95, 37, 0.14);
  outline: none;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(232, 76, 47, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(18, 17, 17, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  animation: hmfgFadeUp 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 119, 48, 0.55);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), 0 0 26px rgba(195, 28, 28, 0.2);
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-card-title{
  margin: 0 0 12px;
  color: #ffd5ad;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 160, 92, 0.18);
  border-radius: 8px;
  color: #fff7ee;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.68), rgba(29, 12, 10, 0.58));
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.36);
  font-size: 21px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview::-webkit-scrollbar-track{
  background: rgba(10, 8, 8, 0.82);
  border-radius: 999px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff9a4f, #b91622);
  border-radius: 999px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-copy-btn{
  width: 100%;
  min-height: 44px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}.wpc-scope-119 .tc-wp-tool-root .hmfg-tool-wrap .hmfg-load-btn.hmfg-hidden{
  display: none;
}@keyframes hmfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 48px 22px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 52px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 18px;
    min-height: 96px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    font-size: 15px;
    padding: 15px 20px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 44px 20px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 96%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 46px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 17px;
    min-height: 92px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    font-size: 15px;
    padding: 15px 18px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 96%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 40px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 16px;
    min-height: 88px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    font-size: 14px;
    padding: 14px 17px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 32px 14px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 34px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 16px;
    min-height: 86px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    width: 100%;
    font-size: 14px;
    padding: 14px 16px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 15px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 28px 12px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 30px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 15px;
    min-height: 84px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    width: 100%;
    font-size: 14px;
    padding: 13px 15px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 17px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hmfg-tool-wrap{
    padding: 24px 10px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool-wrap h1{
    font-size: 27px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-input{
    font-size: 15px;
    min-height: 82px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-btn{
    width: 100%;
    font-size: 13px;
    padding: 13px 14px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-card{
    padding: 13px;
  }.tc-wp-tool-root .hmfg-tool-wrap .hmfg-preview{
    font-size: 16px;
  }}.wpc-scope-119 /* 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-119 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .hmfg-clear-btn{}